rpms/vlc/devel .cvsignore, 1.35, 1.36 sources, 1.41, 1.42 vlc.spec, 1.111, 1.112

Nicolas Chauvet kwizart at rpmfusion.org
Mon Mar 7 11:57:38 CET 2011


Author: kwizart

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

Modified Files:
	.cvsignore sources vlc.spec 
Log Message:
Update to pre-1.1.8



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- .cvsignore	2 Feb 2011 16:52:43 -0000	1.35
+++ .cvsignore	7 Mar 2011 10:57:38 -0000	1.36
@@ -1 +1,2 @@
 vlc-1.1.7.tar.bz2
+vlc-1.1-bugfix-20110307.patch.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sources	2 Feb 2011 16:52:43 -0000	1.41
+++ sources	7 Mar 2011 10:57:38 -0000	1.42
@@ -1 +1,2 @@
 932ce1fa4afa54b56ac0ccc0655667b6  vlc-1.1.7.tar.bz2
+e7e9603412faafa49a05632ff7b54e1c  vlc-1.1-bugfix-20110307.patch.tar.bz2


Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- vlc.spec	2 Feb 2011 16:53:39 -0000	1.111
+++ vlc.spec	7 Mar 2011 10:57:38 -0000	1.112
@@ -1,6 +1,7 @@
 #global live555_date		2009.07.28
 #global vlc_rc			-rc3
 %global vlc_bootstrap		1
+%global tarball_version         1.1.7
 %global _with_freeworld 1
 %if 0%{?_with_freeworld:1}
 %global _with_a52dec --with-a52dec
@@ -25,18 +26,19 @@
 
 Summary:	The cross-platform open-source multimedia framework, player and server
 Name:		vlc
-Version:	1.1.7
-Release:	1%{?dist}
+Version:	1.1.8
+Release:	0.1%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 URL:		http://www.videolan.org
-Source0:	http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{?vlc_rc}.tar.bz2
+Source0:	http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{tarball_version}%{?vlc_rc}.tar.bz2
 %if 0%{?live555_date:1}
 Source2:	http://www.live555.com/liveMedia/public/live.%{live555_date}.tar.gz
 %endif
 Patch0:		vlc-1.1.0-vlc-cache-gen_noerror.patch
 Patch3:		vlc-1.1.6-hardode_font_patch.patch
 Patch4:		vlc-1.1.4-tls_path.patch
+Patch5:         vlc-1.1-bugfix-20110307.patch.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -238,13 +240,14 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}%{?vlc_rc}
+%setup -q -n %{name}-%{tarball_version}%{?vlc_rc}
 %if 0%{?live555_date:1}
 %setup -q -D -T -a 2 -n %{name}-%{version}%{?vlc_rc}
 %endif
 %patch0 -p1 -b .noerror
 %patch3 -p1 -b .hardode_path
 %patch4 -p1 -b .tls_path
+%patch5 -p1
 sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
 
 rm modules/access/videodev2.h
@@ -552,6 +555,9 @@
 
 
 %changelog
+* Mon Mar 07 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.1.8-0.1²
+- Update to pre-1.1.8 bugfix git from today
+
 * Wed Feb 02 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.1.7-1
 - Update to 1.1.7
 



More information about the rpmfusion-commits mailing list