rpms/xbmc/F-20 .cvsignore, 1.31, 1.32 sources, 1.33, 1.34 xbmc-generate-tarball-xz.sh, 1.31, 1.32 xbmc.spec, 1.78, 1.79
Michael Cronenworth
mooninite at rpmfusion.org
Thu Aug 21 01:34:28 CEST 2014
- Previous message: 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
- Next message: rpms/xbmc/F-20 0001-Revert-drop-support-for-external-ffmpeg.patch, 1.1, 1.2 xbmc-13.0-dbus-power.patch, 1.1, NONE xbmc-13.1-curl.patch, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: mooninite
Update of /cvs/free/rpms/xbmc/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26471
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/F-20/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 9 Jun 2014 13:53:48 -0000 1.31
+++ .cvsignore 20 Aug 2014 23:34:27 -0000 1.32
@@ -1 +1 @@
-xbmc-13.1-patched.tar.xz
+xbmc-13.2-patched.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 9 Jun 2014 13:53:48 -0000 1.33
+++ sources 20 Aug 2014 23:34:28 -0000 1.34
@@ -1 +1 @@
-0edc8652ff71da6beb3219270ef179f9 xbmc-13.1-patched.tar.xz
+79c28d34aa4456187f4e67ca41229e42 xbmc-13.2-patched.tar.xz
Index: xbmc-generate-tarball-xz.sh
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/xbmc-generate-tarball-xz.sh,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- xbmc-generate-tarball-xz.sh 9 Jun 2014 13:53:49 -0000 1.31
+++ xbmc-generate-tarball-xz.sh 20 Aug 2014 23:34:28 -0000 1.32
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=13
-MINORVERSION=1
+MINORVERSION=2
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
#PRERELEASE=Gotham
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/xbmc.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- xbmc.spec 9 Jun 2014 13:53:49 -0000 1.78
+++ xbmc.spec 20 Aug 2014 23:34:28 -0000 1.79
@@ -1,4 +1,4 @@
-#global PRERELEASE rc1
+#global PRERELEASE b3
%global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -6,7 +6,7 @@
%global _hardened_build 1
Name: xbmc
-Version: 13.1
+Version: 13.2
Release: 1%{?dist}
Summary: Media center
@@ -36,14 +36,6 @@
# Set program version parameters
Patch4: xbmc-13.0-versioning.patch
-# Fix crash during suspend
-# https://github.com/xbmc/xbmc/pull/4696
-Patch5: xbmc-13.0-dbus-power.patch
-
-# Fix default cipher string
-# https://github.com/xbmc/xbmc/pull/4794
-Patch6: xbmc-13.1-curl.patch
-
# External ffmpeg patches
Patch100: 0001-Revert-drop-support-for-external-ffmpeg.patch
Patch101: 0002-Revert-linux-link-ffmpeg-statically.patch
@@ -143,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
@@ -197,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
@@ -250,8 +244,6 @@
%patch2 -p1
%patch3 -p1
%patch4 -p1
-%patch5 -p1
-%patch6 -p1
%patch100 -p1
%patch101 -p1
@@ -400,6 +392,17 @@
%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
+
+* Tue Aug 05 2014 Michael Cronenworth <mike at cchtml.com> - 13.2-0.2.beta3
+- Update to 13.2 beta 3
+- Drop upstream patches
+
* Mon Jun 09 2014 Michael Cronenworth <mike at cchtml.com> - 13.1-1
- Update to 13.1 final
- Fix default cipher string for Fedora curl (RFBZ #3253)
- Previous message: 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
- Next message: rpms/xbmc/F-20 0001-Revert-drop-support-for-external-ffmpeg.patch, 1.1, 1.2 xbmc-13.0-dbus-power.patch, 1.1, NONE xbmc-13.1-curl.patch, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list