Author: kkofler
Update of /cvs/free/rpms/xine-lib-extras-freeworld/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16322/F-10
Modified Files:
.cvsignore sources xine-lib-extras-freeworld.spec
Log Message:
Sync from devel (matches Fedora security update for CVE-2009-1274):
* Fri Apr 03 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.16.3-1
- xine-lib-1.1.16.3, plugin-abi 1.26
* Fri Mar 27 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.16.2-4
- rebuild (faad)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-10/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 11 Feb 2009 03:40:18 -0000 1.6
+++ .cvsignore 9 Apr 2009 08:48:33 -0000 1.7
@@ -1 +1 @@
-xine-lib-1.1.16.2.tar.bz2
+xine-lib-1.1.16.3.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-10/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 11 Feb 2009 03:40:18 -0000 1.6
+++ sources 9 Apr 2009 08:48:33 -0000 1.7
@@ -1 +1 @@
-336dd1f6266e9f943430ca6009b7aa7e xine-lib-1.1.16.2.tar.bz2
+4f508abf088cf427a731f85634c8260d xine-lib-1.1.16.3.tar.bz2
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-10/xine-lib-extras-freeworld.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xine-lib-extras-freeworld.spec 16 Mar 2009 16:31:27 -0000 1.13
+++ xine-lib-extras-freeworld.spec 9 Apr 2009 08:48:33 -0000 1.14
@@ -1,7 +1,7 @@
# TODO:
# - external dvdnav - not compatible as of 1.1.11 and 4.1.1
-%define abiver 1.25
+%define plugin_abi 1.26
%if 0%{?fedora} > 6
%define _with_external_ffmpeg --with-external-ffmpeg
@@ -10,8 +10,8 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
-Version: 1.1.16.2
-Release: 3%{?dist}
+Version: 1.1.16.3
+Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL:
http://xinehq.de/
@@ -47,7 +47,7 @@
BuildConflicts: libfame-devel
Requires: vcdimager >= 0.7.23
-Requires: xine-lib(plugin-abi)%{?_isa} = %{abiver}
+Requires: xine-lib(plugin-abi)%{?_isa} = %{plugin_abi}
# obsolete old livna package
Provides: xine-lib-extras-nonfree = %{version}-%{release}
@@ -182,11 +182,17 @@
%files
%defattr(-,root,root,-)
%doc doc/README.dxr3 doc/README.network_dvd
-%{_libdir}/xine/plugins/%{abiver}/xineplug_*.so
-%{_libdir}/xine/plugins/%{abiver}/post/xineplug_*.so
+%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_*.so
+%{_libdir}/xine/plugins/%{plugin_abi}/post/xineplug_*.so
%changelog
+* Fri Apr 03 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.16.3-1
+- xine-lib-1.1.16.3, plugin-abi 1.26
+
+* Fri Mar 27 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.16.2-4
+- rebuild (faad)
+
* Mon Mar 16 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.16.2-3
- Requires: xine-lib(plugin-abi)%%{?_isa} = ...