rpms/xbmc/devel .cvsignore, 1.32, 1.33 sources, 1.34, 1.35 xbmc-generate-tarball-xz.sh, 1.32, 1.33 xbmc.spec, 1.84, 1.85

Michael Cronenworth mooninite at rpmfusion.org
Thu Aug 21 01:33:00 CEST 2014


Author: mooninite

Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26189

Modified Files:
	.cvsignore sources xbmc-generate-tarball-xz.sh xbmc.spec 
Log Message:
* Wed Aug 20 2014 Michael Cronenworth <mike at cchtml.com> - 13.2-1
- Update to 13.2 final
- Enable AirTunes support



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	6 Aug 2014 01:55:25 -0000	1.32
+++ .cvsignore	20 Aug 2014 23:33:00 -0000	1.33
@@ -1 +1 @@
-xbmc-13.2b3-patched.tar.xz
+xbmc-13.2-patched.tar.xz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	6 Aug 2014 01:55:25 -0000	1.34
+++ sources	20 Aug 2014 23:33:00 -0000	1.35
@@ -1 +1 @@
-26eb228ef744d53607b85ec823bb6321  xbmc-13.2b3-patched.tar.xz
+79c28d34aa4456187f4e67ca41229e42  xbmc-13.2-patched.tar.xz


Index: xbmc-generate-tarball-xz.sh
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc-generate-tarball-xz.sh,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- xbmc-generate-tarball-xz.sh	6 Aug 2014 01:55:25 -0000	1.32
+++ xbmc-generate-tarball-xz.sh	20 Aug 2014 23:33:00 -0000	1.33
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 MAJORVERSION=13
-MINORVERSION=2b3
+MINORVERSION=2
 #GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
 #GITSHORT=ge988513
 #PRERELEASE=Gotham


Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- xbmc.spec	6 Aug 2014 05:38:10 -0000	1.84
+++ xbmc.spec	20 Aug 2014 23:33:00 -0000	1.85
@@ -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: 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 @@
 %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 @@
 
 
 %changelog
+* Wed Aug 20 2014 Michael Cronenworth <mike at cchtml.com> - 13.2-1
+- Update to 13.2 final
+- Enable AirTunes support
+
 * Wed Aug 06 2014 Michael Cronenworth <mike at cchtml.com> - 13.2-0.3.beta3
 - Update external ffmpeg patch
 


More information about the rpmfusion-commits mailing list