rpms/xbmc/devel xbmc.spec,1.9,1.10

Alex Lancaster alexlan at rpmfusion.org
Mon Sep 13 16:49:35 CEST 2010


Author: alexlan

Update of /cvs/free/rpms/xbmc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv899

Modified Files:
	xbmc.spec 
Log Message:
- Upstream is dropping month from version, using 10.0 as Dharma release version.
- Add explicit Requires for libcrystalhd



Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xbmc.spec	2 Sep 2010 03:17:55 -0000	1.9
+++ xbmc.spec	13 Sep 2010 14:49:34 -0000	1.10
@@ -5,8 +5,8 @@
 %global DIRVERSION %{PRERELEASE}
 
 Name: xbmc
-Version: 10.9
-Release: 0.11.%{PRERELEASE}%{?dist}
+Version: 10.0
+Release: 0.12.%{PRERELEASE}%{?dist}
 URL: http://www.xbmc.org/
 
 Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -125,6 +125,9 @@
 %endif
 BuildRequires: zip
 
+# need explicit requires for libcrystalhd functionality
+# as it is dynamically loaded
+Requires: libcrystalhd
 
 %description
 XBMC media center is a free cross-platform media-player jukebox and
@@ -202,6 +205,10 @@
 %{_datadir}/icons/hicolor/*/*/*.png
 
 %changelog
+* Mon Sep 13 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.0-0.12.Dharma_beta1
+- Upstream is dropping month from version, using 10.0 as Dharma release version.
+- Add explicit Requires for libcrystalhd
+
 * Wed Sep  1 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.9-0.11.Dharma_beta1
 - Drop libmodplug/microhttpd patch, no longer needed 
 



More information about the rpmfusion-commits mailing list