Author: kwizart
Update of /cvs/free/rpms/vlc/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24899/F-18
Modified Files:
.cvsignore sources vlc.spec
Log Message:
Update to 2.0.06
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-18/.cvsignore,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- .cvsignore 14 Dec 2012 22:46:57 -0000 1.51
+++ .cvsignore 8 Apr 2013 12:28:07 -0000 1.52
@@ -1 +1 @@
-vlc-2.0.5.tar.xz
+vlc-2.0.6.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-18/sources,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- sources 14 Dec 2012 22:46:57 -0000 1.59
+++ sources 8 Apr 2013 12:28:07 -0000 1.60
@@ -1 +1 @@
-4f959c0766ada8cea5a72c65fce94ebe vlc-2.0.5.tar.xz
+b45be633c71dca04ca7d6c3d64dd728b vlc-2.0.6.tar.xz
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-18/vlc.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- vlc.spec 23 Feb 2013 16:25:55 -0000 1.166
+++ vlc.spec 8 Apr 2013 12:28:07 -0000 1.167
@@ -30,8 +30,8 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 2.0.5
-Release: 5%{?dist}
+Version: 2.0.6
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org
@@ -245,6 +245,7 @@
%configure \
--disable-dependency-tracking \
+ --disable-silent-rules \
--with-pic \
--disable-rpath \
--with-binary-version=%{version} \
@@ -343,6 +344,11 @@
#Fix unowned directories
rm -rf $RPM_BUILD_ROOT%{_docdir}/vlc
+#Workaround config file provided in %%{_datadir}
+#https://bugzilla.rpmfusion.org/show_bug.cgi?id=2726
+mv $RPM_BUILD_ROOT%{_datadir}/vlc/lua/http/.hosts \
+ $RPM_BUILD_ROOT%{_datadir}/vlc/lua/http/hosts-sample
+
%find_lang %{name}
@@ -519,6 +525,13 @@
%changelog
+* Mon Apr 08 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.6-1
+- Update to 2.0.6
+
+* Tue Mar 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-6
+- Move %%{_datadir}/vlc/lua/http/.hosts to hosts-sample to avoid
+ config file -
https://bugzilla.rpmfusion.org/2726
+
* Sat Feb 23 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-5
- Fix samba4 detection rfbz#2659