From 9c11e77ed930e40c2fdc004b0ee41adb54fe0e12 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Tue, 16 Feb 2021 16:41:12 +0100 Subject: [PATCH 1/7] Update to 1.1.7 --- vdr-skinnopacity.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index cb0b184..881e9ac 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -1,7 +1,7 @@ %global pname SkinNopacity Name: vdr-skinnopacity -Version: 1.1.6 +Version: 1.1.7 Release: 1%{?dist} Summary: A highly customizable native true color skin for the Video Disc Recorder @@ -45,10 +45,8 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagic make install-lib install-i18n install-icons DESTDIR=%{buildroot} # install the themes to the custom location used in Fedora install -dm 755 %{buildroot}%{vdr_vardir}/themes -# install -dm 755 %{buildroot}%{vdr_vardir}/plugins/skinnopacity/themeconfigs install -dm 755 %{buildroot}%{_sysconfdir}/vdr/plugins/%{pname}/themeconfigs/ install -pm 644 themes/*.theme %{buildroot}%{vdr_vardir}/themes/ -# install -pm 644 conf/theme-* %{buildroot}%{vdr_vardir}/plugins/skinnopacity/themeconfigs/ install -pm 644 conf/theme-* %{buildroot}%{_sysconfdir}/vdr/plugins/%{pname}/themeconfigs/ # skinnopacity.conf @@ -60,7 +58,6 @@ install -Dpm 644 %{SOURCE1} \ %files -f %{name}.lang %doc COPYING HISTORY* README* %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/skinnopacity.conf -# %%config(noreplace) %%{vdr_vardir}/plugins/skinnopacity/themeconfigs/theme-*.conf %config(noreplace) %{_sysconfdir}/vdr/plugins/%{pname}/themeconfigs/theme-*.conf %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %{vdr_vardir}/themes/nOpacity-*.theme @@ -70,6 +67,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/skinnopacity/icons/ %changelog +* Tue Feb 16 2021 Martin Gansser - 1.1.7-1 +- Update to 1.1.7 + * Mon Feb 01 2021 Martin Gansser - 1.1.6-1 - Update to 1.1.6 From 87016912cb9085d56e25441e4f0dbc1f57a066a3 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Tue, 16 Feb 2021 16:48:52 +0100 Subject: [PATCH 2/7] Update to 1.1.7 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9f71e0f..7691a67 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /SkinNopacity-1.1.4.tar.bz2 /SkinNopacity-1.1.5.tar.bz2 /SkinNopacity-1.1.6.tar.bz2 +/SkinNopacity-1.1.7.tar.bz2 diff --git a/sources b/sources index 25217e1..c77b423 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SkinNopacity-1.1.6.tar.bz2) = 822f71ed3d3feb5e1d07a182fceaa6da3bb338fb47314caaca1281bc6fbf920508eb6b633c68f336ab929482cceaadb3da7ca5962772261bb78e1b090988eb6a +SHA512 (SkinNopacity-1.1.7.tar.bz2) = 577f12763a096dca3fb677815e5b9c30cc1d90f4b8ef3200c7ea487da24856ed6f8607214f5448033ec720c08b6835223f3623dce87fe3ced7b56be89fc8d933 From 0183079b5614fc4c81a8a72d0e31d58eeec5d766 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Mon, 10 May 2021 19:32:11 +0200 Subject: [PATCH 3/7] Correct theme config path --- vdr-skinnopacity.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index 881e9ac..83e6d10 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -1,8 +1,9 @@ %global pname SkinNopacity +%global sname skinnopacity Name: vdr-skinnopacity Version: 1.1.7 -Release: 1%{?dist} +Release: 3%{?dist} Summary: A highly customizable native true color skin for the Video Disc Recorder License: GPLv2+ @@ -45,9 +46,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagic make install-lib install-i18n install-icons DESTDIR=%{buildroot} # install the themes to the custom location used in Fedora install -dm 755 %{buildroot}%{vdr_vardir}/themes -install -dm 755 %{buildroot}%{_sysconfdir}/vdr/plugins/%{pname}/themeconfigs/ +install -dm 755 %{buildroot}%{_sysconfdir}/vdr/plugins/%{sname}/themeconfigs/ install -pm 644 themes/*.theme %{buildroot}%{vdr_vardir}/themes/ -install -pm 644 conf/theme-* %{buildroot}%{_sysconfdir}/vdr/plugins/%{pname}/themeconfigs/ +install -pm 644 conf/theme-* %{buildroot}%{_sysconfdir}/vdr/plugins/%{sname}/themeconfigs/ # skinnopacity.conf install -Dpm 644 %{SOURCE1} \ @@ -58,7 +59,7 @@ install -Dpm 644 %{SOURCE1} \ %files -f %{name}.lang %doc COPYING HISTORY* README* %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/skinnopacity.conf -%config(noreplace) %{_sysconfdir}/vdr/plugins/%{pname}/themeconfigs/theme-*.conf +%config(noreplace) %{_sysconfdir}/vdr/plugins/%{sname}/themeconfigs/theme-*.conf %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %{vdr_vardir}/themes/nOpacity-*.theme @@ -67,6 +68,12 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/skinnopacity/icons/ %changelog +* Sat May 08 2021 Martin Gansser - 1.1.7-3 +- Correct theme config path + +* Wed Apr 28 2021 Martin Gansser - 1.1.7-2 +- Rebuilt for new VDR API version + * Tue Feb 16 2021 Martin Gansser - 1.1.7-1 - Update to 1.1.7 From b359119677e3b28258e63b17182fd3f0b8be1908 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Mon, 31 May 2021 21:19:00 +0200 Subject: [PATCH 4/7] Update to 1.1.8 --- .gitignore | 1 + sources | 2 +- vdr-skinnopacity.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7691a67..2043e94 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /SkinNopacity-1.1.5.tar.bz2 /SkinNopacity-1.1.6.tar.bz2 /SkinNopacity-1.1.7.tar.bz2 +/SkinNopacity-1.1.8.tar.bz2 diff --git a/sources b/sources index c77b423..f3ee8ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SkinNopacity-1.1.7.tar.bz2) = 577f12763a096dca3fb677815e5b9c30cc1d90f4b8ef3200c7ea487da24856ed6f8607214f5448033ec720c08b6835223f3623dce87fe3ced7b56be89fc8d933 +SHA512 (SkinNopacity-1.1.8.tar.bz2) = c06ea2fab0ea0807a272599e7ec9731d7ce9a0f619ee875b9f59b374b9f7afe47ce8498c5eb6689e67cad4751885eea6b394b4f73933e676c826ded4a98964b1 diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index 83e6d10..3eaa785 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -2,8 +2,8 @@ %global sname skinnopacity Name: vdr-skinnopacity -Version: 1.1.7 -Release: 3%{?dist} +Version: 1.1.8 +Release: 1%{?dist} Summary: A highly customizable native true color skin for the Video Disc Recorder License: GPLv2+ @@ -68,6 +68,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/skinnopacity/icons/ %changelog +* Mon May 31 2021 Martin Gansser - 1.1.8-1 +- Update to 1.1.8 + * Sat May 08 2021 Martin Gansser - 1.1.7-3 - Correct theme config path From 0a1dff88f1bbb4b664968bb193d5b3a2b15e18c3 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Fri, 26 Nov 2021 11:24:04 +0900 Subject: [PATCH 5/7] rebuild for new ImageMagick --- vdr-skinnopacity.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index 3eaa785..1aac9af 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -3,7 +3,7 @@ Name: vdr-skinnopacity Version: 1.1.8 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A highly customizable native true color skin for the Video Disc Recorder License: GPLv2+ @@ -68,6 +68,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/skinnopacity/icons/ %changelog +* Fri Nov 26 2021 Mamoru TASAKA - 1.1.8-1.1 +- rebuild for new ImageMagick + * Mon May 31 2021 Martin Gansser - 1.1.8-1 - Update to 1.1.8 From 7630312f5d3d23229d8d4511d29a7645d91a33a9 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Thu, 16 Dec 2021 16:01:29 +0100 Subject: [PATCH 6/7] Update to 1.1.9 --- .gitignore | 1 + sources | 2 +- vdr-skinnopacity.spec | 14 ++++++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2043e94..864b530 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /SkinNopacity-1.1.6.tar.bz2 /SkinNopacity-1.1.7.tar.bz2 /SkinNopacity-1.1.8.tar.bz2 +/SkinNopacity-1.1.9.tar.bz2 diff --git a/sources b/sources index f3ee8ee..00d7014 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SkinNopacity-1.1.8.tar.bz2) = c06ea2fab0ea0807a272599e7ec9731d7ce9a0f619ee875b9f59b374b9f7afe47ce8498c5eb6689e67cad4751885eea6b394b4f73933e676c826ded4a98964b1 +SHA512 (SkinNopacity-1.1.9.tar.bz2) = 4fbde348a8d17e43c1c8667be9cb4ab8ebddbd02e0d568f66e14a1390ceaeb7d92e502391a38277fdeca75f83465676ecc376d762ae0c1ded99e1f09dd32e7fa diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index 1aac9af..e7a5fe0 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -2,8 +2,8 @@ %global sname skinnopacity Name: vdr-skinnopacity -Version: 1.1.8 -Release: 1%{?dist}.1 +Version: 1.1.9 +Release: 1%{?dist} Summary: A highly customizable native true color skin for the Video Disc Recorder License: GPLv2+ @@ -68,8 +68,14 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/skinnopacity/icons/ %changelog -* Fri Nov 26 2021 Mamoru TASAKA - 1.1.8-1.1 -- rebuild for new ImageMagick +* Thu Dec 16 2021 Martin Gansser - 1.1.9-1 +- Update to 1.1.9 + +* Sat Oct 16 2021 Martin Gansser - 1.1.8-3 +- Rebuilt due FTI in rawhide + +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 31 2021 Martin Gansser - 1.1.8-1 - Update to 1.1.8 From 2b3afd6b1a3b095b4dc9fd8c62fe476f012627f1 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Thu, 16 Dec 2021 16:14:37 +0100 Subject: [PATCH 7/7] Update to 1.1.9 --- vdr-skinnopacity.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index e7a5fe0..41d8a91 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -39,7 +39,11 @@ This package contains icons files. iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README %build +%if 0%{?fedora} >= 35 make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagick %{?_smp_mflags} all +%else +make CFLAGS="%{optflags} -std=c++14 -fPIC" CXXFLAGS="%{optflags} -std=c++14 -fPIC" IMAGELIB=imagemagick %{?_smp_mflags} all +%endif %install # make install would install the themes under /etc, let's not use that