diff --git a/SPECS/f39-backgrounds.spec b/SPECS/f39-backgrounds.spec index 097e034..80dd6de 100644 --- a/SPECS/f39-backgrounds.spec +++ b/SPECS/f39-backgrounds.spec @@ -1,3 +1,13 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.1) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 2; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + %global relnum 39 %global Bg_Name F39 %global bgname %(t="%{Bg_Name}";echo ${t,,}) @@ -7,7 +17,7 @@ Name: %{bgname}-backgrounds Version: %{relnum}.0.5 -Release: %autorelease +Release: %autorelease.1 Summary: Fedora %{relnum} default desktop background License: CC-BY-SA-4.0 @@ -87,7 +97,7 @@ default theme. Summary: Fedora %{relnum} default background for XFCE4 Requires: %{name}-base = %{version}-%{release} -Requires: xfdesktop +#Requires: xfdesktop %description xfce This package contains XFCE4 desktop background for the Fedora %{relnum} @@ -197,7 +207,36 @@ This package contains supplemental wallpapers for XFCE %endif %changelog -* Thu May 02 2024 Sergey Cherevko - 39.0.5-%autorelease +* Thu May 02 2024 Sergey Cherevko - 39.0.5-2.1 +- Drop R: xfdesktop - Rebuilt for MSVSphere 9.4 -%autochangelog +* Wed Feb 21 2024 Adam Williamson - 39.0.5-2 +- Also make runtime kde-filesystem dependency conditional + +* Tue Feb 20 2024 Luya Tshimbalanga - 39.0.5-1 +- Update to 39.0.5 +- Set conditional for kde-filesystem build dependency +- Drop unused pngquant dependency + +* Sat Feb 03 2024 Luya Tshimbalanga - 39.0.4-4 +- Rebuild with kde4-filesystem dependency + +* Wed Jan 24 2024 Fedora Release Engineering - 39.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 39.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Sep 29 2023 Luya Tshimbalanga - 39.0.4-1 +- Update to 39.0.4 + +* Tue Sep 12 2023 Adam Williamson - 39.0.3-1 +- 39.0.3 (try again to improve dithering) + +* Mon Sep 11 2023 Adam Williamson - 39.0.2-1 +- New release 39.0.2 (fix dithering / color depth issues) + +* Sat Sep 02 2023 Adam Williamson - 39.0.1-1 +- Import the reviewed .src.rpm +## END: Generated by rpmautospec