rpms/xine-lib/devel .cvsignore, 1.16, 1.17 sources, 1.17, 1.18 xine-lib.spec, 1.44, 1.45 xine-lib-1.1.12-CVE-2008-1878.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Aug 15 19:39:11 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/xine-lib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27141

Modified Files:
	.cvsignore sources xine-lib.spec 
Removed Files:
	xine-lib-1.1.12-CVE-2008-1878.patch 
Log Message:
* Fri Aug 15 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.1.15-1
- xine-lib-1.1.15, plugin ABI 1.24 (rh#455752, CVE-2008-3231)
- Obsoletes: -arts (f9+)
- move -pulseaudio into main pkg



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	16 Apr 2008 21:05:40 -0000	1.16
+++ .cvsignore	15 Aug 2008 19:38:41 -0000	1.17
@@ -1,2 +1,2 @@
-xine-lib-1.1.12-pruned.tar.bz2
-xine-lib-1.1.12-autotools.patch.bz2
+xine-lib-1.1.15-autotools.patch.bz2
+xine-lib-1.1.15-pruned.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	16 Apr 2008 21:05:40 -0000	1.17
+++ sources	15 Aug 2008 19:38:41 -0000	1.18
@@ -1,2 +1,2 @@
-3f918af93f52e486fb8fd4dfec04f98f  xine-lib-1.1.12-pruned.tar.bz2
-771565628e4dfcfc8657b1256b9f41ef  xine-lib-1.1.12-autotools.patch.bz2
+ffd74ec893a5f1167c69987a68f436fd  xine-lib-1.1.15-autotools.patch.bz2
+acdbdc024382afac111eb076304448ed  xine-lib-1.1.15-pruned.tar.bz2


Index: xine-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/xine-lib.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- xine-lib.spec	27 Apr 2008 20:42:51 -0000	1.44
+++ xine-lib.spec	15 Aug 2008 19:38:41 -0000	1.45
@@ -2,13 +2,10 @@
 # - libstk:  http://www.libstk.net/ - probably not, see 1.1.5 ChangeLog
 # - drop the opengl video out plugin?
 #   http://www.redhat.com/archives/fedora-legal-list/2007-August/msg00011.html
-# - move -pulseaudio to main package?
-#   http://fedoraproject.org/wiki/Releases/FeaturePulseaudio
-#   --> not yet:
-#    http://www.redhat.com/archives/fedora-devel-list/2007-August/msg01411.html
 # - external dvdnav - not compatible as of 1.1.11 and 4.1.1
+# - deprecate ESD support?
 
-%define         abiver      1.21
+%define         abiver      1.24
 %define         codecdir    %{_libdir}/codecs
 
 %ifarch %{ix86}
@@ -29,10 +26,14 @@
     %define     with_xcb    %{?_with_xcb:1}%{!?_with_xcb:0}
 %endif # Fedora
 
+%if 0%{?fedora} > 8
+%define _without_arts --without-arts
+%endif
+
 Summary:        Xine library
 Name:           xine-lib
-Version:        1.1.12
-Release:        3%{?dist}
+Version:        1.1.15
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://xinehq.de/
@@ -46,7 +47,6 @@
 Patch0:         %{name}-%{version}-autotools.patch.bz2
 Patch1:         %{name}-1.1.4-optflags.patch
 Patch6:         %{name}-1.1.1-deepbind-939.patch
-Patch7:         %{name}-1.1.12-CVE-2008-1878.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Provides:       xine-lib(plugin-abi) = %{abiver}
@@ -85,12 +85,18 @@
 BuildRequires:  libmodplug-devel
 BuildRequires:  esound-devel
 BuildRequires:  speex-devel
-BuildRequires:  arts-devel
+%if 0%{?_without_arts:1}
+Obsoletes: %{name}-arts < %{version}-%{release}
+%else
+BuildRequires: arts-devel
+%endif
 BuildRequires:  alsa-lib-devel >= 0.9.0
 BuildRequires:  libmpcdec-devel
 BuildRequires:  wavpack-devel
 %if %{with_pa}
 BuildRequires:  pulseaudio-lib-devel
+Obsoletes: %{name}-pulseaudio < %{version}-%{release}
+Provides:  %{name}-pulseaudio = %{version}-%{release}
 %endif # pa
 BuildRequires:  jack-audio-connection-kit-devel
 # CDs
@@ -99,7 +105,11 @@
 BuildRequires:  pkgconfig
 BuildRequires:  gnome-vfs2-devel
 BuildRequires:  gtk2-devel
+%if 0%{?fedora} > 6 || 0%{?rhel} > 5
 BuildRequires:  libsmbclient-devel
+%else
+BuildRequires:  samba-common
+%endif
 
 %description
 This package contains the Xine library. Xine is a free multimedia player.
@@ -120,31 +130,22 @@
 %description    devel
 This package contains development files for xine-lib.
 
-# TODO: consider removing and/or marking as deprecated for F9+ -- Rex
 %package        arts
 Summary:        aRts plugin for xine-lib
 Group:          System Environment/Libraries
 Requires:       %{name} = %{version}-%{release}
+#Requires:      xine-lib(plugin-abi) = %{abiver}
 # -arts was split off the -extras subpackage at 1.1.7-3
 Obsoletes:      xine-lib-extras < 1.1.7-3
 
 %description    arts
 This package contains the aRts extra plugin for xine-lib.
 
-%package        pulseaudio
-Summary:        Pulseaudio plugin for xine-lib
-Group:          System Environment/Libraries
-Requires:       %{name} = %{version}-%{release}
-# -pulseaudio was split off -extras at 1.1.11.1-2
-#Obsoletes:     xine-lib-extras < 1.1.11.1-2
-
-%description    pulseaudio
-This package contains the pulseaudio plugin for xine-lib.
-
 %package        extras
 Summary:        Additional plugins for xine-lib
 Group:          System Environment/Libraries
 Requires:       %{name} = %{version}-%{release}
+#Requires:      xine-lib(plugin-abi) = %{abiver}
 
 %description    extras
 This package contains extra plugins for xine-lib:
@@ -177,7 +178,6 @@
 touch -r m4/optimizations.m4.stamp m4/optimizations.m4
 # Patch6 needed at least when compiling with external ffmpeg, #939.
 %patch6 -p1 -b .deepbind
-%patch7 -p1 -b .CVE-2008-1878
 
 # Avoid standard rpaths on lib64 archs:
 sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
@@ -213,7 +213,7 @@
 %if 0%{?_without_imagemagick:1}
     --without-imagemagick \
 %endif # imagemagick
-    --with-arts \
+    %{!?_without_arts:--with-arts} %{?_without_arts} \
     --with-wavpack \
     --with-real-codecs-path=%{codecdir} \
     --with-w32-path=%{codecdir}
@@ -286,6 +286,9 @@
 %{_libdir}/xine/plugins/%{abiver}/xineplug_ao_out_file.so
 %{_libdir}/xine/plugins/%{abiver}/xineplug_ao_out_none.so
 %{_libdir}/xine/plugins/%{abiver}/xineplug_ao_out_oss.so
+%if %{with_pa}
+%{_libdir}/xine/plugins/%{abiver}/xineplug_ao_out_pulseaudio.so
+%endif
 %{_libdir}/xine/plugins/%{abiver}/xineplug_decode_bitplane.so
 %{_libdir}/xine/plugins/%{abiver}/xineplug_decode_gsm610.so
 %{_libdir}/xine/plugins/%{abiver}/xineplug_decode_lpcm.so
@@ -355,15 +358,11 @@
 %{_libdir}/xine/plugins/%{abiver}/xineplug_vo_out_xxmc.so
 %{_libdir}/xine/plugins/%{abiver}/xineplug_wavpack.so
 
+%if 0%{!?_without_arts:1}
 %files arts
 %defattr(-,root,root,-)
 %{_libdir}/xine/plugins/%{abiver}/xineplug_ao_out_arts.so
-
-%if %{with_pa}
-%files pulseaudio
-%defattr(-,root,root,-)
-%{_libdir}/xine/plugins/%{abiver}/xineplug_ao_out_pulseaudio.so
-%endif 
+%endif
 
 %files extras
 %defattr(-,root,root,-)
@@ -402,6 +401,11 @@
 
 
 %changelog
+* Fri Aug 15 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.1.15-1
+- xine-lib-1.1.15, plugin ABI 1.24 (rh#455752, CVE-2008-3231)
+- Obsoletes: -arts (f9+)
+- move -pulseaudio into main pkg
+
 * Sun Apr 27 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.1.12-3
 - rebuild for new ImageMagick (6.4.0.10)
 


--- xine-lib-1.1.12-CVE-2008-1878.patch DELETED ---




More information about the fedora-extras-commits mailing list