diff options
-rw-r--r-- | xbmc.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,10 +2,11 @@ %global DIRVERSION %{version} # use the line below for pre-releases #global DIRVERSION %{version}-%{PRERELEASE} +%global _hardened_build 1 Name: xbmc Version: 12.2 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.xbmc.org/ Source0: %{name}-%{DIRVERSION}-patched.tar.xz @@ -330,6 +331,9 @@ fi #%%{_includedir}/xbmc/xbmcclient.h %changelog +* Wed Jun 05 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 12.2-4 +- Enable _hardened_build + * Tue Jun 04 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 12.2-3 - force building with libcec (#2798) - add $DVDREAD_CFLAGS in dvdread patch (#2820) |