From cc2ac7a32b3531478702d28fa658329fba2d7132 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 6 Mar 2025 10:55:39 +0100 Subject: [PATCH 01/10] Update to 48.beta --- .gitignore | 1 + adwaita-icon-theme.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 67d2a0c..fe19c2f 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /adwaita-icon-theme-46.2.tar.xz /adwaita-icon-theme-47.beta.tar.xz /adwaita-icon-theme-47.0.tar.xz +/adwaita-icon-theme-48.beta.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 0fbefbe..130fd54 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -3,13 +3,13 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 47.0 -Release: 2%{?dist} +Version: 48~beta +Release: 1%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme -Source0: https://download.gnome.org/sources/%{name}/47/%{name}-%{tarball_version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/48/%{name}-%{tarball_version}.tar.xz BuildArch: noarch @@ -62,7 +62,6 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/icons/Adwaita/16x16/ %{_datadir}/icons/Adwaita/scalable/ %{_datadir}/icons/Adwaita/symbolic/ -%{_datadir}/icons/Adwaita/symbolic-up-to-32/ %{_datadir}/icons/Adwaita/index.theme %ghost %{_datadir}/icons/Adwaita/.icon-theme.cache @@ -75,6 +74,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* Thu Mar 06 2025 Fabio Valentini - 48~beta-1 +- Update to 48.beta + * Thu Jan 16 2025 Fedora Release Engineering - 47.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index b8af596..3e17aad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-47.0.tar.xz) = 6ce983ac2ca16096c161a2ae737a6eeb531d3b4a4c584067c70a2d552ae42687986902f4a0fd48333cd33de5483a328f4d50e6541f2b2144fe0db25023dc86c3 +SHA512 (adwaita-icon-theme-48.beta.tar.xz) = 2c68d666021d702405316abb7f4edd0946623045cfbb479eb1ea191f218239b00bfc5da1389503b2568a8b00fafd1965c86c3ebefd1da42f3c2c85b7c3c43aca From f6424466a80314f39ca47ea55cb242bd5903c55d Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 17 Mar 2025 14:46:41 +0100 Subject: [PATCH 02/10] Update to 48.0 --- .gitignore | 1 + adwaita-icon-theme.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fe19c2f..415c1e8 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /adwaita-icon-theme-47.beta.tar.xz /adwaita-icon-theme-47.0.tar.xz /adwaita-icon-theme-48.beta.tar.xz +/adwaita-icon-theme-48.0.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 130fd54..16ed534 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -3,7 +3,7 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 48~beta +Version: 48.0 Release: 1%{?dist} Summary: Adwaita icon theme @@ -74,6 +74,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* Mon Mar 17 2025 nmontero - 48.0-1 +- Update to 48.0 + * Thu Mar 06 2025 Fabio Valentini - 48~beta-1 - Update to 48.beta diff --git a/sources b/sources index 3e17aad..6c4d3cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-48.beta.tar.xz) = 2c68d666021d702405316abb7f4edd0946623045cfbb479eb1ea191f218239b00bfc5da1389503b2568a8b00fafd1965c86c3ebefd1da42f3c2c85b7c3c43aca +SHA512 (adwaita-icon-theme-48.0.tar.xz) = b156fcfcaa819a69100ea84e29025d3d28ffa52d58266c30a91f15381903c88ef922b54e9e521002fc4001954b92c296e1f7972ec9b46f8c950f6d43919eeed5 From 272bde59f0b5990b50d775ea4c07ff39eb7dd9f7 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 25 Mar 2025 14:10:41 +0100 Subject: [PATCH 03/10] Only require the legacy icon theme on Fedora --- adwaita-icon-theme.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 16ed534..3383cdb 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -4,7 +4,7 @@ Name: adwaita-icon-theme Version: 48.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -16,7 +16,10 @@ BuildArch: noarch BuildRequires: meson BuildRequires: /usr/bin/gtk4-update-icon-cache +# Only require the legacy icon package on Fedora +%if 0%{?fedora} Requires: %{name}-legacy >= %{adwlegacy_ver} +%endif Requires: adwaita-cursor-theme = %{version}-%{release} %description @@ -31,7 +34,9 @@ designed for the GNOME desktop. %package devel Summary: Development files for %{name} +%if 0%{?fedora} Requires: %{name}-legacy-devel >= %{adwlegacy_ver} +%endif Requires: %{name} = %{version}-%{release} %description devel @@ -74,6 +79,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* Tue Mar 25 2025 Tomas Popela - 48.0-2 +- Only require the legacy icon theme on Fedora + * Mon Mar 17 2025 nmontero - 48.0-1 - Update to 48.0 From 5583e5bbf95dfc4209f728fa45414711f8e2ce56 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Wed, 18 Jun 2025 13:25:15 +0200 Subject: [PATCH 04/10] Update to 48.1 --- .gitignore | 1 + adwaita-icon-theme.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 415c1e8..1e02458 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /adwaita-icon-theme-47.0.tar.xz /adwaita-icon-theme-48.beta.tar.xz /adwaita-icon-theme-48.0.tar.xz +/adwaita-icon-theme-48.1.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 3383cdb..bbb46ef 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -3,8 +3,8 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 48.0 -Release: 2%{?dist} +Version: 48.1 +Release: 1%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -79,6 +79,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* Wed Jun 18 2025 Carlos Garnacho - 48.1-1 +- Update to 48.1 + * Tue Mar 25 2025 Tomas Popela - 48.0-2 - Only require the legacy icon theme on Fedora diff --git a/sources b/sources index 6c4d3cb..c10298b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-48.0.tar.xz) = b156fcfcaa819a69100ea84e29025d3d28ffa52d58266c30a91f15381903c88ef922b54e9e521002fc4001954b92c296e1f7972ec9b46f8c950f6d43919eeed5 +SHA512 (adwaita-icon-theme-48.1.tar.xz) = 1d116599d5397a9dbc7e580fe78ba675b2d6e055e2c6387c08b4f8a646e989a4e5b04a6ff0d8d357422ea7100aefc54c568abf37251f7927ae081ac4334742db From 29ccdff5fb01951afbcd728eec16d8ee365a0527 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:48:02 +0000 Subject: [PATCH 05/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- adwaita-icon-theme.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index bbb46ef..187f1f7 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -4,7 +4,7 @@ Name: adwaita-icon-theme Version: 48.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -79,6 +79,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 48.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Wed Jun 18 2025 Carlos Garnacho - 48.1-1 - Update to 48.1 From 7c82b8811e196ef2a6c8d91001a1f5d1c2405880 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Thu, 4 Sep 2025 10:45:19 -0500 Subject: [PATCH 06/10] Update to 49.rc --- .gitignore | 1 + adwaita-icon-theme.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1e02458..a903356 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ /adwaita-icon-theme-48.beta.tar.xz /adwaita-icon-theme-48.0.tar.xz /adwaita-icon-theme-48.1.tar.xz +/adwaita-icon-theme-49.rc.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 187f1f7..0a800d2 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -3,13 +3,13 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 48.1 -Release: 2%{?dist} +Version: 49~rc +Release: 1%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme -Source0: https://download.gnome.org/sources/%{name}/48/%{name}-%{tarball_version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/49/%{name}-%{tarball_version}.tar.xz BuildArch: noarch @@ -79,6 +79,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* Thu Sep 04 2025 Michael Catanzaro - 49~rc-1 +- Update to 49.rc + * Wed Jul 23 2025 Fedora Release Engineering - 48.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index c10298b..6c13cd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-48.1.tar.xz) = 1d116599d5397a9dbc7e580fe78ba675b2d6e055e2c6387c08b4f8a646e989a4e5b04a6ff0d8d357422ea7100aefc54c568abf37251f7927ae081ac4334742db +SHA512 (adwaita-icon-theme-49.rc.tar.xz) = 769178898f3728ece73712fc9e8046868ac0e1b45056156e0f296a584b1c077e205b83ba7df2533038adbe1f7ada331dda02b5cf59c44ad960d4419499925802 From 1dc5f505e21200596bad09c892f7dbbb84ddb3ec Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 15 Sep 2025 10:11:56 -0500 Subject: [PATCH 07/10] Update to 49.0 --- .gitignore | 1 + adwaita-icon-theme.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a903356..0880e0f 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /adwaita-icon-theme-48.0.tar.xz /adwaita-icon-theme-48.1.tar.xz /adwaita-icon-theme-49.rc.tar.xz +/adwaita-icon-theme-49.0.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 0a800d2..feb6edf 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -3,7 +3,7 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 49~rc +Version: 49.0 Release: 1%{?dist} Summary: Adwaita icon theme @@ -79,6 +79,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* Mon Sep 15 2025 Michael Catanzaro - 49.0-1 +- Update to 49.0 + * Thu Sep 04 2025 Michael Catanzaro - 49~rc-1 - Update to 49.rc diff --git a/sources b/sources index 6c13cd0..7ffbf13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-49.rc.tar.xz) = 769178898f3728ece73712fc9e8046868ac0e1b45056156e0f296a584b1c077e205b83ba7df2533038adbe1f7ada331dda02b5cf59c44ad960d4419499925802 +SHA512 (adwaita-icon-theme-49.0.tar.xz) = 79a283bfdef5d3e9faaf6be3f41dc2ae55f676eb798cd7ce41d07204ff831c76e6ee457733bd9d08b9bad8dcbaddddf3e8bd262285579b5a8ed9944ffd4493c7 From a8fc7b4da12cfa75df8c87a54fc370457e2f46a9 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 30 Oct 2025 20:34:41 +0100 Subject: [PATCH 08/10] Convert to %autorelease and %autochangelog ... using 'rpmautospec convert'. Escaping of RPM macros was removed from the 'changelog' file [1]. [1] https://docs.pagure.org/fedora-infra.rpmautospec/autochangelog.html https://fedora-infra.github.io/rpmautospec-docs/autochangelog.html [skip changelog] --- adwaita-icon-theme.spec | 320 +--------------------------------------- changelog | 317 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 319 insertions(+), 318 deletions(-) create mode 100644 changelog diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index feb6edf..f54fa14 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -4,7 +4,7 @@ Name: adwaita-icon-theme Version: 49.0 -Release: 1%{?dist} +Release: %autorelease Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -79,320 +79,4 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog -* Mon Sep 15 2025 Michael Catanzaro - 49.0-1 -- Update to 49.0 - -* Thu Sep 04 2025 Michael Catanzaro - 49~rc-1 -- Update to 49.rc - -* Wed Jul 23 2025 Fedora Release Engineering - 48.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Wed Jun 18 2025 Carlos Garnacho - 48.1-1 -- Update to 48.1 - -* Tue Mar 25 2025 Tomas Popela - 48.0-2 -- Only require the legacy icon theme on Fedora - -* Mon Mar 17 2025 nmontero - 48.0-1 -- Update to 48.0 - -* Thu Mar 06 2025 Fabio Valentini - 48~beta-1 -- Update to 48.beta - -* Thu Jan 16 2025 Fedora Release Engineering - 47.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Mon Sep 16 2024 nmontero - 47.0-1 -- Update to 47.0 - -* Mon Aug 12 2024 David King - 47~beta-1 -- Update to 47.beta - -* Wed Jul 17 2024 Fedora Release Engineering - 46.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Wed May 29 2024 Neal Gompa - 46.2-2 -- Add missing dependency on AdwaitaLegacy icon theme - -* Tue May 28 2024 David King - 46.2-1 -- Update to 46.2 - -* Tue Mar 19 2024 David King - 46.0-1 -- Update to 46.0 - -* Mon Mar 04 2024 David King - 46~rc-1 -- Update to 46.rc - -* Mon Feb 19 2024 Kalev Lember - 46~beta-2 -- Backport upstream patch to reinstate symlinks for X11 cursor names - (rhbz#2264635) - -* Wed Feb 14 2024 David King - 46~beta-1 -- Update to 46.beta - -* Mon Jan 22 2024 Fedora Release Engineering - 46~alpha-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Jan 22 2024 David King - 46~alpha-1 -- Update to 46.alpha - -* Fri Jan 19 2024 Fedora Release Engineering - 45.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Wed Sep 20 2023 Kalev Lember - 45.0-1 -- Update to 45.0 - -* Tue Sep 05 2023 Kalev Lember - 45~rc-1 -- Update to 45.rc - -* Wed Jul 19 2023 Fedora Release Engineering - 45~beta-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sun Jul 16 2023 David King - 45~beta-1 -- Update to 45.beta - -* Mon Mar 20 2023 David King - 44.0-1 -- Update to 44.0 - -* Fri Feb 17 2023 David King - 44~beta-1 -- Update to 44.beta - -* Wed Jan 18 2023 Fedora Release Engineering - 43-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Sep 20 2022 Kalev Lember - 43-1 -- Update to 43 - -* Mon Aug 08 2022 Kalev Lember - 43~beta.1-1 -- Update to 43.beta.1 - -* Wed Jul 20 2022 Fedora Release Engineering - 42.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Mar 21 2022 David King - 42.0-1 -- Update to 42.0 - -* Wed Feb 16 2022 David King - 42~beta-1 -- Update to 42.beta - -* Wed Jan 19 2022 Fedora Release Engineering - 41.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Sep 13 2021 Kalev Lember - 41.0-1 -- Update to 41.0 - -* Wed Jul 21 2021 Fedora Release Engineering - 40.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed May 05 2021 Kalev Lember - 40.1.1-1 -- Update to 40.1.1 - -* Fri Apr 16 2021 Kalev Lember - 40.0-2 -- Rebuilt - -* Fri Apr 16 2021 Kalev Lember - 40.0-1 -- Update to 40.0 -- Update upstream URLs - -* Wed Mar 17 2021 Bastien Nocera - 40.0~rc-1 -+ adwaita-icon-theme-40.0~rc-1 -- Update to 40.rc - -* Mon Jan 25 2021 Fedora Release Engineering - 3.38.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Sep 14 2020 Kalev Lember - 3.38.0-1 -- Update to 3.38.0 - -* Tue Sep 01 2020 Kalev Lember - 3.37.92-1 -- Update to 3.37.92 - -* Mon Jul 27 2020 Fedora Release Engineering - 3.37.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jun 04 2020 Kalev Lember - 3.37.2-1 -- Update to 3.37.2 - -* Mon Apr 20 2020 Kalev Lember - 3.36.1-1 -- Update to 3.36.1 - -* Sun Mar 08 2020 Kalev Lember - 3.36.0-1 -- Update to 3.36.0 - -* Mon Mar 02 2020 Kalev Lember - 3.35.92-1 -- Update to 3.35.92 - -* Mon Feb 17 2020 Kalev Lember - 3.35.91-1 -- Update to 3.35.91 - -* Tue Jan 28 2020 Fedora Release Engineering - 3.34.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Nov 08 2019 Kalev Lember - 3.34.3-1 -- Update to 3.34.3 - -* Wed Nov 06 2019 Kalev Lember - 3.34.1-2 -- Backport a fix to make folder-documents icon visible again - -* Tue Nov 05 2019 Kalev Lember - 3.34.1-1 -- Update to 3.34.1 - -* Thu Sep 12 2019 Kalev Lember - 3.34.0-1 -- Update to 3.34.0 - -* Fri Sep 06 2019 Kalev Lember - 3.33.92-1 -- Update to 3.33.92 - -* Wed Jul 24 2019 Fedora Release Engineering - 3.32.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Mar 18 2019 Kalev Lember - 3.32.0-1 -- Update to 3.32.0 - -* Tue Feb 19 2019 Kalev Lember - 3.31.91-1 -- Update to 3.31.91 - -* Fri Feb 08 2019 Kalev Lember - 3.31.1-3.git03eae76 -- Update to today's git snapshot - -* Thu Jan 31 2019 Fedora Release Engineering - 3.31.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Nov 20 2018 Kalev Lember - 3.31.1-1 -- Update to 3.31.1 - -* Thu Sep 06 2018 Kalev Lember - 3.30.0-1 -- Update to 3.30.0 - -* Mon Aug 13 2018 Kalev Lember - 3.29.90-1 -- Update to 3.29.90 - -* Thu Jul 12 2018 Fedora Release Engineering - 3.28.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Mar 14 2018 Kalev Lember - 3.28.0-1 -- Update to 3.28.0 - -* Mon Mar 05 2018 Kalev Lember - 3.27.90-1 -- Update to 3.27.90 - -* Wed Feb 07 2018 Fedora Release Engineering - 3.26.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Fri Dec 01 2017 Kalev Lember - 3.26.1-1 -- Update to 3.26.1 - -* Thu Sep 14 2017 Kalev Lember - 3.26.0-1 -- Update to 3.26.0 - -* Fri Aug 25 2017 Kalev Lember - 3.25.91-1 -- Update to 3.25.91 - -* Wed Jul 26 2017 Fedora Release Engineering - 3.25.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Jul 20 2017 Kalev Lember - 3.25.4-1 -- Update to 3.25.4 - -* Thu Jun 22 2017 Kalev Lember - 3.24.0-2 -- Add file triggers for gtk-update-icon-cache - -* Tue Mar 21 2017 Kalev Lember - 3.24.0-1 -- Update to 3.24.0 - -* Thu Mar 02 2017 David King - 3.23.91.1-1 -- Update to 3.23.91.1 - -* Fri Feb 10 2017 Fedora Release Engineering - 3.23.91-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 02 2017 David King - 3.23.91-1 -- Update to 3.23.91 -- Use make_build macro - -* Wed Sep 21 2016 Kalev Lember - 3.22.0-1 -- Update to 3.22.0 - -* Fri Sep 02 2016 Kalev Lember - 3.21.91-1 -- Update to 3.21.91 - -* Wed Jun 22 2016 Richard Hughes - 3.21.2-1 -- Update to 3.21.2 - -* Tue Mar 22 2016 Kalev Lember - 3.20-1 -- Update to 3.20 - -* Fri Mar 04 2016 Kalev Lember - 3.19.91-1 -- Update to 3.19.91 - -* Mon Feb 29 2016 Richard Hughes - 3.19.90-1 -- Update to 3.19.90 - -* Wed Feb 03 2016 Fedora Release Engineering - 3.18.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Sep 22 2015 Kalev Lember - 3.18.0-1 -- Update to 3.18.0 - -* Tue Jul 28 2015 Kalev Lember - 3.17.4-1 -- Update to 3.17.4 - -* Tue Jun 30 2015 Kalev Lember - 3.17.3-1 -- Update to 3.17.3 - -* Tue Jun 16 2015 Fedora Release Engineering - 3.16.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue May 12 2015 Kalev Lember - 3.16.2.1-1 -- Update to 3.16.2.1 -- Use license macro for COPYING files - -* Tue Mar 24 2015 Kalev Lember - 3.16.0-1 -- Update to 3.16.0 - -* Fri Mar 20 2015 MAtthias Clasen - 3.15.92-1 -- Update to 3.15.92 - -* Tue Mar 03 2015 Rex Dieter 3.15.90-2 -- own %%{_datadir}/icons/Adwaita/ - -* Fri Feb 13 2015 Richard Hughes - 3.15.90-1 -- Update to 3.15.90 - -* Thu Oct 30 2014 Richard Hughes - 3.15.1-1 -- Update to 3.15.1 - -* Tue Oct 28 2014 Kalev Lember - 3.14.0-3 -- Split out adwaita-cursor-theme subpackage for alternate desktop spins - (#1157324) - -* Tue Oct 28 2014 Kalev Lember - 3.14.0-2 -- Add bootstrap toggle for initial boostrapping when gtk3 is not yet built - -* Tue Sep 23 2014 Kalev Lember - 3.14.0-1 -- Update to 3.14.0 - -* Tue Sep 02 2014 Kalev Lember - 3.13.91-1 -- Update to 3.13.91 - -* Sun Aug 17 2014 Kalev Lember - 3.13.5-1 -- Update to 3.13.5 - -* Mon Jul 14 2014 Kalev Lember - 3.13.4-1 -- Update to 3.13.4 - -* Thu Jun 26 2014 Richard Hughes - 3.13.3-1 -- Update to 3.13.3 - -* Sat Jun 07 2014 Fedora Release Engineering - 3.13.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Jun 02 2014 Kalev Lember - 3.13.2-1 -- Update to 3.13.2 - -* Wed May 07 2014 Kalev Lember - 3.13.1-2 -- Replace adwaita-cursor-theme subpackage from gnome-themes-standard - -* Mon Apr 28 2014 Kalev Lember - 3.13.1-1 -- Initial Fedora packaging +%autochangelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..fc9fbb2 --- /dev/null +++ b/changelog @@ -0,0 +1,317 @@ +* Mon Sep 15 2025 Michael Catanzaro - 49.0-1 +- Update to 49.0 + +* Thu Sep 04 2025 Michael Catanzaro - 49~rc-1 +- Update to 49.rc + +* Wed Jul 23 2025 Fedora Release Engineering - 48.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Wed Jun 18 2025 Carlos Garnacho - 48.1-1 +- Update to 48.1 + +* Tue Mar 25 2025 Tomas Popela - 48.0-2 +- Only require the legacy icon theme on Fedora + +* Mon Mar 17 2025 nmontero - 48.0-1 +- Update to 48.0 + +* Thu Mar 06 2025 Fabio Valentini - 48~beta-1 +- Update to 48.beta + +* Thu Jan 16 2025 Fedora Release Engineering - 47.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Mon Sep 16 2024 nmontero - 47.0-1 +- Update to 47.0 + +* Mon Aug 12 2024 David King - 47~beta-1 +- Update to 47.beta + +* Wed Jul 17 2024 Fedora Release Engineering - 46.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Wed May 29 2024 Neal Gompa - 46.2-2 +- Add missing dependency on AdwaitaLegacy icon theme + +* Tue May 28 2024 David King - 46.2-1 +- Update to 46.2 + +* Tue Mar 19 2024 David King - 46.0-1 +- Update to 46.0 + +* Mon Mar 04 2024 David King - 46~rc-1 +- Update to 46.rc + +* Mon Feb 19 2024 Kalev Lember - 46~beta-2 +- Backport upstream patch to reinstate symlinks for X11 cursor names + (rhbz#2264635) + +* Wed Feb 14 2024 David King - 46~beta-1 +- Update to 46.beta + +* Mon Jan 22 2024 Fedora Release Engineering - 46~alpha-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 David King - 46~alpha-1 +- Update to 46.alpha + +* Fri Jan 19 2024 Fedora Release Engineering - 45.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Sep 20 2023 Kalev Lember - 45.0-1 +- Update to 45.0 + +* Tue Sep 05 2023 Kalev Lember - 45~rc-1 +- Update to 45.rc + +* Wed Jul 19 2023 Fedora Release Engineering - 45~beta-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sun Jul 16 2023 David King - 45~beta-1 +- Update to 45.beta + +* Mon Mar 20 2023 David King - 44.0-1 +- Update to 44.0 + +* Fri Feb 17 2023 David King - 44~beta-1 +- Update to 44.beta + +* Wed Jan 18 2023 Fedora Release Engineering - 43-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Sep 20 2022 Kalev Lember - 43-1 +- Update to 43 + +* Mon Aug 08 2022 Kalev Lember - 43~beta.1-1 +- Update to 43.beta.1 + +* Wed Jul 20 2022 Fedora Release Engineering - 42.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Mar 21 2022 David King - 42.0-1 +- Update to 42.0 + +* Wed Feb 16 2022 David King - 42~beta-1 +- Update to 42.beta + +* Wed Jan 19 2022 Fedora Release Engineering - 41.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Sep 13 2021 Kalev Lember - 41.0-1 +- Update to 41.0 + +* Wed Jul 21 2021 Fedora Release Engineering - 40.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed May 05 2021 Kalev Lember - 40.1.1-1 +- Update to 40.1.1 + +* Fri Apr 16 2021 Kalev Lember - 40.0-2 +- Rebuilt + +* Fri Apr 16 2021 Kalev Lember - 40.0-1 +- Update to 40.0 +- Update upstream URLs + +* Wed Mar 17 2021 Bastien Nocera - 40.0~rc-1 ++ adwaita-icon-theme-40.0~rc-1 +- Update to 40.rc + +* Mon Jan 25 2021 Fedora Release Engineering - 3.38.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Sep 14 2020 Kalev Lember - 3.38.0-1 +- Update to 3.38.0 + +* Tue Sep 01 2020 Kalev Lember - 3.37.92-1 +- Update to 3.37.92 + +* Mon Jul 27 2020 Fedora Release Engineering - 3.37.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 04 2020 Kalev Lember - 3.37.2-1 +- Update to 3.37.2 + +* Mon Apr 20 2020 Kalev Lember - 3.36.1-1 +- Update to 3.36.1 + +* Sun Mar 08 2020 Kalev Lember - 3.36.0-1 +- Update to 3.36.0 + +* Mon Mar 02 2020 Kalev Lember - 3.35.92-1 +- Update to 3.35.92 + +* Mon Feb 17 2020 Kalev Lember - 3.35.91-1 +- Update to 3.35.91 + +* Tue Jan 28 2020 Fedora Release Engineering - 3.34.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Nov 08 2019 Kalev Lember - 3.34.3-1 +- Update to 3.34.3 + +* Wed Nov 06 2019 Kalev Lember - 3.34.1-2 +- Backport a fix to make folder-documents icon visible again + +* Tue Nov 05 2019 Kalev Lember - 3.34.1-1 +- Update to 3.34.1 + +* Thu Sep 12 2019 Kalev Lember - 3.34.0-1 +- Update to 3.34.0 + +* Fri Sep 06 2019 Kalev Lember - 3.33.92-1 +- Update to 3.33.92 + +* Wed Jul 24 2019 Fedora Release Engineering - 3.32.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Mar 18 2019 Kalev Lember - 3.32.0-1 +- Update to 3.32.0 + +* Tue Feb 19 2019 Kalev Lember - 3.31.91-1 +- Update to 3.31.91 + +* Fri Feb 08 2019 Kalev Lember - 3.31.1-3.git03eae76 +- Update to today's git snapshot + +* Thu Jan 31 2019 Fedora Release Engineering - 3.31.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Nov 20 2018 Kalev Lember - 3.31.1-1 +- Update to 3.31.1 + +* Thu Sep 06 2018 Kalev Lember - 3.30.0-1 +- Update to 3.30.0 + +* Mon Aug 13 2018 Kalev Lember - 3.29.90-1 +- Update to 3.29.90 + +* Thu Jul 12 2018 Fedora Release Engineering - 3.28.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Mar 14 2018 Kalev Lember - 3.28.0-1 +- Update to 3.28.0 + +* Mon Mar 05 2018 Kalev Lember - 3.27.90-1 +- Update to 3.27.90 + +* Wed Feb 07 2018 Fedora Release Engineering - 3.26.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Dec 01 2017 Kalev Lember - 3.26.1-1 +- Update to 3.26.1 + +* Thu Sep 14 2017 Kalev Lember - 3.26.0-1 +- Update to 3.26.0 + +* Fri Aug 25 2017 Kalev Lember - 3.25.91-1 +- Update to 3.25.91 + +* Wed Jul 26 2017 Fedora Release Engineering - 3.25.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jul 20 2017 Kalev Lember - 3.25.4-1 +- Update to 3.25.4 + +* Thu Jun 22 2017 Kalev Lember - 3.24.0-2 +- Add file triggers for gtk-update-icon-cache + +* Tue Mar 21 2017 Kalev Lember - 3.24.0-1 +- Update to 3.24.0 + +* Thu Mar 02 2017 David King - 3.23.91.1-1 +- Update to 3.23.91.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 3.23.91-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 02 2017 David King - 3.23.91-1 +- Update to 3.23.91 +- Use make_build macro + +* Wed Sep 21 2016 Kalev Lember - 3.22.0-1 +- Update to 3.22.0 + +* Fri Sep 02 2016 Kalev Lember - 3.21.91-1 +- Update to 3.21.91 + +* Wed Jun 22 2016 Richard Hughes - 3.21.2-1 +- Update to 3.21.2 + +* Tue Mar 22 2016 Kalev Lember - 3.20-1 +- Update to 3.20 + +* Fri Mar 04 2016 Kalev Lember - 3.19.91-1 +- Update to 3.19.91 + +* Mon Feb 29 2016 Richard Hughes - 3.19.90-1 +- Update to 3.19.90 + +* Wed Feb 03 2016 Fedora Release Engineering - 3.18.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Sep 22 2015 Kalev Lember - 3.18.0-1 +- Update to 3.18.0 + +* Tue Jul 28 2015 Kalev Lember - 3.17.4-1 +- Update to 3.17.4 + +* Tue Jun 30 2015 Kalev Lember - 3.17.3-1 +- Update to 3.17.3 + +* Tue Jun 16 2015 Fedora Release Engineering - 3.16.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue May 12 2015 Kalev Lember - 3.16.2.1-1 +- Update to 3.16.2.1 +- Use license macro for COPYING files + +* Tue Mar 24 2015 Kalev Lember - 3.16.0-1 +- Update to 3.16.0 + +* Fri Mar 20 2015 MAtthias Clasen - 3.15.92-1 +- Update to 3.15.92 + +* Tue Mar 03 2015 Rex Dieter 3.15.90-2 +- own %{_datadir}/icons/Adwaita/ + +* Fri Feb 13 2015 Richard Hughes - 3.15.90-1 +- Update to 3.15.90 + +* Thu Oct 30 2014 Richard Hughes - 3.15.1-1 +- Update to 3.15.1 + +* Tue Oct 28 2014 Kalev Lember - 3.14.0-3 +- Split out adwaita-cursor-theme subpackage for alternate desktop spins + (#1157324) + +* Tue Oct 28 2014 Kalev Lember - 3.14.0-2 +- Add bootstrap toggle for initial boostrapping when gtk3 is not yet built + +* Tue Sep 23 2014 Kalev Lember - 3.14.0-1 +- Update to 3.14.0 + +* Tue Sep 02 2014 Kalev Lember - 3.13.91-1 +- Update to 3.13.91 + +* Sun Aug 17 2014 Kalev Lember - 3.13.5-1 +- Update to 3.13.5 + +* Mon Jul 14 2014 Kalev Lember - 3.13.4-1 +- Update to 3.13.4 + +* Thu Jun 26 2014 Richard Hughes - 3.13.3-1 +- Update to 3.13.3 + +* Sat Jun 07 2014 Fedora Release Engineering - 3.13.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Jun 02 2014 Kalev Lember - 3.13.2-1 +- Update to 3.13.2 + +* Wed May 07 2014 Kalev Lember - 3.13.1-2 +- Replace adwaita-cursor-theme subpackage from gnome-themes-standard + +* Mon Apr 28 2014 Kalev Lember - 3.13.1-1 +- Initial Fedora packaging From 1c28bb0d37c78ec3e4f776f5830a571e879d2d2f Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sat, 15 Nov 2025 00:02:44 +0100 Subject: [PATCH 09/10] Restore escaped RPM macros in 'changelog' file The %autochangelog documentation was wrong about not escaping RPM macros in the 'changelog' file [1]. This reverts parts of commit a8fc7b4da12cfa75df8c87a54fc370457e2f46a9. [1] https://docs.pagure.org/fedora-infra.rpmautospec/autochangelog.html https://fedora-infra.github.io/rpmautospec-docs/autochangelog.html https://github.com/fedora-infra/rpmautospec/issues/360 [skip changelog] --- changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog b/changelog index fc9fbb2..97c1739 100644 --- a/changelog +++ b/changelog @@ -274,7 +274,7 @@ - Update to 3.15.92 * Tue Mar 03 2015 Rex Dieter 3.15.90-2 -- own %{_datadir}/icons/Adwaita/ +- own %%{_datadir}/icons/Adwaita/ * Fri Feb 13 2015 Richard Hughes - 3.15.90-1 - Update to 3.15.90 From 2ab7076f8bd5249143ce186f044e71e94ff422a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:29:20 +0000 Subject: [PATCH 10/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild