[mpv] Update snapshot
by Nicolas Chauvet
commit 2589ad22de0743e27c2a3e7219215f19689ff90e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jul 2 16:24:14 2019 +0200
Update snapshot
mpv.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 06ec996..1d9eb84 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -5,7 +5,7 @@
Name: mpv
Version: 0.29.1
-Release: 6%{?gitrelease}%{?dist}
+Release: 7%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://mpv.io/
@@ -164,6 +164,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Tue Jul 02 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 0.29.1-7.20190616.gitc9e7473
+- Update to 20190616 snapshot
+
* Sun Jun 23 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 0.29.1-6
- Rebuild against sdk9 nv-codec-headers
- Spec file clean up
diff --git a/sources b/sources
index d52d6c3..77a7d84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2cd070c6aed980786177b7cb5b73664b mpv-0.29.1.tar.gz
+5b07d5d34238b6cb03c1958f3c9b4de0 mpv-c9e7473.tar.gz
5 years, 5 months
[mpv] Obsoletes older ci/cd
by Nicolas Chauvet
commit b29d96611b4cb4131d6399cd06e75b9a18dc196c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jul 2 16:21:55 2019 +0200
Obsoletes older ci/cd
mpv.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/mpv.spec b/mpv.spec
index 9d3faaa..06ec996 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -82,6 +82,10 @@ BuildRequires: raspberrypi-vc-devel
}
%endif
+# Obsoletes older ci/cd
+Obsoletes: mpv-master < %{version}-100
+Provides: mpv-master = %{version}-100
+
Requires: hicolor-icon-theme
Provides: mplayer-backend
5 years, 5 months
[mpv] Implement CI/CD compatible versionning
by Nicolas Chauvet
commit 54c98cb25004c9f6b9c12dc8fb26c92def71dc4d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jul 2 11:53:28 2019 +0200
Implement CI/CD compatible versionning
mpv.spec | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 77ea93b..9d3faaa 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,10 +1,15 @@
+%global commit c9e7473d67893d9248bedf63530a1e0325a3036a
+%global gitdate 20190616
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global gitrelease .%{gitdate}.git%{shortcommit}
+
Name: mpv
Version: 0.29.1
-Release: 6%{?dist}
+Release: 6%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
-URL: http://%{name}.io/
-Source0: https://github.com/%{name}-player/%{name}/archive/v%{version}.tar.gz#/%{n...
+URL: http://mpv.io/
+Source0: https://github.com/mpv-player/mpv/archive/%{commit}/%{name}-%{shortcommit...
# set defaults for Fedora
Patch0: %{name}-config.patch
@@ -101,7 +106,7 @@ Requires: mpv-libs%{?_isa} = %{version}-%{release}
Libmpv development header files and libraries.
%prep
-%autosetup -p1
+%autosetup -p1 -n mpv-%{?commit}%{?!commit:%{version}}
%build
5 years, 5 months
[vdr-plex] Rebuilt for new VDR API version 2.4.1
by Martin Gansser
commit cc6bc04e4ed87265a624cd37e7648346d0a4e6eb
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jul 2 15:35:50 2019 +0200
Rebuilt for new VDR API version 2.4.1
vdr-plex.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-plex.spec b/vdr-plex.spec
index b57a207..9e7912c 100644
--- a/vdr-plex.spec
+++ b/vdr-plex.spec
@@ -1,6 +1,6 @@
Name: vdr-plex
Version: 0.4.0
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: A Plex Client for the VDR
License: GPLv2
URL: http://projects.vdr-developer.org/projects/plg-plex
@@ -41,6 +41,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Mon Jul 01 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-12
+- Rebuilt for new VDR API version 2.4.1
+
* Tue Jun 18 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-11
- Rebuilt for new VDR API version
5 years, 5 months
[vdr-weatherforecast] Rebuilt for new VDR API version 2.4.1
by Martin Gansser
commit bb9d79b76d1d97118bdb7cdaeddbb99a4bbd07d4
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jul 2 15:31:40 2019 +0200
Rebuilt for new VDR API version 2.4.1
vdr-weatherforecast.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
index 7cbcf06..a453834 100644
--- a/vdr-weatherforecast.spec
+++ b/vdr-weatherforecast.spec
@@ -2,7 +2,7 @@
Name: vdr-weatherforecast
Version: 0.2.0
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: A VDR plugin which provides a weather forecast
License: GPLv2+ and BSD
URL: http://projects.vdr-developer.org/projects/plg-weatherforecast
@@ -43,6 +43,9 @@ install -Dpm 644 %{SOURCE1} \
%changelog
+* Mon Jul 01 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-11
+- Rebuilt for new VDR API version 2.4.1
+
* Tue Jun 18 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-10
- Rebuilt for new VDR API version
5 years, 5 months