[lpf-spotify-client] Update to 1.0.59.395.ge6ca9946
by Sérgio M. Basto
commit b17aee41dd4653a96f2164d8574fe1970966663b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jul 21 15:16:45 2017 +0100
Update to 1.0.59.395.ge6ca9946
lpf-spotify-client.spec | 7 +++++--
spotify-client.spec.in | 11 +++++++----
2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 5fe88ba..48f805a 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.57.474
-Release: 2%{?dist}
+Version: 1.0.59.395
+Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Fri Jul 21 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.59.395-1
+- Update to 1.0.59.395.ge6ca9946
+
* Sat Jun 24 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.57.474-2
- do src.rpm just to work in the same arch that was build and just download one
source instead 2
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 16e35ae..3483518 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,8 +11,8 @@
Name: spotify-client
-Version: 1.0.57.474
-Release: 2%{?dist}
+Version: 1.0.59.395
+Release: 1%{?dist}
Summary: Spotify music player native client
# board=http://community.spotify.com/t5/Desktop-Linux
@@ -25,11 +25,11 @@ ExclusiveArch: i386 i686 x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.gca9c9538-30_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.ge6ca9946-18_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
-Source2: %{repo}/spotify-client_%{version}.gca9c9538-30_i386.deb
+Source2: %{repo}/spotify-client_%{version}.ge6ca9946-18_i386.deb
%global spotify_pkg %{SOURCE2}
%endif
@@ -116,6 +116,9 @@ fi
%changelog
+* Fri Jul 21 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.59.395-1
+- Update to 1.0.59.395.ge6ca9946
+
* Sat Jun 24 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.57.474-2
- do src.rpm just to work in the same arch that was build and just download one
source instead 2
7 years, 4 months
[HandBrake] add GPG signature and verify it in prep
by Dominik Mierzejewski
commit cb141ffd05cf226f73030e86def54ce71bdd779d
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Fri Jul 21 11:37:26 2017 +0200
add GPG signature and verify it in prep
.gitignore | 1 +
HandBrake.spec | 9 +++++++++
gpg-keyring-1629C061B3DDE7EB4AE34B81021DB8B44E4A8645.gpg | Bin 0 -> 2226 bytes
sources | 1 +
4 files changed, 11 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index a0c4de8..0e1739f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/HandBrake-1.0.3.tar.bz2
/HandBrake-1.0.7.tar.bz2
+/HandBrake-1.0.7.tar.bz2.sig
diff --git a/HandBrake.spec b/HandBrake.spec
index d86602a..0de6337 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -24,6 +24,11 @@ URL: http://handbrake.fr/
%if 0%{?tag:1}
Source0: https://handbrake.fr/mirror/%{name}-%{version}.tar.bz2
+Source1: https://github.com/HandBrake/HandBrake/releases/download/%{version}/%{nam...
+# import from https://handbrake.fr/openpgp.php or https://github.com/HandBrake/HandBrake/wiki/OpenPGP
+# gpg2 --export --export-options export-minimal 1629C061B3DDE7EB4AE34B81021DB8B44E4A8645 > gpg-keyring-1629C061B3DDE7EB4AE34B81021DB8B44E4A8645.gpg
+Source2: gpg-keyring-1629C061B3DDE7EB4AE34B81021DB8B44E4A8645.gpg
+BuildRequires: gnupg2
%else
Source0: https://github.com/%{name}/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{s...
%endif
@@ -119,6 +124,9 @@ protection.
This package contains the main program with a graphical interface.
%prep
+%if 0%{?tag:1}
+gpgv2 --keyring %{S:2} %{S:1} %{S:0}
+%endif
%setup -q %{!?tag:-n %{name}-%{commit0}}
%patch0 -p1
%if 0%{?fedora} <= 25
@@ -230,6 +238,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
- update commit id to match 1.0.7 release
- drop redundant Provides/Obsoletes
- switch to a source URL that works with spectool/curl
+- add GPG signature and verify it in prep
* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.7-3
- Rebuild for ffmpeg and x265 update
diff --git a/gpg-keyring-1629C061B3DDE7EB4AE34B81021DB8B44E4A8645.gpg b/gpg-keyring-1629C061B3DDE7EB4AE34B81021DB8B44E4A8645.gpg
new file mode 100644
index 0000000..d845bd3
Binary files /dev/null and b/gpg-keyring-1629C061B3DDE7EB4AE34B81021DB8B44E4A8645.gpg differ
diff --git a/sources b/sources
index a3bed3a..893693d 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
bf39fcc56a82ccca32a9faac8fa633f5 HandBrake-1.0.7.tar.bz2
+116cb450ac21b8ff6ccf55a72160ae35 HandBrake-1.0.7.tar.bz2.sig
7 years, 4 months
[HandBrake] drop redundant Provides/Obsoletes
by Dominik Mierzejewski
commit 3dfe8edf611c45eb60fa40612d24eb7c87820340
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Fri Jul 21 11:26:44 2017 +0200
drop redundant Provides/Obsoletes
HandBrake.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/HandBrake.spec b/HandBrake.spec
index 8565571..51f5fc1 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -103,8 +103,6 @@ This package contains the command line version of the program.
%package gui
Summary: An open-source multiplatform video transcoder (GUI)
-Obsoletes: HandBrake-gui < %{version}-%{release}
-Provides: HandBrake-gui = %{version}-%{release}
Provides: handbrake-gui = %{version}-%{release}
Requires: hicolor-icon-theme
# needed for reading encrypted DVDs
@@ -230,6 +228,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Thu Jul 20 2017 Dominik Mierzejewski <rpm(a)greysector.net> - 1.0.7-4
- update commit id to match 1.0.7 release
+- drop redundant Provides/Obsoletes
* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.7-3
- Rebuild for ffmpeg and x265 update
7 years, 4 months
[HandBrake] update commit id to match 1.0.7 release
by Dominik Mierzejewski
commit a39dd91fd804a7c925b31b21330adca538eb2b07
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Fri Jul 21 11:25:37 2017 +0200
update commit id to match 1.0.7 release
HandBrake.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/HandBrake.spec b/HandBrake.spec
index f23659d..8565571 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -1,5 +1,5 @@
-%global commit0 51943f4115cb540793713571120f25414ab805d8
-%global date 20170122
+%global commit0 91ed34ff38d46f389e841c46fe27b7cbfed8467c
+%global date 20170409
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global tag %{version}
@@ -17,7 +17,7 @@
Name: HandBrake
Version: 1.0.7
-Release: 3%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Release: 4%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: An open-source multiplatform video transcoder
License: GPLv2+
URL: http://handbrake.fr/
@@ -228,6 +228,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/HandBrakeCLI
%changelog
+* Thu Jul 20 2017 Dominik Mierzejewski <rpm(a)greysector.net> - 1.0.7-4
+- update commit id to match 1.0.7 release
+
* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.7-3
- Rebuild for ffmpeg and x265 update
7 years, 4 months
[mpv/f26] Update to 0.26.0
by Leigh Scott
Summary of changes:
2bdc369... Update to 0.26.0 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 4 months
[mpv] Update to 0.26.0
by Leigh Scott
commit 2bdc369ed6bc870a53e1f71556945ff00709a941
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jul 20 15:45:56 2017 +0100
Update to 0.26.0
mpv.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index abecb8e..3baac14 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.25.0
-Release: 2%{?dist}
+Version: 0.26.0
+Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -157,6 +157,9 @@ fi
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Thu Jul 20 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.26.0-1
+- Update to 0.26.0
+
* Wed May 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.25.0-2
- Rebuild for ffmpeg update
diff --git a/sources b/sources
index f51d8c9..86e9352 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73b3d233c3b4428d0cfd5491c5cb6c41 mpv-0.25.0.tar.gz
+038d0b660de07ff645ad6a741704ecab mpv-0.26.0.tar.gz
7 years, 4 months
[xt7-player-mpv] Update to 26-392
by Martin Gansser
commit 7d3a9c364b3367a34e04af94a3744afc09e13c4b
Author: martinkg(a)fedoraproject.org <martinkg(a)fedoraproject.org>
Date: Thu Jul 20 10:46:32 2017 +0200
Update to 26-392
.gitignore | 1 +
sources | 2 +-
xt7-player-mpv.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2810d03..f5fcbff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/xt7-player-mpv-0.22.391.tar.gz
/xt7-player-mpv-0.24.392.tar.gz
/xt7-player-mpv-0.25.392.tar.gz
+/xt7-player-mpv-0.26.392.tar.gz
diff --git a/sources b/sources
index 3a6bc53..711e356 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a77a062d705d874865520ed14e5bf581 xt7-player-mpv-0.25.392.tar.gz
+49fe9ef410948b0e6b32ac38acfcbdff xt7-player-mpv-0.26.392.tar.gz
diff --git a/xt7-player-mpv.spec b/xt7-player-mpv.spec
index 212b2c9..4a34512 100644
--- a/xt7-player-mpv.spec
+++ b/xt7-player-mpv.spec
@@ -1,5 +1,5 @@
Name: xt7-player-mpv
-Version: 0.25.392
+Version: 0.26.392
Release: 1%{?dist}
Summary: Qt/Gambas gui to mpv media player
License: GPLv3+
@@ -119,6 +119,9 @@ fi
%{_datadir}/appdata/%{name}*.xml
%changelog
+* Thu Jul 20 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 0.26.392-1
+- Update to 26-392
+
* Mon May 01 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 0.25.392-1
- Update to 25-392
7 years, 4 months