rpms/vlc/devel vlc.spec,1.82,1.83

Nicolas Chauvet kwizart at rpmfusion.org
Tue Jun 8 21:58:19 CEST 2010


Author: kwizart

Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25205

Modified Files:
	vlc.spec 
Log Message:
Fix segfault on dlopen



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- vlc.spec	7 Jun 2010 09:23:28 -0000	1.82
+++ vlc.spec	8 Jun 2010 19:58:19 -0000	1.83
@@ -20,7 +20,7 @@
 Summary:	The cross-platform open-source multimedia framework, player and server
 Name:		vlc
 Version:	1.1.0
-Release:	0.10.rc2%{?dist}
+Release:	0.11.rc2%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 URL:		http://www.videolan.org
@@ -30,6 +30,7 @@
 %endif
 Source10:       vlc-handlers.schemas
 Patch0:          vlc-1.1.0-vlc-cache-gen_noerror.patch
+Patch1:          vlc-1.1.0-bugfix-dlopen.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -219,6 +220,7 @@
 %setup -q -D -T -a 2 -n %{name}-%{version}%{?vlc_rc}
 %endif
 %patch0 -p1 -b .noerror
+%patch1 -p1 -b .0dlopen
 
 rm modules/access/videodev2.h
 ln -sf %{_includedir}/linux/videodev2.h modules/access/videodev2.h
@@ -505,7 +507,10 @@
 
 
 %changelog
-* Mon Jun 07 2010 kwizart at gmail.com - 1.1.0-0.10.rc2
+* Tue Jun 08 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.1.0-0.11.rc2
+- Fix segfault on dlopen
+
+* Mon Jun 07 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.1.0-0.10.rc2
 - Fix --with a52dec conditional
 
 * Fri Jun 04 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.1.0-0.9.rc2



More information about the rpmfusion-commits mailing list