[lpf-spotify-client] Update to 1.0.70.399.g5ffabd56
by Sérgio M. Basto
commit 22300132e4f7295744ccf728531b125d5e9c8b1c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 9 03:40:57 2018 +0000
Update to 1.0.70.399.g5ffabd56
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 6faeba5..ea70362 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.69.336
+Version: 1.0.70.399
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Jan 09 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.70.399-1
+- Update to 1.0.70.399.g5ffabd56
+
* Mon Jan 01 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.69.336-1
- Update to 1.0.69.336.g7edcc575
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 50fa25b..389ef72 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.0.69.336
+Version: 1.0.70.399
Release: 1%{?dist}
Summary: Spotify music player native client
@@ -27,11 +27,11 @@ ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.g7edcc575-39_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g5ffabd56-26_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
-Source2: %{repo}/spotify-client_%{version}.g7edcc575-39_i386.deb
+Source2: %{repo}/spotify-client_%{version}.g5ffabd56-27_i386.deb
%global spotify_pkg %{SOURCE2}
%endif
@@ -118,6 +118,9 @@ fi
%changelog
+* Tue Jan 09 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.70.399-1
+- Update to 1.0.70.399.g5ffabd56
+
* Mon Jan 01 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.69.336-1
- Update to 1.0.69.336.g7edcc575
6 years, 10 months
[shotcut/f26: 2/2] Merge branch 'master' into f26
by Martin Gansser
commit d62a5b6213af570f9bfc74fe59385ff2050bb45e
Merge: 9f1a0d9 130b675
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Mon Jan 8 19:34:06 2018 +0100
Merge branch 'master' into f26
.gitignore | 1 +
shotcut.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
6 years, 10 months
[shotcut/f27] Update to 18.01
by Martin Gansser
Summary of changes:
130b675... Update to 18.01 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 10 months
[shotcut] Update to 18.01
by Martin Gansser
commit 130b6750a51bfc39d45a41c465014984e4fb105b
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Mon Jan 8 19:33:10 2018 +0100
Update to 18.01
.gitignore | 1 +
shotcut.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1975fd2..1ebf67a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/shotcut-17.10.tar.gz
/shotcut-17.11.tar.gz
/shotcut-17.12.tar.gz
+/shotcut-18.01.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 0393d3f..9974e75 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,8 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 17.12
-Release: 2%{dist}
+Version: 18.01
+Release: 1%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPLv3+ and LGPLv2+
@@ -114,8 +114,8 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
# Create version.json from current version
echo "{" > version.json
-echo " \"version_number\": %{_vstring}04," >> version.json
-echo " \"version_string\": \"%{version}.04\"," >> version.json
+echo " \"version_number\": %{_vstring}02," >> version.json
+echo " \"version_string\": \"%{version}.02\"," >> version.json
echo " \"url\": \"https://shotcut.org/blog/new-release-%{_vstring}/\"" >> version.json
echo "}" >> version.json
echo "" >> version.json
@@ -124,8 +124,8 @@ echo "" >> version.json
rm -rf drmingw
%build
-export _VSTRING="%{version}.04"
-%{qmake_qt5} _VSTRING="%{version}.04" \
+export _VSTRING="%{version}.02"
+%{qmake_qt5} _VSTRING="%{version}.02" \
PREFIX=%{buildroot}%{_prefix}
%make_build
@@ -191,6 +191,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a
%doc doc
%changelog
+* Mon Jan 08 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.01-1
+- Update to 18.01
+
* Sat Dec 09 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 17.12-2
- Rebuild
diff --git a/sources b/sources
index 8625384..2630184 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2d1b4bacdee13bb6b21ee9d38c2e7fc shotcut-17.12.tar.gz
+13af985917e0425bced7c1aa2e9cf806 shotcut-18.01.tar.gz
6 years, 10 months
[xvst] Update to 3.0-1.20171201git14dee45
by Martin Gansser
commit 82cb04356eff361d951d5ecf94beb06da26e0274
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Mon Jan 8 19:26:21 2018 +0100
Update to 3.0-1.20171201git14dee45
.gitignore | 1 +
sources | 2 +-
xvst.spec | 21 ++++++++++++++-------
3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a70257f..70810e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
xvst-2.5.2-cbfafe4.tar.gz
/xvst-2.6-73d3f51.tar.gz
+/xvst-3.0-14dee45.tar.gz
diff --git a/sources b/sources
index 08a6b6d..0c9e422 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae653e9fab917dcf79dcbcf1a0e27833 xvst-2.6-73d3f51.tar.gz
+36d1cf49f5a51443088dbeae420046ff xvst-3.0-14dee45.tar.gz
diff --git a/xvst.spec b/xvst.spec
index 8c9dcec..43bb44c 100644
--- a/xvst.spec
+++ b/xvst.spec
@@ -1,13 +1,15 @@
-%global commit 73d3f51fba4c9c0f44062b35939c0dfa7f596523
+# https://github.com/xVST/xVideoServiceThief/commit/14dee4551645f6e23000c49...
+%global commit 14dee4551645f6e23000c497f5c17631de98a368
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20170307
+%global gitdate 20171201
+%global rname xVST
Summary: Downloading your favourite video clips from a lot of websites
Name: xvst
-Version: 2.6
-Release: 2.%{gitdate}git%{shortcommit}%{?dist}
+Version: 3.0
+Release: 1.%{gitdate}git%{shortcommit}%{?dist}
License: GPLv3+
-URL: https://github.com/xVST/xVideoServiceThief
+URL: http://www.xvideothief.com
Source0: https://github.com/xVST/xVideoServiceThief/archive/%{commit}/%{name}-%{ve...
Source1: %{name}.desktop
@@ -29,6 +31,7 @@ BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtwebengine-devel
BuildRequires: librtmp-devel
Requires: ffmpeg
+Requires: youtube-dl
%description
xVideoServiceThief (a.k.a xVST) is a tool for downloading your favourite
@@ -67,8 +70,9 @@ chmod 0644 resources/services/hardsextube/hardsextube.js
lrelease-qt5 resources/translations/*.ts
rm -f resources/translations/template_for_new_translations.qm
-%{qmake_qt5}
-make %{?_smp_mflags}
+%{qmake_qt5} \
+CONFIG+="release"
+%make_build
%install
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/{plugins,languages}
@@ -103,6 +107,9 @@ update-desktop-database &> /dev/null || :
%{_datadir}/%{name}/languages/*qm
%changelog
+* Sun Jan 07 2018 Martin Gansser <linux4martin(a)gmx.de> 3.0-1.20171201git14dee45
+- Update to 3.0-1.20171201git14dee45
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.6-2.20170307git73d3f51
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6 years, 10 months
[tvheadend/f26] Update to 4.2.5
by Mohamed ElMorabity
commit 4e32f65427d9f103ff05acd303caafce210beaea
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Jan 7 19:57:43 2018 +0100
Update to 4.2.5
.gitignore | 1 +
sources | 2 +-
tvheadend-4.2.1-systemd.patch | 12 ------------
tvheadend.spec | 24 +++++++++++++++++++-----
4 files changed, 21 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6030e93..5dfcb6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/tvheadend-4.2.2.tar.gz
/tvheadend-4.2.3.tar.gz
/tvheadend-4.2.4.tar.gz
+/tvheadend-4.2.5.tar.gz
diff --git a/sources b/sources
index ba1a966..3363adb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a0c6cc8ce84d9f8ddf47123b30ec167 tvheadend-4.2.4.tar.gz
+d5f6065c1dcb1d3bc1a4cb757d2741c0 tvheadend-4.2.5.tar.gz
diff --git a/tvheadend.spec b/tvheadend.spec
index b83e91b..9aa5da6 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -2,7 +2,7 @@
%global tvheadend_group video
Name: tvheadend
-Version: 4.2.4
+Version: 4.2.5
Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
@@ -24,8 +24,6 @@ Patch3: %{name}-4.2.2-dtv_scan_tables.patch
# Enforcing system crypto policies, see
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
Patch4: %{name}-4.2.1-crypto_policies.patch
-# Fix systemd detection
-Patch5: %{name}-4.2.1-systemd.patch
BuildRequires: bzip2
BuildRequires: gcc
@@ -42,9 +40,9 @@ BuildRequires: pkgconfig(libavresample)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(libswscale)
+BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(liburiparser)
BuildRequires: pkgconfig(openssl)
-BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(zlib)
BuildRequires: python2
BuildRequires: systemd
@@ -78,13 +76,26 @@ rm -r vendor/{dvb-api,include}/
# Use touch to be sure that configure, after being patched, is still older than
# generated .config.mk file (otherwise the build fails)
# touch -r Makefile configure
+# Note: --disable-lib* correspond to options to build bundled FFmpeg
%configure \
--disable-dvbscan \
--disable-ffmpeg_static \
--disable-hdhomerun_static \
+ --disable-libfdkaac \
+ --disable-libfdkaac_static \
+ --disable-libtheora \
+ --disable-libtheora_static \
+ --disable-libvorbis \
+ --disable-libvorbis_static \
+ --disable-libvpx \
+ --disable-libvpx_static \
+ --disable-libx264 \
+ --disable-libx264_static \
+ --disable-libx265 \
+ --disable-libx265_static \
--enable-dvbcsa \
--enable-hdhomerun_client \
- --enable-libsystemd_daemon
+ --enable-libsystemd_daemon \
%make_build V=1
@@ -137,6 +148,9 @@ exit 0
%changelog
+* Sun Jan 07 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.5-1
+- Update to 4.2.5
+
* Thu Oct 19 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.4-1
- Update to 4.2.4
6 years, 10 months
[tvheadend/f27] Update to 4.2.5
by Mohamed ElMorabity
commit d55b702a289debf4ab4966712893f25faa1df4c9
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Jan 7 19:57:43 2018 +0100
Update to 4.2.5
.gitignore | 1 +
sources | 2 +-
tvheadend-4.2.1-systemd.patch | 12 ------------
tvheadend.spec | 24 +++++++++++++++++++-----
4 files changed, 21 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6030e93..5dfcb6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/tvheadend-4.2.2.tar.gz
/tvheadend-4.2.3.tar.gz
/tvheadend-4.2.4.tar.gz
+/tvheadend-4.2.5.tar.gz
diff --git a/sources b/sources
index ba1a966..3363adb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a0c6cc8ce84d9f8ddf47123b30ec167 tvheadend-4.2.4.tar.gz
+d5f6065c1dcb1d3bc1a4cb757d2741c0 tvheadend-4.2.5.tar.gz
diff --git a/tvheadend.spec b/tvheadend.spec
index bbc7a75..f9e3a08 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -2,7 +2,7 @@
%global tvheadend_group video
Name: tvheadend
-Version: 4.2.4
+Version: 4.2.5
Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
@@ -24,8 +24,6 @@ Patch3: %{name}-4.2.2-dtv_scan_tables.patch
# Enforcing system crypto policies, see
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
Patch4: %{name}-4.2.1-crypto_policies.patch
-# Fix systemd detection
-Patch5: %{name}-4.2.1-systemd.patch
BuildRequires: bzip2
BuildRequires: gcc
@@ -42,9 +40,9 @@ BuildRequires: pkgconfig(libavresample)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(libswscale)
+BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(liburiparser)
BuildRequires: pkgconfig(openssl)
-BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(zlib)
BuildRequires: python2
BuildRequires: systemd
@@ -78,13 +76,26 @@ rm -r vendor/{dvb-api,include}/
# Use touch to be sure that configure, after being patched, is still older than
# generated .config.mk file (otherwise the build fails)
# touch -r Makefile configure
+# Note: --disable-lib* correspond to options to build bundled FFmpeg
%configure \
--disable-dvbscan \
--disable-ffmpeg_static \
--disable-hdhomerun_static \
+ --disable-libfdkaac \
+ --disable-libfdkaac_static \
+ --disable-libtheora \
+ --disable-libtheora_static \
+ --disable-libvorbis \
+ --disable-libvorbis_static \
+ --disable-libvpx \
+ --disable-libvpx_static \
+ --disable-libx264 \
+ --disable-libx264_static \
+ --disable-libx265 \
+ --disable-libx265_static \
--enable-dvbcsa \
--enable-hdhomerun_client \
- --enable-libsystemd_daemon
+ --enable-libsystemd_daemon \
%make_build V=1
@@ -137,6 +148,9 @@ exit 0
%changelog
+* Sun Jan 07 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.5-1
+- Update to 4.2.5
+
* Thu Oct 19 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.4-1
- Update to 4.2.4
6 years, 10 months