From 0e2b160ba2c3cffbcca413ccf231048dc0dc6060 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 20 Aug 2014 18:29:06 -0500 Subject: Update to 13.2 final --- xbmc-generate-tarball-xz.sh | 2 +- xbmc.spec | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/xbmc-generate-tarball-xz.sh b/xbmc-generate-tarball-xz.sh index c6915e0..9732d7f 100755 --- a/xbmc-generate-tarball-xz.sh +++ b/xbmc-generate-tarball-xz.sh @@ -1,7 +1,7 @@ #!/bin/sh MAJORVERSION=13 -MINORVERSION=2b3 +MINORVERSION=2 #GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96 #GITSHORT=ge988513 #PRERELEASE=Gotham diff --git a/xbmc.spec b/xbmc.spec index c5be286..da33ea4 100644 --- a/xbmc.spec +++ b/xbmc.spec @@ -1,5 +1,5 @@ -%global PRERELEASE b3 -%global DIRVERSION %{version}%{?PRERELEASE} +#global PRERELEASE b3 +%global DIRVERSION %{version} #global GITCOMMIT Gotham_r2-ge988513 # use the line below for pre-releases #global DIRVERSION %{version}%{PRERELEASE} @@ -7,7 +7,7 @@ Name: xbmc Version: 13.2 -Release: 0.3.beta3%{?dist} +Release: 1%{?dist} Summary: Media center License: GPLv2+ and GPLv3+ @@ -135,6 +135,7 @@ BuildRequires: libplist-devel BuildRequires: libpng-devel BuildRequires: librtmp-devel BuildRequires: libsamplerate-devel +BuildRequires: libshairport-devel BuildRequires: libsmbclient-devel %if 0%{?_with_libssh} BuildRequires: libssh-devel @@ -189,6 +190,7 @@ Requires: libcrystalhd %endif Requires: libmad Requires: librtmp +Requires: libshairport # needed when doing a minimal install, see # https://bugzilla.rpmfusion.org/show_bug.cgi?id=1844 @@ -390,6 +392,10 @@ fi %changelog +* Wed Aug 20 2014 Michael Cronenworth - 13.2-1 +- Update to 13.2 final +- Enable AirTunes support + * Wed Aug 06 2014 Michael Cronenworth - 13.2-0.3.beta3 - Update external ffmpeg patch -- cgit