Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22231
Modified Files:
.cvsignore sources vlc.spec
Removed Files:
vlc-1.0-bugfix-20090602.patch
Log Message:
Update to -rc3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 2 Jun 2009 19:26:22 -0000 1.15
+++ .cvsignore 7 Jun 2009 09:14:31 -0000 1.16
@@ -1,3 +1,3 @@
-vlc-1.0.0-rc2.tar.bz2
-shine.c
+vlc-1.0.0-rc3.tar.bz2
enc_base.h
+shine.c
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 2 Jun 2009 19:26:22 -0000 1.15
+++ sources 7 Jun 2009 09:14:31 -0000 1.16
@@ -1,3 +1,3 @@
-c0fe6fff896c165abb5bf949616a1eee vlc-1.0.0-rc2.tar.bz2
-c64e9e104b1eeba838a6c87435c6533c shine.c
+a55dbd94856b922c29743b2980b0c672 vlc-1.0.0-rc3.tar.bz2
a897e4f24fb3fb993db7daf5a5f4d551 enc_base.h
+c64e9e104b1eeba838a6c87435c6533c shine.c
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- vlc.spec 5 Jun 2009 15:53:06 -0000 1.37
+++ vlc.spec 7 Jun 2009 09:14:31 -0000 1.38
@@ -4,7 +4,7 @@
%define with_internal_live555 0
%define live555_date 2008.07.25
%define vlc_git 0
-%define vlc_rc -rc2
+%define vlc_rc -rc3
%define with_mozilla 1
%define with_dc1394 0
%define with_directfb 1
@@ -13,7 +13,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 1.0.0
-Release: 0.10rc2%{?dist}
+Release: 0.11rc3%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org
@@ -30,9 +30,8 @@
Patch3: 300_all_pic.patch
Patch4: 310_all_mmx_pic.patch
Patch5: vlc-1.0.0-pre1-xulrunner-191_support.patch
-Patch6: vlc-1.0-bugfix-20090602.patch
+Patch6: 0005-Improve-compatibility-with-PA-when-the-vlc-alsa-outp.patch
Patch7: vlc-revert-b8f23ea716693d8d07dd8bd0cb4c9ba8ed05f568.patch
-Patch9: 0001-QT4-menus-remove-previous-signal-slot-connection-s.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -259,9 +258,8 @@
%if 0%{?fedora} >= 11
%patch5 -p1 -b .xul191
%endif
-%patch6 -p1 -b .bugfix
+%patch6 -p1 -b .alsa_pa
%patch7 -p1 -b .revert
-%patch9 -p1 -b .disconnect
rm modules/access/videodev2.h
ln -sf %{_includedir}/videodev2.h modules/access/
@@ -568,6 +566,9 @@
%changelog
+* Sun Jun 7 2009 kwizart < kwizart at
gmail.com > - 1.0.0-0.11rc3
+- Update to 1.0.0-rc3
+
* Fri Jun 5 2009 kwizart < kwizart at
gmail.com > - 1.0.0-0.10rc2
- Move some module to avoid dependency
- Remove previous signal-slot connection(s) if any - vlc trac #2818
--- vlc-1.0-bugfix-20090602.patch DELETED ---