Author: kwizart
Update of /cvs/free/rpms/vlc/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15330/F-15
Modified Files:
.cvsignore sources vlc.spec
Removed Files:
vlc-1.1-bugfix-20110920.patch
Log Message:
Update to 1.1.12
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-15/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- .cvsignore 20 Jul 2011 21:00:16 -0000 1.40
+++ .cvsignore 7 Oct 2011 17:44:26 -0000 1.41
@@ -1 +1 @@
-vlc-1.1.11.tar.bz2
+vlc-1.1.12.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-15/sources,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- sources 20 Jul 2011 21:00:16 -0000 1.48
+++ sources 7 Oct 2011 17:44:27 -0000 1.49
@@ -1 +1 @@
-a64846d6f21ea179ae8e8bfb6f9447fe vlc-1.1.11.tar.bz2
+91de1ad308c947e35380f9d747ff5713 vlc-1.1.12.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-15/vlc.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- vlc.spec 19 Sep 2011 22:56:15 -0000 1.127
+++ vlc.spec 7 Oct 2011 17:44:28 -0000 1.128
@@ -1,7 +1,7 @@
#global live555_date 2009.07.28
#global vlc_rc -rc3
%global vlc_bootstrap 1
-%global tarball_version 1.1.11
+%global tarball_version 1.1.12
%global _with_workaround_circle_deps 1
%global _with_freeworld 1
%if 0%{?_with_freeworld:1}
@@ -25,8 +25,8 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 1.1.11
-Release: 2%{?dist}
+Version: 1.1.12
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org
@@ -38,7 +38,6 @@
Patch3: vlc-1.1.6-hardode_font_patch.patch
Patch4: vlc-1.1.4-tls_path.patch
Patch5: vlc-1.1.8-bugfix.opencv22.patch
-Patch6: vlc-1.1-bugfix-20110920.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -252,7 +251,6 @@
%patch5 -p1 -b .opencv22
%endif
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
-%patch6 -p1
rm modules/access/videodev2.h
ln -sf %{_includedir}/linux/videodev2.h modules/access/videodev2.h
@@ -563,8 +561,12 @@
%changelog
+* Fri Oct 07 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.12-1
+- Update to 1.1.12
+
* Tue Sep 20 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.11-2
- Update to current bugfix
+- Add patch for FFmpeg-0.8
* Wed Jul 20 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.11-1
- Update to 1.1.11
--- vlc-1.1-bugfix-20110920.patch DELETED ---