Author: alexlan
Update of /cvs/free/rpms/xbmc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1722
Modified Files:
xbmc.spec
Log Message:
- Remove hal-devel as BuildRequires, dropped in f16 and later:
http://fedoraproject.org/wiki/Features/HalRemoval
replaced by udisks, upower, libudev, but not clear if xbmc
can use those packages yet (fixes #1915).
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xbmc.spec 5 Apr 2011 20:55:16 -0000 1.27
+++ xbmc.spec 2 Sep 2011 04:32:10 -0000 1.28
@@ -5,7 +5,7 @@
Name: xbmc
Version: 10.1
-Release: 3%{?dist}
+Release: 4%{?dist}
URL:
http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -60,7 +60,6 @@
BuildRequires: fontconfig-devel
BuildRequires: fribidi-devel
BuildRequires: glibc-devel
-BuildRequires: hal-devel
BuildRequires: glew-devel
BuildRequires: libstdc++-devel
BuildRequires: glib2-devel
@@ -230,6 +229,12 @@
%{_datadir}/icons/hicolor/*/*/*.png
%changelog
+* Fri Sep 2 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.1-4
+- Remove hal-devel as BuildRequires, dropped in f16 and later:
+
http://fedoraproject.org/wiki/Features/HalRemoval
+ replaced by udisks, upower, libudev, but not clear if xbmc
+ can use those packages yet (fixes #1915).
+
* Tue Apr 05 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 10.1-3
- Rebuilt for libmysqlclient bump (was built with previous version).