Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31302
Modified Files:
.cvsignore sources vlc.spec
Log Message:
Update to 1.0.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore 12 Aug 2009 08:59:56 -0000 1.21
+++ .cvsignore 19 Sep 2009 22:19:30 -0000 1.22
@@ -1,2 +1 @@
-vlc-1.0.1.tar.bz2
-vlc-1.0-bugfix-20090812.tar.bz2
+vlc-1.0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources 12 Aug 2009 09:45:42 -0000 1.22
+++ sources 19 Sep 2009 22:19:30 -0000 1.23
@@ -1,2 +1 @@
-6e299d373e7751bb36de001cdc6a2989 vlc-1.0.1.tar.bz2
-3cf4d28f13d2fe525c0df7e2460c5b8b vlc-1.0-bugfix-20090812.tar.bz2
+6e9383e1684506ee2bfbfae011821fdd vlc-1.0.2.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- vlc.spec 12 Aug 2009 08:59:56 -0000 1.57
+++ vlc.spec 19 Sep 2009 22:19:30 -0000 1.58
@@ -7,8 +7,8 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
-Version: 1.0.1
-Release: 2%{?dist}
+Version: 1.0.2
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org
@@ -22,7 +22,6 @@
Patch2: 0002-Default-aout-for-pulse.patch
Patch3: 300_all_pic.patch
Patch4: 310_all_mmx_pic.patch
-Patch5: vlc-1.0-bugfix-20090812.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -54,7 +53,7 @@
BuildRequires: hal-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: libavc1394-devel
-%{?_with_libass:BuildRequires: libass-devel >= 0.9.7}
+BuildRequires: libass-devel >= 0.9.7
BuildRequires: libcaca-devel
BuildRequires: libcddb-devel
BuildRequires: libcdio-devel >= 0.77-3
@@ -238,7 +237,6 @@
%patch3 -p1 -b .dmo_pic
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
%patch4 -p1 -b .mmx_pic
-%patch5 -p1 -b .bf
rm modules/access/videodev2.h
@@ -292,7 +290,7 @@
--enable-tarkin \
--enable-theora \
--enable-dirac \
-%{?_with_libass:--enable-libass} \
+ --enable-libass \
--enable-xcb \
--enable-svg \
--enable-snapshot \
@@ -549,6 +547,9 @@
%changelog
+* Sat Sep 19 2009 kwizart < kwizart at
gmail.com > - 1.0.2-1
+- Update to 1.0.2
+
* Wed Aug 12 2009 kwizart < kwizart at
gmail.com > - 1.0.1-2
- Conditionalize libass until stabilized ABI.
- Update to 1.0-bugfix 20090812