commit 4f163c152ff738de7d6323a387a969be315476e5
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jul 12 13:16:36 2020 +0200
Update to 2.2.0-1.20200702git43e9fa7
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 15 +++++++++------
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71a4ada..3d3e3c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ vdr-xineliboutput-1.1.0-20150422.tgz
/vdr-xineliboutput-2.1.0-c91fae0.tar.gz
/vdr-xineliboutput-2.1.0-021d0fc.tar.gz
/vdr-xineliboutput-2.1.0-32a5ffc.tar.gz
+/vdr-xineliboutput-2.2.0-43e9fa7.tar.gz
diff --git a/sources b/sources
index c59e061..dd749ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-xineliboutput-2.1.0-32a5ffc.tar.gz) =
7ba2b30b52bff8412413eb39f0cac68d5f83b6d0badac8a5a9c65fbe2259ed84940c2dbdcfd7ff43c2a90e4cdad08585dbcfecbb0d21f36c2e3195987e67421f
+SHA512 (vdr-xineliboutput-2.2.0-43e9fa7.tar.gz) =
aeb828775f0a2287b276828163a57103cbb989f5696e5ce1e2cee5998aad7927b9dec16994a2f4f0a09dbef1064b7b8f9e53c6996199f0f8150a9ff475b529b4
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index aeb12fc..3d2c5dd 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -1,17 +1,17 @@
%global xinever %(pkg-config --modversion libxine 2>/dev/null || echo ERROR)
%global xineplugindir %(pkg-config --variable=plugindir libxine 2>/dev/null || echo
ERROR)
-%global xinepluginver 2.1.0
+%global xinepluginver 2.2.0
%global pname xineliboutput
%global vdrver %(pkg-config --modversion vdr 2>/dev/null || echo ERROR)
-%global gitrev 32a5ffc
-%global gitdate 20191117
+%global gitrev 43e9fa7
+%global gitdate 20200702
# build bluray support (disabled for now)
%global have_bluray 1
%global have_wayland 1
Name: vdr-%{pname}
-Version: 2.1.0
-Release: 19.%{gitdate}git%{gitrev}%{?dist}
+Version: 2.2.0
+Release: 1.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
License: GPLv2+
URL:
http://sourceforge.net/projects/xineliboutput
@@ -76,7 +76,7 @@ This package contain plugin for VDR
%prep
%setup -q -n %{name}
-%patch0 -p1
+#%%patch0 -p1
./configure \
--enable-x11 \
@@ -161,6 +161,9 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x
'{}' ';'
%endif
%changelog
+* Sun Jul 12 2020 Martin Gansser <martinkg(a)fedoraproject.org> -
2.2.0-1.20200702git43e9fa7
+- Update to 2.2.0-1.20200702git43e9fa7
+
* Sat Jul 11 2020 Leigh Scott <leigh123linux(a)gmail.com> -
2.1.0-19.20191117git32a5ffc
- Rebuilt