From d2c546ea100abb45d7275a96e4eac22ccf694003 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 13 Jun 2018 21:31:59 +0200 Subject: [PATCH 01/11] rebuild for granite5 soname bump --- vocal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vocal.spec b/vocal.spec index 964e172..246c13f 100644 --- a/vocal.spec +++ b/vocal.spec @@ -3,7 +3,7 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3 URL: https://github.com/needle-and-thread/%{name} @@ -90,6 +90,9 @@ appstream-util validate-relax --nonet \ %changelog +* Wed Jun 13 2018 Fabio Valentini - 2.2.0-2 +- Rebuild for granite5 soname bump. + * Mon Apr 23 2018 Fabio Valentini - 2.2.0-1 - Update to version 2.2.0. From 3e7658dcac11c4718682147d117a0af220600dd0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:53 +0200 Subject: [PATCH 02/11] add BuildRequires: gcc-c++ Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- vocal.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vocal.spec b/vocal.spec index 246c13f..fe988fc 100644 --- a/vocal.spec +++ b/vocal.spec @@ -9,6 +9,7 @@ License: GPLv3 URL: https://github.com/needle-and-thread/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: gettext From 7a61c0ccf0afd3bd575b117404168943cef639bb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:37:41 +0000 Subject: [PATCH 03/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vocal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vocal.spec b/vocal.spec index fe988fc..d571146 100644 --- a/vocal.spec +++ b/vocal.spec @@ -3,7 +3,7 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client Version: 2.2.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3 URL: https://github.com/needle-and-thread/%{name} @@ -91,6 +91,9 @@ appstream-util validate-relax --nonet \ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 2.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Jun 13 2018 Fabio Valentini - 2.2.0-2 - Rebuild for granite5 soname bump. From 7fedcfb33899e8e8d269b77e149e5ff237862c05 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 5 Nov 2018 17:16:01 +0100 Subject: [PATCH 04/11] update to version 2.3.0 --- .gitignore | 4 ++++ sources | 2 +- vocal.rpmlintrc | 5 +++++ vocal.spec | 11 +++++++---- 4 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 vocal.rpmlintrc diff --git a/.gitignore b/.gitignore index fc32c77..fc5ca5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ +/results_* +/*.src.rpm + /vocal-2.0.19.tar.gz /vocal-2.0.20.tar.gz /vocal-2.1.0.tar.gz /vocal-2.1.5.tar.gz /vocal-2.1.6.tar.gz /vocal-2.2.0.tar.gz +/vocal-2.3.0.tar.gz diff --git a/sources b/sources index 7ad9dd5..2f4305b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vocal-2.2.0.tar.gz) = 103d9b7fd6988d12aeba52559af1439421e2b86f05acfd4f4d37d51fb43d8fa371867fae64e2d0ef0fd3bb9b1719aa1778d7e8858e5d21165ee4e02ebb659a93 +SHA512 (vocal-2.3.0.tar.gz) = af5fa7e75871189a46a2738d98ed799c9880f4168a6274ca1991f59a2b83a80091313935e6f6953756d0063d4a2c0a90e7ddb456be892397025130e565c86fa9 diff --git a/vocal.rpmlintrc b/vocal.rpmlintrc new file mode 100644 index 0000000..34aa5de --- /dev/null +++ b/vocal.rpmlintrc @@ -0,0 +1,5 @@ +# false positives +addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*") +addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*") + +addFilter("W: spelling-error %description -l en_US podcasts *") diff --git a/vocal.spec b/vocal.spec index d571146..9e335c6 100644 --- a/vocal.spec +++ b/vocal.spec @@ -2,16 +2,16 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client -Version: 2.2.0 -Release: 3%{?dist} +Version: 2.3.0 +Release: 1%{?dist} License: GPLv3 URL: https://github.com/needle-and-thread/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: desktop-file-utils +BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: intltool BuildRequires: libappstream-glib @@ -19,9 +19,9 @@ BuildRequires: vala >= 0.26.2 BuildRequires: pkgconfig(clutter-gst-3.0) BuildRequires: pkgconfig(clutter-gtk-1.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(gdk-x11-3.0) BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(granite) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-pbutils-1.0) @@ -91,6 +91,9 @@ appstream-util validate-relax --nonet \ %changelog +* Mon Nov 05 2018 Fabio Valentini - 2.3.0-1 +- Update to version 2.3.0. + * Sat Jul 14 2018 Fedora Release Engineering - 2.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 6c09ca994f8fc5f694715ec2f21997f50ad7f7d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:24:41 +0000 Subject: [PATCH 05/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vocal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vocal.spec b/vocal.spec index 9e335c6..ed45712 100644 --- a/vocal.spec +++ b/vocal.spec @@ -3,7 +3,7 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client Version: 2.3.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3 URL: https://github.com/needle-and-thread/%{name} @@ -91,6 +91,9 @@ appstream-util validate-relax --nonet \ %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 2.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Nov 05 2018 Fabio Valentini - 2.3.0-1 - Update to version 2.3.0. From 98532c7f07cdea89e82a424e2c34b6742f04bb98 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 14 Apr 2019 14:45:07 +0200 Subject: [PATCH 06/11] update to version 2.4.0 --- .gitignore | 1 + sources | 2 +- vocal.spec | 8 +++++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fc5ca5a..694d5ac 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /vocal-2.1.6.tar.gz /vocal-2.2.0.tar.gz /vocal-2.3.0.tar.gz +/vocal-2.4.0.tar.gz diff --git a/sources b/sources index 2f4305b..004c56f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vocal-2.3.0.tar.gz) = af5fa7e75871189a46a2738d98ed799c9880f4168a6274ca1991f59a2b83a80091313935e6f6953756d0063d4a2c0a90e7ddb456be892397025130e565c86fa9 +SHA512 (vocal-2.4.0.tar.gz) = 56265b46b6dc67a3d9041298677b775494b6d7127ff084483874c853042361305b10a59682f6ef66139814794afc0fdd1ff5c7cc410133763d2ff88e300dcb11 diff --git a/vocal.spec b/vocal.spec index ed45712..a569f1f 100644 --- a/vocal.spec +++ b/vocal.spec @@ -2,8 +2,8 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client -Version: 2.3.0 -Release: 2%{?dist} +Version: 2.4.0 +Release: 1%{?dist} License: GPLv3 URL: https://github.com/needle-and-thread/%{name} @@ -91,6 +91,9 @@ appstream-util validate-relax --nonet \ %changelog +* Sun Apr 14 2019 Fabio Valentini - 2.4.0-1 +- Update to version 2.4.0. + * Sun Feb 03 2019 Fedora Release Engineering - 2.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild @@ -136,4 +139,3 @@ appstream-util validate-relax --nonet \ * Sun May 28 2017 Fabio Valentini - 2.0.19-1 - Initial package. - From 968c0c8b8c2bb8f20237e2bb34254a1520da2097 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 17 May 2019 20:51:23 +0200 Subject: [PATCH 07/11] update to version 2.4.1 --- .gitignore | 1 + sources | 2 +- vocal.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 694d5ac..5541d14 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /vocal-2.2.0.tar.gz /vocal-2.3.0.tar.gz /vocal-2.4.0.tar.gz +/vocal-2.4.1.tar.gz diff --git a/sources b/sources index 004c56f..0915bbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vocal-2.4.0.tar.gz) = 56265b46b6dc67a3d9041298677b775494b6d7127ff084483874c853042361305b10a59682f6ef66139814794afc0fdd1ff5c7cc410133763d2ff88e300dcb11 +SHA512 (vocal-2.4.1.tar.gz) = e8ccd5d7ad05373beff41ecddccf493378950878985a43e8f0346ccee88c00a5b75a5286bd9246539add2f4388dd5186b7fca8b8d0d33d5dcfcb57414bf91a22 diff --git a/vocal.spec b/vocal.spec index a569f1f..d93a2a1 100644 --- a/vocal.spec +++ b/vocal.spec @@ -2,7 +2,7 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client -Version: 2.4.0 +Version: 2.4.1 Release: 1%{?dist} License: GPLv3 @@ -91,6 +91,9 @@ appstream-util validate-relax --nonet \ %changelog +* Fri May 17 2019 Fabio Valentini - 2.4.1-1 +- Update to version 2.4.1. + * Sun Apr 14 2019 Fabio Valentini - 2.4.0-1 - Update to version 2.4.0. From 35c709950b91cfa0d906772644340fe64120fb63 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:08:11 +0000 Subject: [PATCH 08/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vocal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vocal.spec b/vocal.spec index d93a2a1..01ef4bd 100644 --- a/vocal.spec +++ b/vocal.spec @@ -3,7 +3,7 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client Version: 2.4.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3 URL: https://github.com/needle-and-thread/%{name} @@ -91,6 +91,9 @@ appstream-util validate-relax --nonet \ %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 2.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri May 17 2019 Fabio Valentini - 2.4.1-1 - Update to version 2.4.1. From 7a342b8aa2e83b4fccfb226a6a2614bd499b829f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:20:12 +0000 Subject: [PATCH 09/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vocal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vocal.spec b/vocal.spec index 01ef4bd..fa0bf6a 100644 --- a/vocal.spec +++ b/vocal.spec @@ -3,7 +3,7 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client Version: 2.4.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3 URL: https://github.com/needle-and-thread/%{name} @@ -91,6 +91,9 @@ appstream-util validate-relax --nonet \ %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 2.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 2.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 32272e54b6a6769e052bd3a7df6579cfebe7ca1a Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Wed, 8 Jul 2020 11:42:34 +0200 Subject: [PATCH 10/11] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- vocal.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/vocal.spec b/vocal.spec index fa0bf6a..d46b2cd 100644 --- a/vocal.spec +++ b/vocal.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global appname com.github.needle-and-thread.vocal Name: vocal @@ -55,16 +56,12 @@ skip intervals. %build -mkdir build && pushd build -%cmake .. -%make_build -popd +%cmake +%cmake_build %install -pushd build -%make_install -popd +%cmake_install %find_lang vocal From a97c537c56701eda146eaf124abf16ebad6edb0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 15 Jul 2020 11:14:36 +0200 Subject: [PATCH 11/11] Orphaned for 6+ weeks --- .gitignore | 12 ---- dead.package | 1 + sources | 1 - vocal.rpmlintrc | 5 -- vocal.spec | 147 ------------------------------------------------ 5 files changed, 1 insertion(+), 165 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 vocal.rpmlintrc delete mode 100644 vocal.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5541d14..0000000 --- a/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -/results_* -/*.src.rpm - -/vocal-2.0.19.tar.gz -/vocal-2.0.20.tar.gz -/vocal-2.1.0.tar.gz -/vocal-2.1.5.tar.gz -/vocal-2.1.6.tar.gz -/vocal-2.2.0.tar.gz -/vocal-2.3.0.tar.gz -/vocal-2.4.0.tar.gz -/vocal-2.4.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 0915bbb..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (vocal-2.4.1.tar.gz) = e8ccd5d7ad05373beff41ecddccf493378950878985a43e8f0346ccee88c00a5b75a5286bd9246539add2f4388dd5186b7fca8b8d0d33d5dcfcb57414bf91a22 diff --git a/vocal.rpmlintrc b/vocal.rpmlintrc deleted file mode 100644 index 34aa5de..0000000 --- a/vocal.rpmlintrc +++ /dev/null @@ -1,5 +0,0 @@ -# false positives -addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*") -addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*") - -addFilter("W: spelling-error %description -l en_US podcasts *") diff --git a/vocal.spec b/vocal.spec deleted file mode 100644 index d46b2cd..0000000 --- a/vocal.spec +++ /dev/null @@ -1,147 +0,0 @@ -%undefine __cmake_in_source_build -%global appname com.github.needle-and-thread.vocal - -Name: vocal -Summary: Powerful, beautiful, and simple podcast client -Version: 2.4.1 -Release: 3%{?dist} -License: GPLv3 - -URL: https://github.com/needle-and-thread/%{name} -Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz - -BuildRequires: cmake -BuildRequires: desktop-file-utils -BuildRequires: gcc-c++ -BuildRequires: gettext -BuildRequires: intltool -BuildRequires: libappstream-glib -BuildRequires: vala >= 0.26.2 - -BuildRequires: pkgconfig(clutter-gst-3.0) -BuildRequires: pkgconfig(clutter-gtk-1.0) -BuildRequires: pkgconfig(gdk-x11-3.0) -BuildRequires: pkgconfig(gee-0.8) -BuildRequires: pkgconfig(glib-2.0) >= 2.32 -BuildRequires: pkgconfig(granite) -BuildRequires: pkgconfig(gstreamer-1.0) -BuildRequires: pkgconfig(gstreamer-pbutils-1.0) -BuildRequires: pkgconfig(gthread-2.0) -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(json-glib-1.0) -BuildRequires: pkgconfig(libnotify) -BuildRequires: pkgconfig(libsoup-2.4) -BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(unity) -BuildRequires: pkgconfig(webkit2gtk-4.0) - -Requires: hicolor-icon-theme - - -%description -Vocal is a powerful, fast, and intuitive application that helps users -find new podcasts, manage their libraries, and enjoy the best that -independent audio and video publishing has to offer. Vocal features full -support for both episode downloading and streaming, native system -integration, iTunes store search and top 100 charts (with international -results support), iTunes link parsing, OPML importing and exporting, and -so much more. Plus, it has great smart features like automatically -keeping your library clean from old files, and the ability to set custom -skip intervals. - - -%prep -%autosetup - - -%build -%cmake -%cmake_build - - -%install -%cmake_install - -%find_lang vocal - - -%check -desktop-file-validate \ - %{buildroot}/%{_datadir}/applications/%{appname}.desktop - -appstream-util validate-relax --nonet \ - %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml - - -%files -f vocal.lang -%doc AUTHORS README.md -%license COPYING - -%{_bindir}/%{appname} - -%{_datadir}/applications/%{appname}.desktop -%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml -%{_datadir}/icons/hicolor/*/apps/%{appname}*.svg -%{_datadir}/metainfo/%{appname}.appdata.xml -%{_datadir}/vocal/ - - -%changelog -* Fri Jan 31 2020 Fedora Release Engineering - 2.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 2.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri May 17 2019 Fabio Valentini - 2.4.1-1 -- Update to version 2.4.1. - -* Sun Apr 14 2019 Fabio Valentini - 2.4.0-1 -- Update to version 2.4.0. - -* Sun Feb 03 2019 Fedora Release Engineering - 2.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Nov 05 2018 Fabio Valentini - 2.3.0-1 -- Update to version 2.3.0. - -* Sat Jul 14 2018 Fedora Release Engineering - 2.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Jun 13 2018 Fabio Valentini - 2.2.0-2 -- Rebuild for granite5 soname bump. - -* Mon Apr 23 2018 Fabio Valentini - 2.2.0-1 -- Update to version 2.2.0. - -* Fri Feb 09 2018 Fedora Release Engineering - 2.1.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Jan 30 2018 Fabio Valentini - 2.1.6-1 -- Update to version 2.1.6. - -* Tue Jan 16 2018 Fabio Valentini - 2.1.5-1 -- Update to version 2.1.5. - -* Sat Jan 06 2018 Fabio Valentini - 2.1.0-2 -- Remove icon cache scriptlets, replaced by file triggers. - -* Sat Dec 30 2017 Fabio Valentini - 2.1.0-1 -- Update to version 2.1.0. - -* Sat Nov 04 2017 Fabio Valentini - 2.0.20-4 -- Rebuild for granite soname bump. - -* Thu Aug 03 2017 Fedora Release Engineering - 2.0.20-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 2.0.20-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Jun 10 2017 Fabio Valentini - 2.0.20-1 -- Update to version 2.0.20. - -* Sun May 28 2017 Fabio Valentini - 2.0.19-1 -- Initial package. -