From 9e7b6cd1eaecffa3e3445e1d6e3b19513ee8739e Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 1 May 2022 15:56:02 +0200 Subject: [PATCH 1/4] Update to 1.1.10 --- .gitignore | 1 + sources | 2 +- vdr-skinnopacity.spec | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 864b530..4f3b076 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /SkinNopacity-1.1.7.tar.bz2 /SkinNopacity-1.1.8.tar.bz2 /SkinNopacity-1.1.9.tar.bz2 +/SkinNopacity-1.1.10.tar.bz2 diff --git a/sources b/sources index 00d7014..2ca7cac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SkinNopacity-1.1.9.tar.bz2) = 4fbde348a8d17e43c1c8667be9cb4ab8ebddbd02e0d568f66e14a1390ceaeb7d92e502391a38277fdeca75f83465676ecc376d762ae0c1ded99e1f09dd32e7fa +SHA512 (SkinNopacity-1.1.10.tar.bz2) = f598172569274ed47cb3ef9d37d453fb0a1b6ed41d4d454a3da073ffe2458a4c0c86b15fee9d41fc5bff95e53207d838ba018204605d3d698ce546a4ea94021b diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index e7a5fe0..68b6d5c 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -2,7 +2,7 @@ %global sname skinnopacity Name: vdr-skinnopacity -Version: 1.1.9 +Version: 1.1.10 Release: 1%{?dist} Summary: A highly customizable native true color skin for the Video Disc Recorder @@ -39,7 +39,7 @@ This package contains icons files. iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README %build -make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagick %{?_smp_mflags} all +%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagick %install # make install would install the themes under /etc, let's not use that @@ -68,6 +68,18 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/skinnopacity/icons/ %changelog +* Sun May 01 2022 Martin Gansser - 1.1.10-1 +- Update to 1.1.10 + +* Sat Feb 05 2022 Martin Gansser - 1.1.9-4 +- Rebuilt for new VDR API version + +* Sat Jan 22 2022 Fedora Release Engineering - 1.1.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Dec 30 2021 Martin Gansser - 1.1.9-2 +- Rebuilt for new VDR API version + * Thu Dec 16 2021 Martin Gansser - 1.1.9-1 - Update to 1.1.9 From 811814ce84accd6149d8293a708732cae9c6f874 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Mon, 30 May 2022 11:22:40 +0200 Subject: [PATCH 2/4] Update to 1.1.11 --- .gitignore | 1 + sources | 2 +- vdr-skinnopacity.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4f3b076..5fe80ee 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /SkinNopacity-1.1.8.tar.bz2 /SkinNopacity-1.1.9.tar.bz2 /SkinNopacity-1.1.10.tar.bz2 +/SkinNopacity-1.1.11.tar.bz2 diff --git a/sources b/sources index 2ca7cac..fca53fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SkinNopacity-1.1.10.tar.bz2) = f598172569274ed47cb3ef9d37d453fb0a1b6ed41d4d454a3da073ffe2458a4c0c86b15fee9d41fc5bff95e53207d838ba018204605d3d698ce546a4ea94021b +SHA512 (SkinNopacity-1.1.11.tar.bz2) = 9e6c4a07db8489f80a2d3587b983a5c909aa0a359f833d14ca0cbd7bb8899c858cc82a16b0f4e2f16a2379f384c6d1f5fe969e1bb7b984620ce6d1ce2d8a18c2 diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index 68b6d5c..61f911b 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -2,7 +2,7 @@ %global sname skinnopacity Name: vdr-skinnopacity -Version: 1.1.10 +Version: 1.1.11 Release: 1%{?dist} Summary: A highly customizable native true color skin for the Video Disc Recorder @@ -68,6 +68,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/skinnopacity/icons/ %changelog +* Mon May 30 2022 Martin Gansser - 1.1.11-1 +- Update to 1.1.11 + * Sun May 01 2022 Martin Gansser - 1.1.10-1 - Update to 1.1.10 From b86063b71363d04563ded5e0da3698ed52702ec4 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sat, 25 Jun 2022 03:32:33 +0200 Subject: [PATCH 3/4] Update to 1.1.12 --- .gitignore | 1 + sources | 2 +- vdr-skinnopacity.spec | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5fe80ee..0090be0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /SkinNopacity-1.1.9.tar.bz2 /SkinNopacity-1.1.10.tar.bz2 /SkinNopacity-1.1.11.tar.bz2 +/SkinNopacity-1.1.12.tar.bz2 diff --git a/sources b/sources index fca53fb..822610a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SkinNopacity-1.1.11.tar.bz2) = 9e6c4a07db8489f80a2d3587b983a5c909aa0a359f833d14ca0cbd7bb8899c858cc82a16b0f4e2f16a2379f384c6d1f5fe969e1bb7b984620ce6d1ce2d8a18c2 +SHA512 (SkinNopacity-1.1.12.tar.bz2) = 2226b5b301273cfc3ee05d77ac0e8fb886c98f451185c5c0a860acb78fd3514520f8421be01b383b2200e5ff570d0b7ef7b8928284eea1555fb60a00ec44f881 diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index 61f911b..758d531 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -1,8 +1,17 @@ %global pname SkinNopacity %global sname skinnopacity +# version we want build against +%global vdr_version 2.4.0 +%if 0%{?fedora} >= 36 +%global vdr_version 2.6.1 +%endif +%if 0%{?fedora} == 35 +%global vdr_version 2.4.7 +%endif + Name: vdr-skinnopacity -Version: 1.1.11 +Version: 1.1.12 Release: 1%{?dist} Summary: A highly customizable native true color skin for the Video Disc Recorder @@ -18,7 +27,7 @@ BuildRequires: make BuildRequires: gcc-c++ BuildRequires: freetype-devel BuildRequires: ImageMagick-c++-devel -BuildRequires: vdr-devel >= 1.7.34 +BuildRequires: vdr-devel >= %{vdr_version} Requires: vdr(abi)%{?_isa} = %{vdr_apiversion} Requires: %{name}-data = %{version}-%{release} @@ -68,6 +77,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/skinnopacity/icons/ %changelog +* Sat Jun 25 2022 Martin Gansser - 1.1.12-1 +- Update to 1.1.12 + * Mon May 30 2022 Martin Gansser - 1.1.11-1 - Update to 1.1.11 From 72a7e118cab39d10b38005c6f7842a4f5a8beb52 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sat, 22 Oct 2022 17:26:27 +0200 Subject: [PATCH 4/4] Update to 1.1.13 --- .gitignore | 1 + sources | 2 +- vdr-skinnopacity.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0090be0..e2fd2fe 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /SkinNopacity-1.1.10.tar.bz2 /SkinNopacity-1.1.11.tar.bz2 /SkinNopacity-1.1.12.tar.bz2 +/SkinNopacity-1.1.13.tar.bz2 diff --git a/sources b/sources index 822610a..a391c08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SkinNopacity-1.1.12.tar.bz2) = 2226b5b301273cfc3ee05d77ac0e8fb886c98f451185c5c0a860acb78fd3514520f8421be01b383b2200e5ff570d0b7ef7b8928284eea1555fb60a00ec44f881 +SHA512 (SkinNopacity-1.1.13.tar.bz2) = 04464e36d2b868e106ce32daf1489a0770eeea62eb71040764ddedf1c697fd42c911a3c3649474162369805d415f82b0518204b3ca300c59c4e22ab1c8774c9c diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec index 758d531..b881e1a 100644 --- a/vdr-skinnopacity.spec +++ b/vdr-skinnopacity.spec @@ -11,7 +11,7 @@ Name: vdr-skinnopacity -Version: 1.1.12 +Version: 1.1.13 Release: 1%{?dist} Summary: A highly customizable native true color skin for the Video Disc Recorder @@ -77,6 +77,12 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/skinnopacity/icons/ %changelog +* Sat Oct 22 2022 Martin Gansser - 1.1.13-1 +- Update to 1.1.13 + +* Sat Jul 23 2022 Fedora Release Engineering - 1.1.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jun 25 2022 Martin Gansser - 1.1.12-1 - Update to 1.1.12