Author: kwizart
Update of /cvs/free/rpms/vlc/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5820
Modified Files:
.cvsignore sources vlc.spec
Log Message:
-Update with security bugfixes
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 9 Aug 2008 18:35:59 -0000 1.2
+++ .cvsignore 29 Oct 2008 17:06:59 -0000 1.3
@@ -1,2 +1,2 @@
-vlc-0.8.6h.tar.bz2
-vlvc_source-0.8.tgz
+vlc-0.8.6i.tar.bz2
+vlc-0.8.7-git_head-20081029.patch.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Sep 2008 16:16:21 -0000 1.3
+++ sources 29 Oct 2008 17:06:59 -0000 1.4
@@ -1,3 +1,2 @@
3c90520c9f22a68d287458d5a8af989e vlc-0.8.6i.tar.bz2
-64521246371c2706eb8375cc38e5233b vlvc_source-0.8.tgz
-952d793a977eefe9de3cdad97d7dfd60 vlc-0.8.7-git_head-20080908.patch.tar.bz2
+76275f549e40c37f8a45cb3569c478f4 vlc-0.8.7-git_head-20081029.patch.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/vlc.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vlc.spec 23 Sep 2008 13:37:50 -0000 1.8
+++ vlc.spec 29 Oct 2008 17:06:59 -0000 1.9
@@ -20,7 +20,7 @@
Name: vlc
Version: 0.8.7
%define _version 0.8.6i
-Release: 0.4%{?dist}
+Release: 0.5%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org/
@@ -52,8 +52,7 @@
Patch91: vlc-0.8.6-vlvcfix.patch
# git-diff tags/vlc-0.8.6i HEAD > vlc-0.8.7-git_head-$(date +%Y%m%d ).patch
# tar cjvf vlc-0.8.7-git_head-$(date +%Y%m%d ).patch.tar.bz2
-Patch99: vlc-0.8.7-git_head-20080908.patch.tar.bz2
-Patch100: vlc-0.8.7-rpmfusion2_head.patch
+Patch99: vlc-0.8.7-git_head-20081029.patch.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -120,9 +119,7 @@
BuildRequires: libupnp-devel
BuildRequires: libvorbis-devel
BuildRequires: libxml2-devel
-# (BR: on lirc-libs works around some mock funkiness on f8)
-#
https://bugzilla.redhat.com/show_bug.cgi?id=462435
-BuildRequires: lirc-devel, lirc-libs
+BuildRequires: lirc-devel
%if %with_internal_live555
BuildConflicts: live-devel
BuildConflicts: live555-devel
@@ -328,8 +325,8 @@
%patch90 -p1 -b .vlvc
%patch91 -p1 -b .vlvcfix
%endif
-%patch99 -p1 -b .vlc87_1
-%patch100 -p1 -b .vlc87_2
+%patch99 -p1 -b .vlc87
+
%{?_with_clinkcc:
#hack for clinkcc support - optional feature - under testing.
@@ -593,6 +590,7 @@
%{_libdir}/vlc/gui/libwxwidgets_plugin.so
%{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so
%{_libdir}/vlc/access/libscreen_plugin.so
+%{_libdir}/vlc/codec/libfluidsynth_plugin.so
%{_libdir}/vlc/misc/libsvg_plugin.so
%{_libdir}/vlc/misc/libnotify_plugin.so
%{_libdir}/vlc/video_output/libaa_plugin.so
@@ -618,6 +616,7 @@
%exclude %{_datadir}/vlc/skins2
%exclude %{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so
%exclude %{_libdir}/vlc/access/libscreen_plugin.so
+%exclude %{_libdir}/vlc/codec/libfluidsynth_plugin.so
%exclude %{_libdir}/vlc/misc/libsvg_plugin.so
%exclude %{_libdir}/vlc/misc/libnotify_plugin.so
%exclude %{_libdir}/vlc/video_output/libaa_plugin.so
@@ -667,6 +666,10 @@
%changelog
+* Wed Oct 29 2008 kwizart < kwizart at
gmail.com > - 0.8.7-0.5
+- More security fixes
+- Few others move from core to main
+
* Tue Sep 23 2008 kwizart < kwizart at
gmail.com > - 0.8.7-0.4
- libaccess is no more in -core
- More HEAD bugfixes (live555)