From 498cea578f97d699717294344cd65d0b70f3ec0b Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sun, 26 Jan 2014 21:28:07 -0700 Subject: Update to Gotham alpha 11 --- xbmc.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'xbmc.spec') diff --git a/xbmc.spec b/xbmc.spec index fed0c31..b771b78 100644 --- a/xbmc.spec +++ b/xbmc.spec @@ -1,4 +1,4 @@ -%global PRERELEASE Gotham_alpha9 +%global PRERELEASE Gotham_alpha11 #%%global DIRVERSION %{version} # use the line below for pre-releases %global DIRVERSION %{version}-%{PRERELEASE} @@ -6,7 +6,7 @@ Name: xbmc Version: 13.0 -Release: 0.2.Gotham_alpha9%{?dist} +Release: 0.3.Gotham_alpha11%{?dist} URL: http://www.xbmc.org/ Source0: %{name}-%{DIRVERSION}-patched.tar.xz @@ -149,6 +149,8 @@ BuildRequires: libcap-devel %if 0%{?_with_libcec} BuildRequires: libcec-devel %endif +BuildRequires: libxml-devel +BuildRequires: libxslt-devel # nfs-utils-lib-devel package currently broken #BuildRequires: nfs-utils-lib-devel @@ -331,6 +333,9 @@ fi #%%{_includedir}/xbmc/xbmcclient.h %changelog +* Mon Jan 27 2014 Ken Dreyer - 13.0-0.5.Gotham_alpha11 +- Update to Gotham alpha 11 + * Mon Nov 25 2013 Ken Dreyer - 13.0-0.3.Gotham_alpha9 - Update to Gotham alpha 9 -- cgit