Author: kwizart
Update of /cvs/free/rpms/vlc/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10826/EL-6
Modified Files:
.cvsignore sources vlc.spec
Log Message:
Update to 2.0.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/EL-6/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- .cvsignore 29 Jun 2012 09:57:24 -0000 1.48
+++ .cvsignore 21 Jul 2012 12:19:55 -0000 1.49
@@ -1 +1 @@
-vlc-2.0.2.tar.xz
+vlc-2.0.3.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/EL-6/sources,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- sources 29 Jun 2012 09:57:24 -0000 1.56
+++ sources 21 Jul 2012 12:19:55 -0000 1.57
@@ -1 +1 @@
-93e729cc970a4535b3213dbef0e69528 vlc-2.0.2.tar.xz
+a7e79565e3df07dcf9abc6cad3ac26bb vlc-2.0.3.tar.xz
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/EL-6/vlc.spec,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- vlc.spec 11 Jul 2012 14:44:28 -0000 1.157
+++ vlc.spec 21 Jul 2012 12:19:55 -0000 1.158
@@ -20,7 +20,9 @@
%if 0%{?fedora}
%global _with_fluidsyth 1
%global _with_bluray 1
+%ifarch x86_64 i686
%global _with_crystalhd 1
+%endif
%global _with_projectm 1
%global _with_schroedinger 1
%endif
@@ -28,8 +30,8 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 2.0.2
-Release: 3%{?dist}
+Version: 2.0.3
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org
@@ -98,7 +100,7 @@
BuildRequires: libtheora-devel
BuildRequires: libtiger-devel
BuildRequires: libtiff-devel
-BuildRequires: libudev-devel >= 142
+BuildRequires: pkgconfig(libudev)
BuildRequires: libupnp-devel
BuildRequires: libv4l-devel
%{?_with_vaapi:BuildRequires: libva-devel}
@@ -144,7 +146,7 @@
BuildRequires: libXpm-devel
%{?_with_xcb:
BuildRequires: libxcb-devel
-BuildRequires: xcb-util-devel
+BuildRequires: xcb-util-devel
}
BuildRequires: xorg-x11-proto-devel
@@ -508,8 +510,12 @@
%changelog
+* Fri Jul 20 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.3-1
+- Update to 2.0.3
+
* Wed Jul 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.2-3
- Fix build of xcb
+- Switch to pkgconfig(libudev)
* Wed Jul 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.2-2
- Rework BR and RPM conditionals