rpms/xine-lib/devel .cvsignore, 1.19, 1.20 sources, 1.21, 1.22 xine-lib-mk-autotools-patch.sh, 1.3, 1.4 xine-lib.spec, 1.65, 1.66 xine-lib-1.1.16.1-gapless_race_fix.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Tue Feb 10 23:04:08 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/xine-lib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv442

Modified Files:
	.cvsignore sources xine-lib-mk-autotools-patch.sh 
	xine-lib.spec 
Removed Files:
	xine-lib-1.1.16.1-gapless_race_fix.patch 
Log Message:
* Tue Feb 10 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.16.2-1
- xine-lib-1.1.16.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	23 Jan 2009 14:32:05 -0000	1.19
+++ .cvsignore	10 Feb 2009 23:03:37 -0000	1.20
@@ -1,2 +1,2 @@
-xine-lib-1.1.16.1-autotools.patch.bz2
-xine-lib-1.1.16.1-pruned.tar.bz2
+xine-lib-1.1.16.2-pruned.tar.bz2
+xine-lib-1.1.16.2-autotools.patch.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	23 Jan 2009 14:32:05 -0000	1.21
+++ sources	10 Feb 2009 23:03:37 -0000	1.22
@@ -1,2 +1,2 @@
-e3e061f93f36eae910b66cb0c973dbb8  xine-lib-1.1.16.1-autotools.patch.bz2
-aa1265b1007086c0906ec8134cfeacf6  xine-lib-1.1.16.1-pruned.tar.bz2
+e2c3a178be02f5c32957b2716123aa28  xine-lib-1.1.16.2-pruned.tar.bz2
+07bf186d51b8315026453a2f21b33703  xine-lib-1.1.16.2-autotools.patch.bz2


Index: xine-lib-mk-autotools-patch.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/xine-lib-mk-autotools-patch.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xine-lib-mk-autotools-patch.sh	18 Apr 2007 17:57:19 -0000	1.3
+++ xine-lib-mk-autotools-patch.sh	10 Feb 2009 23:03:37 -0000	1.4
@@ -22,10 +22,12 @@
 tar jxf xine-lib-$version-pruned.tar.bz2
 cp -a xine-lib-$version xine-lib-$version-pruned
 
-cd xine-lib-$version
+pushd xine-lib-$version
+# extra work for to omit old libtool-related crud
+rm -f configure ltmain.sh libtool m4/libtool.m4 m4/ltoptions.m4 m4/ltversion.m4
 ./autogen.sh noconfig
 rm -rf autom4te.cache *~
-cd ..
+popd
 
 diff -Nru xine-lib-$version-pruned xine-lib-$version \
 | bzip2 --best > xine-lib-$version-autotools.patch.bz2


Index: xine-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/xine-lib.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- xine-lib.spec	9 Feb 2009 13:42:26 -0000	1.65
+++ xine-lib.spec	10 Feb 2009 23:03:37 -0000	1.66
@@ -33,8 +33,8 @@
 
 Summary:        A multimedia engine 
 Name:           xine-lib
-Version:        1.1.16.1
-Release:        4%{?dist}
+Version:        1.1.16.2
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://xinehq.de/
@@ -56,7 +56,6 @@
 Patch8:         xine-lib-1.1.15-avsync_hack.patch
 ## upstream patches
 Patch100:	xine-lib-safe-audio-pause.patch
-Patch101: 	xine-lib-1.1.16.1-gapless_race_fix.patch
 
 Provides:       xine-lib(plugin-abi) = %{abiver}
 %if "%{?_isa}" != "%{nil}"
@@ -205,7 +204,6 @@
 %patch8 -p1 -b .avsync_hack
 
 %patch100 -p1 -b .safe_audio_pause
-%patch101 -p1 -b .gapless_race_fix
 
 # Avoid standard rpaths on lib64 archs: (autotools patch should handle this, no? -- Rex )
 #sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
@@ -438,6 +436,9 @@
 
 
 %changelog
+* Tue Feb 10 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.16.2-1
+- xine-lib-1.1.16.2
+
 * Mon Feb 09 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.16.1-4
 - gapless-race-fix patch (kdebug#180339)
 


--- xine-lib-1.1.16.1-gapless_race_fix.patch DELETED ---




More information about the scm-commits mailing list