[lpf-spotify-client] Update to 1.0.47
by Sérgio M. Basto
commit ffc3b40c00c8a8c68da9c349bda7ca5838bb4b29
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 17 17:47:07 2017 +0000
Update to 1.0.47
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 9 ++++++---
2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index a18378d..ad7c4a8 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -11,7 +11,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 1.0.45
+Version: 1.0.47
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -76,6 +76,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Jan 17 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.47-1
+- Update to 1.0.47
+
* Tue Dec 20 2016 Sérgio Basto <sergio(a)serjux.com> - 1.0.45-1
- Update to 1.0.45
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 31aa504..2689bd9 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,7 +11,7 @@
Name: spotify-client
-Version: 1.0.45
+Version: 1.0.47
Release: 1%{?dist}
Summary: Spotify music player native client
@@ -23,8 +23,8 @@ Group: Applications/Multimedia
ExclusiveArch: i386 i686 x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
-Source1: %{repo}/spotify-client_%{version}.182.gbbd5909f-72_amd64.deb
-Source2: %{repo}/spotify-client_%{version}.182.gbbd5909f-21_i386.deb
+Source1: %{repo}/spotify-client_%{version}.13.gd8e05b1f-47_amd64.deb
+Source2: %{repo}/spotify-client_%{version}.13.gd8e05b1f-16_i386.deb
%ifarch x86_64
%global spotify_pkg %{SOURCE1}
@@ -116,6 +116,9 @@ fi
%changelog
+* Tue Jan 17 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.47-1
+- Update to 1.0.47
+
* Tue Dec 20 2016 Sérgio Basto <sergio(a)serjux.com> - 1.0.45-1
- Update to 1.0.45
7 years, 10 months
[kodi/f25] Update to 17.0 RC3
by Michael Cronenworth
Summary of changes:
351c5da... Update to 17.0 RC3 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months
[kodi] Update to 17.0 RC3
by Michael Cronenworth
commit 351c5dab401248ab5dc81bf8ac83b440968617ce
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Tue Jan 17 09:07:09 2017 -0600
Update to 17.0 RC3
.gitignore | 1 +
kodi-17.0rc3-AEDefines.patch | 21 +++++++++++++++++++++
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 23 +++++++++++++++++++----
sources | 2 +-
5 files changed, 43 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 38f63d5..4adc183 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kodi-17.0rc1-patched.tar.xz
/kodi-17.0rc2-patched.tar.xz
+/kodi-17.0rc3-patched.tar.xz
diff --git a/kodi-17.0rc3-AEDefines.patch b/kodi-17.0rc3-AEDefines.patch
new file mode 100644
index 0000000..e778fad
--- /dev/null
+++ b/kodi-17.0rc3-AEDefines.patch
@@ -0,0 +1,21 @@
+From db26dd8f619d76cf459b87c2e003e3cd33b96b79 Mon Sep 17 00:00:00 2001
+From: fritsch <Peter.Fruehberger(a)gmail.com>
+Date: Sun, 8 Jan 2017 20:09:21 +0100
+Subject: [PATCH] Autotools: Fake empty AE override
+
+---
+ xbmc/cores/AudioEngine/Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/xbmc/cores/AudioEngine/Makefile.in b/xbmc/cores/AudioEngine/Makefile.in
+index 9a4e998..9a3d486 100644
+--- a/xbmc/cores/AudioEngine/Makefile.in
++++ b/xbmc/cores/AudioEngine/Makefile.in
+@@ -83,6 +83,6 @@ SRCS += Utils/AELimiter.cpp
+ SRCS += Encoders/AEEncoderFFmpeg.cpp
+
+ LIB = audioengine.a
+-
++$(shell touch AEDefines_override.h)
+ include @abs_top_srcdir(a)/Makefile.include
+ -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 57a464e..21527a6 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=0rc2
+MINORVERSION=0rc3
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index c363cec..d52f2ae 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE rc2
+%global PRERELEASE rc3
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -38,6 +38,9 @@ Patch1: kodi-16.0-versioning.patch
# Drop DVD library support
Patch2: kodi-17a2-libdvd.patch
+# Build issue, fixed upstream
+Patch3: kodi-17.0rc3-AEDefines.patch
+
# Optional deps (not in EPEL)
%if 0%{?fedora}
# (libbluray in EPEL 6 is too old.)
@@ -257,6 +260,7 @@ library.
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
%patch2 -p1 -b.libdvd
+%patch3 -p1 -b.aedefines
%if 0%{?_with_dvd}
cp -p %{SOURCE2} tools/depends/target/libdvdnav/libdvdnav-master.tar.gz
cp -p %{SOURCE3} tools/depends/target/libdvdread/libdvdread-master.tar.gz
@@ -323,6 +327,9 @@ desktop-file-install \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
$RPM_BUILD_ROOT%{_datadir}/applications/kodi.desktop
+# Stop shipping the duplicate xsession file
+rm -f $RPM_BUILD_ROOT/%{_datadir}/xsessions/xbmc.desktop
+
# Normally we are expected to build these manually. But since we are using
# the system Python interpreter, we also want to use the system libraries
install -d $RPM_BUILD_ROOT%{_libdir}/kodi/addons/script.module.pil/lib
@@ -352,7 +359,9 @@ fi
%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
if [ ! -L %{_libdir}/xbmc ] ; then
- rmdir %{_libdir}/xbmc %{_datadir}/xbmc
+ if [ -d %{_libdir}/xbmc ] ; then
+ rmdir %{_libdir}/xbmc %{_datadir}/xbmc
+ fi
ln -s kodi ${RPM_BUILD_ROOT}%{_libdir}/xbmc
ln -s kodi ${RPM_BUILD_ROOT}%{_datadir}/xbmc
fi
@@ -360,7 +369,9 @@ fi
%posttrans devel
if [ ! -L %{_includedir}/xbmc ] ; then
- rmdir %{_includedir}/xbmc
+ if [ -d %{_includedir}/xbmc ] ; then
+ rmdir %{_includedir}/xbmc
+ fi
ln -s kodi ${RPM_BUILD_ROOT}%{_includedir}/xbmc
fi
@@ -377,7 +388,6 @@ fi
%{_datadir}/kodi
%ghost %{_datadir}/xbmc
%{_datadir}/xsessions/kodi.desktop
-%{_datadir}/xsessions/xbmc.desktop
%{_datadir}/applications/kodi.desktop
%{_datadir}/icons/hicolor/*/*/*.png
%{_mandir}/man1/kodi.1.gz
@@ -410,6 +420,11 @@ fi
%changelog
+* Mon Jan 16 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.12.rc3
+- Kodi 17 RC3
+- Check for new installs (RFBZ#4409)
+- Drop the XBMC xsession file (RFBZ#4422)
+
* Wed Jan 04 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.11.rc2
- Kodi 17 RC2
diff --git a/sources b/sources
index 8cfd057..616525d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-553c44196e3199298b2c62048d3c4f91 kodi-17.0rc2-patched.tar.xz
+db0346baf7c745e7477782ae2443b8fc kodi-17.0rc3-patched.tar.xz
7 years, 10 months
[xtables-addons-kmod] Update to 2.12
by Nicolas Chauvet
commit e49008fe8856769194f0b4f9d6a3a5a0164ebb24
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jan 17 15:14:56 2017 +0100
Update to 2.12
sources | 2 +-
xtables-addons-kmod.spec | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index a9feac3..da586c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f3123295db81a9d1bc08dabf075d0d6 xtables-addons-2.11.tar.xz
+aed5ce0873709ac243f1177fc81ff452 xtables-addons-2.12.tar.xz
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index 3d729f7..e3dd71c 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -5,17 +5,16 @@
# a new akmod package will only get build when a new one is actually needed
%global buildforkernels akmod
-#FIXME xtables-kmod doesn't use the appropriate cflags
%global debug_package %{nil}
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 2.11
-Release: 2%{?dist}
+Version: 2.12
+Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
-Source0: http://dl.sourceforge.net/xtables-addons/Xtables-addons/%{version}/xtable...
+Source0: http://dl.sourceforge.net/xtables-addons/Xtables-addons/xtables-addons-%{...
#Source11: xtables-addons-kmodtool-excludekernel-filterfile
# get the needed BuildRequires (in parts depending on what we build for)
BuildRequires: %{_bindir}/kmodtool
@@ -68,6 +67,9 @@ done
rm -rf %{buildroot}
%changelog
+* Tue Jan 17 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.12-1
+- Update to 2.12
+
* Sat Oct 01 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.11-2
- Switch to akmod build
7 years, 10 months
[xtables-addons/f25] Update to 2.12
by Nicolas Chauvet
Summary of changes:
58a85a0... Update to 2.12 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months