summaryrefslogtreecommitdiffstats
path: root/xbmc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc.spec')
-rw-r--r--xbmc.spec22
1 files changed, 8 insertions, 14 deletions
diff --git a/xbmc.spec b/xbmc.spec
index 218523d..083f38e 100644
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -1,13 +1,13 @@
-#global PRERELEASE rc1
-%global DIRVERSION %{version}
+%global PRERELEASE b2
+%global DIRVERSION %{version}%{?PRERELEASE}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
#global DIRVERSION %{version}%{PRERELEASE}
%global _hardened_build 1
Name: xbmc
-Version: 13.1
-Release: 1%{?dist}
+Version: 13.2
+Release: 0.1.beta2%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
@@ -36,14 +36,6 @@ Patch3: xbmc-13.0-libmysqlclient.patch
# 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
@@ -250,8 +242,6 @@ library.
%patch2 -p1
%patch3 -p1
%patch4 -p1
-%patch5 -p1
-%patch6 -p1
%patch100 -p1
%patch101 -p1
@@ -400,6 +390,10 @@ fi
%changelog
+* Wed Jul 30 2014 Michael Cronenworth <mike@cchtml.com> - 13.2-0.1.beta2
+- Update to 13.2 beta 2
+- Drop upstream patches
+
* Mon Jun 09 2014 Michael Cronenworth <mike@cchtml.com> - 13.1-1
- Update to 13.1 final
- Fix default cipher string for Fedora curl (RFBZ #3253)