Author: mooninite
Update of /cvs/free/rpms/kodi/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19292
Modified Files:
.cvsignore kodi-generate-tarball-xz.sh kodi.spec sources
Log Message:
* Sun Mar 29 2015 Michael Cronenworth <mike(a)cchtml.com> - 14.2-1
- Update to 14.2 final
- Build with SDL2 to enable joystick support
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/kodi/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 31 Jan 2015 06:35:31 -0000 1.3
+++ .cvsignore 29 Mar 2015 06:05:13 -0000 1.4
@@ -1 +1 @@
-kodi-14.1-patched.tar.xz
+kodi-14.2-patched.tar.xz
Index: kodi-generate-tarball-xz.sh
===================================================================
RCS file: /cvs/free/rpms/kodi/devel/kodi-generate-tarball-xz.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kodi-generate-tarball-xz.sh 31 Jan 2015 06:35:31 -0000 1.2
+++ kodi-generate-tarball-xz.sh 29 Mar 2015 06:05:13 -0000 1.3
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=14
-MINORVERSION=1
+MINORVERSION=2
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Helix
Index: kodi.spec
===================================================================
RCS file: /cvs/free/rpms/kodi/devel/kodi.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kodi.spec 31 Jan 2015 06:35:31 -0000 1.3
+++ kodi.spec 29 Mar 2015 06:05:13 -0000 1.4
@@ -1,4 +1,4 @@
-#global PRERELEASE rc3
+#global PRERELEASE b1
%global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -6,7 +6,7 @@
%global _hardened_build 1
Name: kodi
-Version: 14.1
+Version: 14.2
Release: 1%{?dist}
Summary: Media center
@@ -63,9 +63,8 @@
# Upstream does not support ppc64
ExcludeArch: ppc64
-BuildRequires: SDL-devel
+BuildRequires: SDL2-devel
BuildRequires: SDL_image-devel
-BuildRequires: SDL_mixer-devel
BuildRequires: a52dec-devel
BuildRequires: afpfs-ng-devel
BuildRequires: avahi-devel
@@ -284,6 +283,7 @@
%endif
--enable-goom \
--enable-pulse \
+--enable-joystick \
%if 0%{?_with_libcec}
--enable-libcec \
%else
@@ -424,6 +424,10 @@
%changelog
+* Sun Mar 29 2015 Michael Cronenworth <mike(a)cchtml.com> - 14.2-1
+- Update to 14.2 final
+- Build with SDL2 to enable joystick support
+
* Fri Jan 30 2015 Michael Cronenworth <mike(a)cchtml.com> - 14.1-1
- Update to 14.1 final
- Fix Obsoletes for -devel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/kodi/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 31 Jan 2015 06:35:31 -0000 1.3
+++ sources 29 Mar 2015 06:05:13 -0000 1.4
@@ -1 +1 @@
-8c65fee0ff3cb9786e003fcfa2e5e4cc kodi-14.1-patched.tar.xz
+f0c3baa45d3ee1bc16b7cbb85f904e59 kodi-14.2-patched.tar.xz