[lives] Update to 2.8.6
by Antonio
commit f7112803d424069fdbec872dab4c87736410ab4a
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Wed May 24 19:34:42 2017 +0200
Update to 2.8.6
.gitignore | 1 +
lives-2620.patch | 9003 ------------------------------------------------------
lives.spec | 16 +-
sources | 2 +-
4 files changed, 8 insertions(+), 9014 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4db4592..a8d93a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/LiVES-2.8.4.tar.bz2
/lives-svn2608.tar.gz
/LiVES-2.8.5.tar.gz
+/LiVES-2.8.6.tar.bz2
diff --git a/lives.spec b/lives.spec
index 70a2688..8f63ad8 100644
--- a/lives.spec
+++ b/lives.spec
@@ -12,18 +12,15 @@
#
Name: lives
-Version: 2.8.5
-Release: 3%{?dist}
+Version: 2.8.6
+Release: 1%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
-Source0: http://lives-video.com/releases/LiVES-%{version}.tar.gz
+Source0: http://lives-video.com/releases/LiVES-%{version}.tar.bz2
## Appdata file
Source1: LiVES.appdata.xml
-## Remove GLee
-Patch0: %{name}-2620.patch
-
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(libpulse)
@@ -80,11 +77,9 @@ Requires: frei0r-plugins
Requires: mkvtoolnix
Requires: vorbis-tools
Requires: dvgrab
-%if 0%{?fedora} > 23
Requires: projectM-libvisual
Requires: projectM-pulseaudio
Requires: projectM-jack
-%endif
Requires: hicolor-icon-theme
%description
@@ -97,8 +92,6 @@ It is small in size, yet it has many advanced features.
%prep
%setup -q -n lives-%{version}
-%patch0 -p0
-
##Remove spurious executable permissions
for i in `find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.txt" \)`; do
chmod a-x $i
@@ -190,6 +183,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Wed May 24 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.8.6-1
+- Update to 2.8.6
+
* Wed May 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.8.5-3
- Rebuild for ffmpeg update
diff --git a/sources b/sources
index c5c538d..515abe7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98cccff2ce081449411a39ae71affc79 LiVES-2.8.5.tar.gz
+72d9c21713ba6fc9e9ede93fb4167210 LiVES-2.8.6.tar.bz2
7 years, 6 months
[kodi/f25] (2 commits) ...Update to 17.2
by Michael Cronenworth
Summary of changes:
3352370... Rebuild for ffmpeg update (*)
26eaeac... Update to 17.2 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 6 months
[mpd/f24] Add missing BR
by Nicolas Chauvet
Summary of changes:
8e5f7b4... Add missing BR (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 6 months
[mpd/f25] Add missing BR
by Nicolas Chauvet
commit 8e5f7b4894afd232579f1be5ffc557b8b73301d4
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed May 24 19:19:16 2017 +0200
Add missing BR
mpd.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mpd.spec b/mpd.spec
index 96f1f8a..8f2f392 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -47,6 +47,7 @@ BuildRequires: lame-devel
BuildRequires: libao-devel
BuildRequires: libcdio-paranoia-devel
BuildRequires: libcurl-devel
+BuildRequires: libicu-devel
BuildRequires: libid3tag-devel
BuildRequires: libmad-devel
BuildRequires: libmms-devel
7 years, 6 months
[kodi/f26] Update to 17.2
by Michael Cronenworth
Summary of changes:
26eaeac... Update to 17.2 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 6 months
[kodi] Update to 17.2
by Michael Cronenworth
commit 26eaeac0da9f978cae67fc516dd7ce5b8cc6ff97
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed May 24 11:10:53 2017 -0500
Update to 17.2
.gitignore | 2 +-
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 17 +++++++++++++----
sources | 2 +-
4 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80fa40f..8fc5776 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kodi-17.1-patched.tar.xz
+/kodi-17.2-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 4af5777..8133a7d 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=1
+MINORVERSION=2
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 65b13fb..d152809 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -7,8 +7,8 @@
%global _with_dvd 0
Name: kodi
-Version: 17.1
-Release: 2%{?dist}
+Version: 17.2
+Release: 1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -25,11 +25,13 @@ Source0: %{name}-%{DIRVERSION}-patched.tar.xz
Source1: kodi-generate-tarball-xz.sh
%if 0%{?_with_dvd}
-# kodi uses modified libdvd{nav,read} source and downloads at build time
+# kodi uses modified libdvd{css,nav,read} source and downloads at build time
# wget -O kodi-libdvdnav-master.tar.gz https://github.com/xbmc/libdvdnav/archive/master.tar.gz
Source2: kodi-libdvdnav-master.tar.gz
# wget -O kodi-libdvdread-master.tar.gz https://github.com/xbmc/libdvdread/archive/master.tar.gz
Source3: kodi-libdvdread-master.tar.gz
+# wget -O kodi-libdvdcss-master.tar.gz https://github.com/xbmc/libdvdcss/archive/master.tar.gz
+Source4: kodi-libdvdcss-master.tar.gz
%endif
# Set program version parameters
@@ -256,10 +258,12 @@ library.
%prep
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
-%patch2 -p1 -b.libdvd
%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
+cp -p %{SOURCE4} tools/depends/target/libdvdcss/libdvdcss-master.tar.gz
+%else
+%patch2 -p1 -b.libdvd
%endif
@@ -290,7 +294,9 @@ chmod +x bootstrap
%else
--disable-ssh \
%endif
+%if ! 0%{?_with_dvd}
--disable-optical-drive \
+%endif
--disable-optimizations --disable-debug \
%ifnarch %{arm}
--enable-gl \
@@ -416,6 +422,9 @@ fi
%changelog
+* Wed May 24 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.2-1
+- Kodi 17.2 final
+
* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 17.1-2
- Rebuild for ffmpeg update
diff --git a/sources b/sources
index 9c84aea..802087d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e60aa1c5f499573c57bbf0b27883c9d kodi-17.1-patched.tar.xz
+23f5a2b0e49f96e94d683e1713ef0b81 kodi-17.2-patched.tar.xz
7 years, 6 months
[lpf-spotify-client] Update to 1.0.55.487.g256699aa
by Sérgio M. Basto
commit 7cf914a55daa4c8a34c66ed4208963f0e2450f86
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 24 16:00:38 2017 +0100
Update to 1.0.55.487.g256699aa
check_new_version.py | 4 ++--
lpf-spotify-client.spec | 7 +++++--
spotify-client.spec.in | 11 +++++++----
3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index ebc2079..7b84486 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -50,11 +50,11 @@ def runme(cmd, env, cwd='.'):
if spec != spec3:
open('spotify-client.spec.in', 'w').write(spec4)
enviro = os.environ
- pkgcmd = ['rpmdev-bumpspec', '-n', version64, '-c', 'Update to %s%s' % (version64, minor64[:4]), 'spotify-client.spec.in']
+ pkgcmd = ['rpmdev-bumpspec', '-n', version64, '-c', 'Update to %s%s' % (version64, minor64[:10]), 'spotify-client.spec.in']
#pkgcmd = ['rpmdev-bumpspec -n %s -c "Update to %s%s" spotify-client.spec.in' % (version64, version64, minor64[:4])]
if runme(pkgcmd, enviro):
print('error running runme')
- pkgcmd = ['rpmdev-bumpspec', '-n', version64, '-c', 'Update to %s%s' % (version64, minor64[:4]), 'lpf-spotify-client.spec']
+ pkgcmd = ['rpmdev-bumpspec', '-n', version64, '-c', 'Update to %s%s' % (version64, minor64[:10]), 'lpf-spotify-client.spec']
if runme(pkgcmd, enviro):
print('error running runme')
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index f72c889..9a7b142 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -11,8 +11,8 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 1.0.53.758
-Release: 2%{?dist}
+Version: 1.0.55.487
+Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -76,6 +76,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Wed May 24 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.55.487-1
+- Update to 1.0.55.487.g256699aa
+
* Mon May 15 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.53.758-2
- Improve version numbers
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 24de73a..c090e4e 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,8 +11,8 @@
Name: spotify-client
-Version: 1.0.53.758
-Release: 2%{?dist}
+Version: 1.0.55.487
+Release: 1%{?dist}
Summary: Spotify music player native client
# board=http://community.spotify.com/t5/Desktop-Linux
@@ -23,8 +23,8 @@ Group: Applications/Multimedia
ExclusiveArch: i386 i686 x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
-Source1: %{repo}/spotify-client_%{version}.gde3fc4b2-33_amd64.deb
-Source2: %{repo}/spotify-client_%{version}.gde3fc4b2-34_i386.deb
+Source1: %{repo}/spotify-client_%{version}.g256699aa-16_amd64.deb
+Source2: %{repo}/spotify-client_%{version}.g256699aa-16_i386.deb
%ifarch x86_64
%global spotify_pkg %{SOURCE1}
@@ -116,6 +116,9 @@ fi
%changelog
+* Wed May 24 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.55.487-1
+- Update to 1.0.55.487.g256699aa
+
* Mon May 15 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.53.758-2
- Improve version numbers
7 years, 6 months