summaryrefslogtreecommitdiffstats
path: root/xbmc.spec
diff options
context:
space:
mode:
authorMichael Cronenworth <mike@cchtml.com>2014-06-09 08:38:12 -0500
committerMichael Cronenworth <mike@cchtml.com>2014-06-09 08:38:12 -0500
commit9f74cbfd1fe66cc32a0604c7971abb1a6afd3a6d (patch)
treed6a70c00aff1820551e7675bec260ce003d35863 /xbmc.spec
parentb3154eb2409f36635c416e0ee1533daff3b3822e (diff)
downloadxbmc-rpm-9f74cbfd1fe66cc32a0604c7971abb1a6afd3a6d.tar.gz
xbmc-rpm-9f74cbfd1fe66cc32a0604c7971abb1a6afd3a6d.tar.xz
xbmc-rpm-9f74cbfd1fe66cc32a0604c7971abb1a6afd3a6d.zip
Update to 13.1 final
Diffstat (limited to 'xbmc.spec')
-rw-r--r--xbmc.spec19
1 files changed, 14 insertions, 5 deletions
diff --git a/xbmc.spec b/xbmc.spec
index 1580ce1..218523d 100644
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -1,13 +1,13 @@
-%global PRERELEASE rc1
-#global DIRVERSION %{version}
+#global PRERELEASE rc1
+%global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
-%global DIRVERSION %{version}%{PRERELEASE}
+#global DIRVERSION %{version}%{PRERELEASE}
%global _hardened_build 1
Name: xbmc
Version: 13.1
-Release: 0.3.rc1%{?dist}
+Release: 1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
@@ -40,6 +40,10 @@ Patch4: xbmc-13.0-versioning.patch
# 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
@@ -150,7 +154,7 @@ BuildRequires: libva-devel
BuildRequires: libvdpau-devel
%endif
BuildRequires: libvorbis-devel
-BuildRequires: libxml-devel
+BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: lzo-devel
BuildRequires: mariadb-devel
@@ -247,6 +251,7 @@ library.
%patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6 -p1
%patch100 -p1
%patch101 -p1
@@ -395,6 +400,10 @@ fi
%changelog
+* 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)
+
* Thu May 29 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 13.1-0.3.rc1
- Unbundle Roboto fonts (RFBZ #3256). Thanks Mohamed El Morabity.