Author: martinkg
Update of /cvs/free/rpms/vdr-xineliboutput/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18545/devel
Modified Files:
.cvsignore sources vdr-xineliboutput.spec
Removed Files:
xineliboutput_renamed_iDoubleTapTimeoutMs_in_libcec.diff
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-xineliboutput/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 3 Mar 2015 17:44:45 -0000 1.4
+++ .cvsignore 22 Apr 2015 16:25:12 -0000 1.5
@@ -1 +1 @@
-vdr-xineliboutput-1.1.0-20150220.tgz
+vdr-xineliboutput-1.1.0-20150422.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-xineliboutput/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 3 Mar 2015 17:44:45 -0000 1.4
+++ sources 22 Apr 2015 16:25:13 -0000 1.5
@@ -1 +1 @@
-1f074db16339c4713deee2562874e0e9 vdr-xineliboutput-1.1.0-20150220.tgz
+9fe4516a5dda99be023286c1a0ed1332 vdr-xineliboutput-1.1.0-20150422.tgz
Index: vdr-xineliboutput.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-xineliboutput/devel/vdr-xineliboutput.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vdr-xineliboutput.spec 3 Mar 2015 19:56:43 -0000 1.7
+++ vdr-xineliboutput.spec 22 Apr 2015 16:25:13 -0000 1.8
@@ -3,13 +3,13 @@
%global xinepluginver 2.0.0
%global pname xineliboutput
%global vdrver %(vdr-config --version 2>/dev/null || echo ERROR)
-%global cvsver 20150220
+%global cvsver 20150422
# build bluray support (disabled for now)
%global have_bluray 1
Name: vdr-%{pname}
Version: 1.1.0
-Release: 15%{?cvsver:.cvs%{cvsver}}%{?dist}
+Release: 16%{?cvsver:.cvs%{cvsver}}%{?dist}
Summary: Plugins for watching VDR over Xine
Group: Applications/Multimedia
@@ -17,12 +17,11 @@
URL:
http://sourceforge.net/projects/xineliboutput
# how to get the tarball
# cvs -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co
vdr-xineliboutput
-# mv vdr-xineliboutput vdr-xineliboutput-1.1.0-20150220
-# tar cfz /home/martin/rpmbuild/SOURCES/vdr-xineliboutput-1.1.0-20150220.tgz
vdr-xineliboutput-1.1.0-20150220
+# mv vdr-xineliboutput vdr-xineliboutput-1.1.0-20150422
+# tar cfz vdr-xineliboutput-1.1.0-20150422.tgz vdr-xineliboutput-1.1.0-20150422
Source0: %{name}-%{version}%{?cvsver:-%{cvsver}}.tgz
Source1: %{name}.conf
Source2: allowed_hosts.conf
-Patch0:
https://raw.githubusercontent.com/VDR4Arch/vdr4arch/master/plugins/vdr-%{...
BuildRequires: gettext
BuildRequires: vdr-devel >= %{vdrver}
@@ -70,7 +69,6 @@
%prep
%setup -q -n %{name}-%{version}%{?cvsver:-%{cvsver}}
-%patch0 -p1
./configure \
--enable-x11 \
@@ -149,6 +147,10 @@
%changelog
+* Wed Apr 22 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
1.1.0-16.cvs20150422
+- Update to recent cvs version
+
+- Added patch %%{pname}_renamed_iDoubleTapTimeoutMs_in_libcec.diff
* Tue Mar 03 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
1.1.0-15.cvs20150220
- mark license files as %%license where available
--- xineliboutput_renamed_iDoubleTapTimeoutMs_in_libcec.diff DELETED ---