[mpv/f25] (2 commits) ...Fix rfbz#3853
by Sérgio M. Basto
Summary of changes:
8cbad0f... up to 0.21.0 (*)
08c4484... Fix rfbz#3853 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[mpv] Fix rfbz#3853
by Sérgio M. Basto
commit 08c4484d67c85c42b665ea023889d50d9d0baa0a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Oct 20 22:12:06 2016 +0100
Fix rfbz#3853
.gitignore | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
index 95804f8..05badbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ v0.14.0.tar.gz
/v0.18.0.tar.gz
/v0.18.1.tar.gz
/mpv-0.19.0.tar.gz
+/mpv-0.21.0.tar.gz
8 years, 2 months
[mpv] up to 0.21.0
by Sérgio M. Basto
commit 8cbad0f78574cbf82057517d736883e902e4a741
Author: Evgeny Lensky <surfernsk(a)gmail.com>
Date: Thu Oct 20 21:40:27 2016 +0700
up to 0.21.0
mpv.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index b4f0907..6c25e53 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,5 +1,5 @@
Name: mpv
-Version: 0.19.0
+Version: 0.21.0
Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
@@ -150,6 +150,9 @@ fi
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Thu Oct 20 2016 Evgeny Lensky <surfernsk(a)gmail.com> - 0.21.0-1
+- update to 0.21.0
+
* Tue Aug 16 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.19.0-3
- Update to 0.19.0
- Add LDFLAGS so build is hardened
diff --git a/sources b/sources
index 6d0e7f8..9d67a4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa91789d030b93388543a8afef4352b1 mpv-0.19.0.tar.gz
+e0d83a883bc34f67d568c025b036b584 mpv-0.21.0.tar.gz
8 years, 2 months
[obs-studio/f24] fix unversioned so
by Momcilo Medic
Summary of changes:
9de446b... fix unversioned so (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[obs-studio/f25: 2/2] Merge branch 'master' into f25
by Momcilo Medic
commit 07249b60df8def9f81b7673c4f18f53c416a4400
Merge: 4e5886b 9de446b
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Thu Oct 20 19:15:17 2016 +0200
Merge branch 'master' into f25
.gitignore | 1 +
obs-studio.spec | 15 ++++++++++++---
sources | 2 +-
3 files changed, 14 insertions(+), 4 deletions(-)
---
8 years, 2 months
[xine-ui] Fix man files (rfbz#4297)
by Leigh Scott
commit 3d6bf57f81bfe6a86be92594955d6c280014c48e
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Oct 20 07:08:49 2016 +0100
Fix man files (rfbz#4297)
xine-ui.spec | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/xine-ui.spec b/xine-ui.spec
index a86b5d4..9e00221 100644
--- a/xine-ui.spec
+++ b/xine-ui.spec
@@ -6,7 +6,7 @@
Summary: A skinned xlib-based gui for xine-lib
Name: xine-ui
Version: 0.99.9
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.xine-project.org/
@@ -194,9 +194,11 @@ rm -rf %{buildroot}%{_docdir}/
# Remove misdesigned xine-check
rm -f %{buildroot}%{_bindir}/xine-bugreport
-rm -f %{buildroot}%{_mandir}/xine-bugreport.*
+rm -f %{buildroot}%{_mandir}/*/man1/xine-bugreport.*
+rm -f %{buildroot}%{_mandir}/man1/xine-bugreport.*
rm -f %{buildroot}%{_bindir}/xine-check
-rm -f %{buildroot}%{_mandir}/xine-check.*
+rm -f %{buildroot}%{_mandir}/*/man1/xine-check.*
+rm -f %{buildroot}%{_mandir}/man1/xine-check.*
# Install extra skins
cp -a fedoraskins/* %{buildroot}%{_datadir}/xine/skins/
@@ -242,11 +244,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/applications/*xine.desktop
%{_datadir}/icons/hicolor/*x*/apps/xine.png
%{_datadir}/pixmaps/xine.xpm
-%{_mandir}/man1/*.1.gz
-%lang(de) %{_mandir}/de/man1/*.1.gz
-%lang(es) %{_mandir}/es/man1/*.1.gz
-%lang(fr) %{_mandir}/fr/man1/*.1.gz
-%lang(pl) %{_mandir}/pl/man1/*.1.gz
+%{_mandir}/man1/xine*
+%lang(de) %{_mandir}/de/man1/xine*
+%lang(es) %{_mandir}/es/man1/xine*
+%lang(fr) %{_mandir}/fr/man1/xine*
+%lang(pl) %{_mandir}/pl/man1/xine*
%files skins
%{_datadir}/xine/skins/*
@@ -256,9 +258,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files aaxine
%{_bindir}/aaxine
-
+%{_mandir}/man1/aaxine*
+%lang(de) %{_mandir}/de/man1/aaxine*
+%lang(es) %{_mandir}/es/man1/aaxine*
+%lang(pl) %{_mandir}/pl/man1/aaxine*
%changelog
+* Thu Oct 20 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.99.9-2
+- Fix man files (rfbz#4297)
+
* Fri Aug 22 2014 Xavier Bachelot <xavier(a)bachelot.org> - 0.99.9-1
- Update to 0.99.9.
- Modernize specfile.
8 years, 2 months