From 99d83fc6728b98a32d351da2f8526e1fa58528a2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 21:27:49 +0000 Subject: [PATCH 01/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 c8f5369..befe9d6 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -5,7 +5,7 @@ Name: adwaita-icon-theme Version: 43 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adwaita icon theme License: LGPLv3+ or CC-BY-SA @@ -88,6 +88,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 From 0f438596c2757ec57fec17e431ba3692764e77d0 Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 17 Feb 2023 16:21:18 +0000 Subject: [PATCH 02/30] Update to 44.beta --- .gitignore | 1 + adwaita-icon-theme.spec | 24 +++++++++--------------- sources | 2 +- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index da3a7d5..59bdc2b 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /adwaita-icon-theme-42.0.tar.xz /adwaita-icon-theme-43.beta.1.tar.xz /adwaita-icon-theme-43.tar.xz +/adwaita-icon-theme-44.beta.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index befe9d6..54facf1 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -4,13 +4,13 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 43 -Release: 2%{?dist} +Version: 44~beta +Release: 1%{?dist} Summary: Adwaita icon theme -License: LGPLv3+ or CC-BY-SA +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/adwaita-icon-theme/43/%{name}-%{tarball_version}.tar.xz +Source0: https://download.gnome.org/sources/adwaita-icon-theme/44/%{name}-%{tarball_version}.tar.xz BuildArch: noarch @@ -62,20 +62,11 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %files %license COPYING* %dir %{_datadir}/icons/Adwaita/ -%{_datadir}/icons/Adwaita/8x8/ %{_datadir}/icons/Adwaita/16x16/ -%{_datadir}/icons/Adwaita/22x22/ -%{_datadir}/icons/Adwaita/24x24/ %{_datadir}/icons/Adwaita/32x32/ -%{_datadir}/icons/Adwaita/48x48/ -%if ! 0%{bootstrap} -%{_datadir}/icons/Adwaita/64x64/ -%{_datadir}/icons/Adwaita/96x96/ -%endif -%{_datadir}/icons/Adwaita/256x256/ -%{_datadir}/icons/Adwaita/512x512/ %{_datadir}/icons/Adwaita/scalable/ -%{_datadir}/icons/Adwaita/scalable-up-to-32/ +%{_datadir}/icons/Adwaita/symbolic/ +%{_datadir}/icons/Adwaita/symbolic-up-to-32/ %{_datadir}/icons/Adwaita/index.theme %ghost %{_datadir}/icons/Adwaita/icon-theme.cache @@ -88,6 +79,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index 6edd529..2a7509b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-43.tar.xz) = fe0c186c2dbe87ccf2373bde1bc5ab658e8cd64bf0e5a3b9cd1117d5c1bf2ef5cc83b76b7fae54fde1566a07b572d8bb9441f437e44813338195e191dbb2a021 +SHA512 (adwaita-icon-theme-44.beta.tar.xz) = 21080db228d0e75709e3163c09042f8f72c2c85cb903a993ff446ba2f668a0b6d5267adde9bbb002dabb44164bd7a0835be3af92850a94ae4737a772430bea3e From c4a92e78d45ccd93fe0dd27935d74606daa3846b Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 20 Mar 2023 14:24:39 +0000 Subject: [PATCH 03/30] Update to 44.0 --- .gitignore | 1 + adwaita-icon-theme.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 59bdc2b..cfa7817 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /adwaita-icon-theme-43.beta.1.tar.xz /adwaita-icon-theme-43.tar.xz /adwaita-icon-theme-44.beta.tar.xz +/adwaita-icon-theme-44.0.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 54facf1..2f150c5 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -4,7 +4,7 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 44~beta +Version: 44.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 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 diff --git a/sources b/sources index 2a7509b..03721ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-44.beta.tar.xz) = 21080db228d0e75709e3163c09042f8f72c2c85cb903a993ff446ba2f668a0b6d5267adde9bbb002dabb44164bd7a0835be3af92850a94ae4737a772430bea3e +SHA512 (adwaita-icon-theme-44.0.tar.xz) = 987245be4e9118ea1d3d56f2829b03a311a29e58e99a51949f3592f0c57f0ce9fe8636215efcd7de2e25a3a005c6df91d780d69ddae1e59f3a5f2edcd0a502be From c05ffd864e91dd1913cd8e5fb866b18720295b0d Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 17 Jul 2023 08:33:56 +0100 Subject: [PATCH 04/30] Update to 45.beta --- .gitignore | 1 + adwaita-icon-theme.spec | 29 ++++++++++++----------------- sources | 2 +- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index cfa7817..3c75055 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /adwaita-icon-theme-43.tar.xz /adwaita-icon-theme-44.beta.tar.xz /adwaita-icon-theme-44.0.tar.xz +/adwaita-icon-theme-45.beta.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 2f150c5..6949552 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,25 +1,18 @@ -# Set boostrap to 1 for initial bootstrapping when gtk3 is not yet built -%global bootstrap 0 - %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 44.0 +Version: 45~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/adwaita-icon-theme/44/%{name}-%{tarball_version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/45/%{name}-%{tarball_version}.tar.xz BuildArch: noarch -BuildRequires: intltool -BuildRequires: librsvg2 -BuildRequires: make -%if ! 0%{bootstrap} -BuildRequires: /usr/bin/gtk-encode-symbolic-svg -%endif +BuildRequires: meson +BuildRequires: /usr/bin/gtk4-update-icon-cache Requires: adwaita-cursor-theme = %{version}-%{release} @@ -45,13 +38,13 @@ developing applications that use %{name}. %autosetup -p1 -n %{name}-%{tarball_version} %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install -touch $RPM_BUILD_ROOT%{_datadir}/icons/Adwaita/icon-theme.cache +touch $RPM_BUILD_ROOT%{_datadir}/icons/Adwaita/.icon-theme.cache %transfiletriggerin -- %{_datadir}/icons/Adwaita gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : @@ -63,12 +56,11 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %license COPYING* %dir %{_datadir}/icons/Adwaita/ %{_datadir}/icons/Adwaita/16x16/ -%{_datadir}/icons/Adwaita/32x32/ %{_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 +%ghost %{_datadir}/icons/Adwaita/.icon-theme.cache %files -n adwaita-cursor-theme %license COPYING* @@ -79,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index 03721ec..e0f88a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-44.0.tar.xz) = 987245be4e9118ea1d3d56f2829b03a311a29e58e99a51949f3592f0c57f0ce9fe8636215efcd7de2e25a3a005c6df91d780d69ddae1e59f3a5f2edcd0a502be +SHA512 (adwaita-icon-theme-45.beta.tar.xz) = 807251eeeeb14ebf01e6d5cda2fedac1ec46eb870eaca5e795be057960f183db79a0e65c187350e54887d705b38a22d28d89ee74ea20ed8ef335d5f8972b2788 From 8d80d0652c7e1b19b4c671a84a775f9b0c74a010 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 12:58:45 +0000 Subject: [PATCH 05/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 6949552..af24efa 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -2,7 +2,7 @@ Name: adwaita-icon-theme Version: 45~beta -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -71,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 From 1c09d260d0285fd1b2154d818abca31964947446 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 5 Sep 2023 15:13:15 +0200 Subject: [PATCH 06/30] Update to 45.rc --- .gitignore | 1 + adwaita-icon-theme.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c75055..e664563 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /adwaita-icon-theme-44.beta.tar.xz /adwaita-icon-theme-44.0.tar.xz /adwaita-icon-theme-45.beta.tar.xz +/adwaita-icon-theme-45.rc.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index af24efa..a6f60af 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,8 +1,8 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 45~beta -Release: 2%{?dist} +Version: 45~rc +Release: 1%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -71,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index e0f88a4..97c315d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-45.beta.tar.xz) = 807251eeeeb14ebf01e6d5cda2fedac1ec46eb870eaca5e795be057960f183db79a0e65c187350e54887d705b38a22d28d89ee74ea20ed8ef335d5f8972b2788 +SHA512 (adwaita-icon-theme-45.rc.tar.xz) = cd602f852a98f280bba3145164ec8ff452b8275d9b0add877caf676bc54c2941fd4233fc264d9d8861adffd946981e90d0504a43e0a29b421ef918fc9dabe59d From d1afa1f039e95dd94b5688c46ee43b6efa181b95 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 20 Sep 2023 12:17:30 +0200 Subject: [PATCH 07/30] Update to 45.0 --- .gitignore | 1 + adwaita-icon-theme.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e664563..89394f8 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /adwaita-icon-theme-44.0.tar.xz /adwaita-icon-theme-45.beta.tar.xz /adwaita-icon-theme-45.rc.tar.xz +/adwaita-icon-theme-45.0.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index a6f60af..474bd29 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,7 +1,7 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 45~rc +Version: 45.0 Release: 1%{?dist} Summary: Adwaita icon theme @@ -71,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index 97c315d..5d17fa9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-45.rc.tar.xz) = cd602f852a98f280bba3145164ec8ff452b8275d9b0add877caf676bc54c2941fd4233fc264d9d8861adffd946981e90d0504a43e0a29b421ef918fc9dabe59d +SHA512 (adwaita-icon-theme-45.0.tar.xz) = 0511acabb18cd8a07a53c5714d921b562a5d2ed5922d9922521b58d234518af7b9fd97d91e04d18d1a6c97d3a22fb555b8836288eba5ab7c5e9aa51807c2dbf4 From 0faee63ea7b52bb9f77dfba4bc6b01e25eb70697 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:19:30 +0000 Subject: [PATCH 08/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_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 474bd29..42104f3 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -2,7 +2,7 @@ Name: adwaita-icon-theme Version: 45.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -71,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 From 4969b6c330cd446c750661bfa61fea00ddc885b7 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 22 Jan 2024 08:49:40 +0000 Subject: [PATCH 09/30] Update to 46.alpha --- .gitignore | 1 + adwaita-icon-theme.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 89394f8..679a606 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /adwaita-icon-theme-45.beta.tar.xz /adwaita-icon-theme-45.rc.tar.xz /adwaita-icon-theme-45.0.tar.xz +/adwaita-icon-theme-46.alpha.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 42104f3..847c545 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,13 +1,13 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 45.0 -Release: 2%{?dist} +Version: 46~alpha +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}/45/%{name}-%{tarball_version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/46/%{name}-%{tarball_version}.tar.xz BuildArch: noarch @@ -71,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index 5d17fa9..d9a1a5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-45.0.tar.xz) = 0511acabb18cd8a07a53c5714d921b562a5d2ed5922d9922521b58d234518af7b9fd97d91e04d18d1a6c97d3a22fb555b8836288eba5ab7c5e9aa51807c2dbf4 +SHA512 (adwaita-icon-theme-46.alpha.tar.xz) = 31f3df47616febea2a207ff863e215d97439bdfddbfa933d8b573946f9d724e54712cd681b36fef14d68453f085fb18e9845fa690a3e89978133215c49876ec7 From 0ce2a69ac8f9eecb9eba3ea786d6d81c076510d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:44:16 +0000 Subject: [PATCH 10/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_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 847c545..fd41dfa 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -2,7 +2,7 @@ Name: adwaita-icon-theme Version: 46~alpha -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -71,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 From df4debe9059e73af410d3ec1c07157967e8a0a4a Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Feb 2024 17:02:48 +0000 Subject: [PATCH 11/30] Update to 46.beta --- .gitignore | 1 + adwaita-icon-theme.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 679a606..21491b5 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /adwaita-icon-theme-45.rc.tar.xz /adwaita-icon-theme-45.0.tar.xz /adwaita-icon-theme-46.alpha.tar.xz +/adwaita-icon-theme-46.beta.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index fd41dfa..91368c1 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,8 +1,8 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 46~alpha -Release: 2%{?dist} +Version: 46~beta +Release: 1%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -71,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index d9a1a5a..b499077 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-46.alpha.tar.xz) = 31f3df47616febea2a207ff863e215d97439bdfddbfa933d8b573946f9d724e54712cd681b36fef14d68453f085fb18e9845fa690a3e89978133215c49876ec7 +SHA512 (adwaita-icon-theme-46.beta.tar.xz) = d7676bee705ca9071daa7c528f91c1499f96892443b7c8f6e43db2d8c8931b5dda657ad0875565b3d985d5f579c58d6a862104f9e387a9525d7db8d526b1701d From b5527935d47201827701bd5468811844567014f2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 19 Feb 2024 17:34:23 +0100 Subject: [PATCH 12/30] Backport upstream patch to reinstate symlinks for X11 cursor names https://bugzilla.redhat.com/show_bug.cgi?id=2264635 --- ...symlinks-from-X11-cursor-names-to-cl.patch | 80 +++++++++++++++++++ adwaita-icon-theme.spec | 9 ++- 2 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch diff --git a/0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch b/0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch new file mode 100644 index 0000000..38277df --- /dev/null +++ b/0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch @@ -0,0 +1,80 @@ +From 6f64dc55dcaae24a14564494e24564a120cb4f33 Mon Sep 17 00:00:00 2001 +From: Simon McVittie +Date: Mon, 19 Feb 2024 10:37:23 +0000 +Subject: [PATCH] build: Reinstate symlinks from X11 cursor names to closest + CSS names + +Before commit 74e9b794 "cursors: only use gtk/css names", each cursor +was available under several names: the traditional/legacy X11 cursor +font name (which was treated as canonical), the CSS/freedesktop.org name +if any, and various other traditional/legacy names. + +Eliminating the non-CSS cursors such as dotbox doesn't mean we can't +still provide the traditional X11 cursor font names as aliases for the +CSS/freedesktop.org names (which are now treated as canonical). This +considerably improves interoperability with non-GTK toolkits and +applications, some of which have historically looked up cursors by their +X11 names: for example, Firefox before 123 and SDL before 2.30.1 +did this. + +The non-cursor-font-based aliases that were present in Adwaita 45 +(additional traditional/legacy names possibly originating from +Qt such as size_fdiag, and hash-based libXcursor names such as +c7088f0f3e6c8088236ef8e1e3e70000) have been excluded here, as requested +by Jakub Steiner in !65. + +Fixes: 74e9b794 "cursors: only use gtk/css names" +Resolves: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/278 +Signed-off-by: Simon McVittie +--- + meson.build | 33 ++++++++++++++++++++++++++++++++- + 1 file changed, 32 insertions(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index c67982998..77ba29e88 100644 +--- a/meson.build ++++ b/meson.build +@@ -43,8 +43,39 @@ else + exclude_files: win32_cursors, + install_tag : 'runtime', + ) +- cursor_symlinks = { } ++ cursor_symlinks = { ++ # Each one is of the form: ++ # 'css-name': ['x11-name', 'x11-name', ...], ++ ++ 'crosshair': ['cross', 'cross_reverse', 'diamond_cross', 'tcross'], ++ 'default': ['arrow', 'left_ptr', 'top_left_arrow'], ++ 'e-resize': ['right_side'], ++ 'ew-resize': ['sb_h_double_arrow'], ++ 'grab': ['hand1'], ++ 'help': ['question_arrow'], ++ 'n-resize': ['top_side'], ++ 'ne-resize': ['top_right_corner'], ++ 'nesw-resize': ['fd_double_arrow'], ++ 'ns-resize': ['sb_v_double_arrow'], ++ 'nw-resize': ['top_left_corner'], ++ 'nwse-resize': ['bd_double_arrow'], ++ 'pointer': ['hand2'], ++ 's-resize': ['bottom_side'], ++ 'se-resize': ['bottom_right_corner'], ++ 'sw-resize': ['bottom_left_corner'], ++ 'text': ['xterm'], ++ 'w-resize': ['left_side'], ++ 'wait': ['watch'], ++ ++ # Currently the move cursor is a 4-pointed arrow, but if its visual ++ # metaphor ever changes, this should probably become ++ # 'all-scroll': ['fleur'] as the next-closest equivalent. ++ 'move': ['fleur'], ++ } + foreach src, dests : cursor_symlinks ++ # This acts as an assertion that the src is a cursor that exists ++ files('Adwaita' / 'cursors' / src) ++ + foreach dest : dests + install_symlink( + dest, +-- +2.43.2 + diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 91368c1..135ad58 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -2,13 +2,16 @@ Name: adwaita-icon-theme Version: 46~beta -Release: 1%{?dist} +Release: 2%{?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}/46/%{name}-%{tarball_version}.tar.xz +# Backported from upstream +Patch: 0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch + BuildArch: noarch BuildRequires: meson @@ -71,6 +74,10 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 From b0f3d65bdd750d59b80d8dd41d2403313f8bd8ac Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 7 Mar 2024 16:55:33 +0000 Subject: [PATCH 13/30] Update to 46.rc --- .gitignore | 1 + ...symlinks-from-X11-cursor-names-to-cl.patch | 80 ------------------- adwaita-icon-theme.spec | 10 +-- sources | 2 +- 4 files changed, 7 insertions(+), 86 deletions(-) delete mode 100644 0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch diff --git a/.gitignore b/.gitignore index 21491b5..32b232f 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /adwaita-icon-theme-45.0.tar.xz /adwaita-icon-theme-46.alpha.tar.xz /adwaita-icon-theme-46.beta.tar.xz +/adwaita-icon-theme-46.rc.tar.xz diff --git a/0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch b/0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch deleted file mode 100644 index 38277df..0000000 --- a/0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch +++ /dev/null @@ -1,80 +0,0 @@ -From 6f64dc55dcaae24a14564494e24564a120cb4f33 Mon Sep 17 00:00:00 2001 -From: Simon McVittie -Date: Mon, 19 Feb 2024 10:37:23 +0000 -Subject: [PATCH] build: Reinstate symlinks from X11 cursor names to closest - CSS names - -Before commit 74e9b794 "cursors: only use gtk/css names", each cursor -was available under several names: the traditional/legacy X11 cursor -font name (which was treated as canonical), the CSS/freedesktop.org name -if any, and various other traditional/legacy names. - -Eliminating the non-CSS cursors such as dotbox doesn't mean we can't -still provide the traditional X11 cursor font names as aliases for the -CSS/freedesktop.org names (which are now treated as canonical). This -considerably improves interoperability with non-GTK toolkits and -applications, some of which have historically looked up cursors by their -X11 names: for example, Firefox before 123 and SDL before 2.30.1 -did this. - -The non-cursor-font-based aliases that were present in Adwaita 45 -(additional traditional/legacy names possibly originating from -Qt such as size_fdiag, and hash-based libXcursor names such as -c7088f0f3e6c8088236ef8e1e3e70000) have been excluded here, as requested -by Jakub Steiner in !65. - -Fixes: 74e9b794 "cursors: only use gtk/css names" -Resolves: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/278 -Signed-off-by: Simon McVittie ---- - meson.build | 33 ++++++++++++++++++++++++++++++++- - 1 file changed, 32 insertions(+), 1 deletion(-) - -diff --git a/meson.build b/meson.build -index c67982998..77ba29e88 100644 ---- a/meson.build -+++ b/meson.build -@@ -43,8 +43,39 @@ else - exclude_files: win32_cursors, - install_tag : 'runtime', - ) -- cursor_symlinks = { } -+ cursor_symlinks = { -+ # Each one is of the form: -+ # 'css-name': ['x11-name', 'x11-name', ...], -+ -+ 'crosshair': ['cross', 'cross_reverse', 'diamond_cross', 'tcross'], -+ 'default': ['arrow', 'left_ptr', 'top_left_arrow'], -+ 'e-resize': ['right_side'], -+ 'ew-resize': ['sb_h_double_arrow'], -+ 'grab': ['hand1'], -+ 'help': ['question_arrow'], -+ 'n-resize': ['top_side'], -+ 'ne-resize': ['top_right_corner'], -+ 'nesw-resize': ['fd_double_arrow'], -+ 'ns-resize': ['sb_v_double_arrow'], -+ 'nw-resize': ['top_left_corner'], -+ 'nwse-resize': ['bd_double_arrow'], -+ 'pointer': ['hand2'], -+ 's-resize': ['bottom_side'], -+ 'se-resize': ['bottom_right_corner'], -+ 'sw-resize': ['bottom_left_corner'], -+ 'text': ['xterm'], -+ 'w-resize': ['left_side'], -+ 'wait': ['watch'], -+ -+ # Currently the move cursor is a 4-pointed arrow, but if its visual -+ # metaphor ever changes, this should probably become -+ # 'all-scroll': ['fleur'] as the next-closest equivalent. -+ 'move': ['fleur'], -+ } - foreach src, dests : cursor_symlinks -+ # This acts as an assertion that the src is a cursor that exists -+ files('Adwaita' / 'cursors' / src) -+ - foreach dest : dests - install_symlink( - dest, --- -2.43.2 - diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 135ad58..34ef2ee 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,17 +1,14 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 46~beta -Release: 2%{?dist} +Version: 46~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}/46/%{name}-%{tarball_version}.tar.xz -# Backported from upstream -Patch: 0001-build-Reinstate-symlinks-from-X11-cursor-names-to-cl.patch - BuildArch: noarch BuildRequires: meson @@ -74,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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) diff --git a/sources b/sources index b499077..edea639 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-46.beta.tar.xz) = d7676bee705ca9071daa7c528f91c1499f96892443b7c8f6e43db2d8c8931b5dda657ad0875565b3d985d5f579c58d6a862104f9e387a9525d7db8d526b1701d +SHA512 (adwaita-icon-theme-46.rc.tar.xz) = 093d4ceb78c092000cb3f8c4da56eefd0bf1b121986e791e0f2ff60c5826bed9a99bdedb36c6ac3dc024b2710193b08b297864edd7f26a3868294e314741a947 From 8ff112359c9300af6d94d0d7005edfcc5f8503d4 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 19 Mar 2024 19:41:22 +0000 Subject: [PATCH 14/30] Update to 46.0 --- .gitignore | 1 + adwaita-icon-theme.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 32b232f..6144402 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /adwaita-icon-theme-46.alpha.tar.xz /adwaita-icon-theme-46.beta.tar.xz /adwaita-icon-theme-46.rc.tar.xz +/adwaita-icon-theme-46.0.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 34ef2ee..4f6a45b 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,7 +1,7 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 46~rc +Version: 46.0 Release: 1%{?dist} Summary: Adwaita icon theme @@ -71,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index edea639..36274f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-46.rc.tar.xz) = 093d4ceb78c092000cb3f8c4da56eefd0bf1b121986e791e0f2ff60c5826bed9a99bdedb36c6ac3dc024b2710193b08b297864edd7f26a3868294e314741a947 +SHA512 (adwaita-icon-theme-46.0.tar.xz) = a497110a0fbbbb0a7a241842a50666f3b9a874be72dfbb462782126d74a3ae98720e749c3912087679fa971707fedfcac00150973e79a3edaf79355255db6e17 From dacfb58f9d44a746fc01dea067776fa2c11d0af8 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 28 May 2024 08:17:37 +0100 Subject: [PATCH 15/30] Update to 46.2 --- .gitignore | 1 + adwaita-icon-theme.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6144402..98ca5f3 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /adwaita-icon-theme-46.beta.tar.xz /adwaita-icon-theme-46.rc.tar.xz /adwaita-icon-theme-46.0.tar.xz +/adwaita-icon-theme-46.2.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 4f6a45b..e017600 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,7 +1,7 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme -Version: 46.0 +Version: 46.2 Release: 1%{?dist} Summary: Adwaita icon theme @@ -71,6 +71,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index 36274f6..e98eb75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-46.0.tar.xz) = a497110a0fbbbb0a7a241842a50666f3b9a874be72dfbb462782126d74a3ae98720e749c3912087679fa971707fedfcac00150973e79a3edaf79355255db6e17 +SHA512 (adwaita-icon-theme-46.2.tar.xz) = dc4126038b3f7415bc14dc258a7a7a449ae3c12ce635d26e40bea335a410e21ac434a00fc09c897b66d8a1acff58b900611d491cd338c70ddfa2cc8ec2f76a6e From ce37fccdd4cd305084301023b9777e273a8c3228 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 29 May 2024 21:05:16 -0400 Subject: [PATCH 16/30] Add missing dependency on AdwaitaLegacy icon theme --- adwaita-icon-theme.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index e017600..29e3edd 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,8 +1,10 @@ +%global adwlegacy_ver 46.2 + %global tarball_version %%(echo %{version} | tr '~' '.') Name: adwaita-icon-theme Version: 46.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -14,6 +16,7 @@ BuildArch: noarch BuildRequires: meson BuildRequires: /usr/bin/gtk4-update-icon-cache +Requires: %{name}-legacy >= %{adwlegacy_ver} Requires: adwaita-cursor-theme = %{version}-%{release} %description @@ -28,6 +31,7 @@ designed for the GNOME desktop. %package devel Summary: Development files for %{name} +Requires: %{name}-legacy-devel >= %{adwlegacy_ver} Requires: %{name} = %{version}-%{release} %description devel @@ -71,6 +75,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 From 1c694888de08839e1141febaa8fbb7d5f24292ff Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:40:23 +0000 Subject: [PATCH 17/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_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 29e3edd..fb6da56 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -4,7 +4,7 @@ Name: adwaita-icon-theme Version: 46.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -75,6 +75,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 From 3aa5d5b18a4b769ceba7c49c63356f9e014d9170 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 12 Aug 2024 17:28:40 +0100 Subject: [PATCH 18/30] Update to 47.beta --- .gitignore | 1 + adwaita-icon-theme.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 98ca5f3..bddd6dd 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /adwaita-icon-theme-46.rc.tar.xz /adwaita-icon-theme-46.0.tar.xz /adwaita-icon-theme-46.2.tar.xz +/adwaita-icon-theme-47.beta.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index fb6da56..3c973a5 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: 46.2 -Release: 3%{?dist} +Version: 47~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}/46/%{name}-%{tarball_version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/47/%{name}-%{tarball_version}.tar.xz BuildArch: noarch @@ -75,6 +75,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index e98eb75..e297929 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-46.2.tar.xz) = dc4126038b3f7415bc14dc258a7a7a449ae3c12ce635d26e40bea335a410e21ac434a00fc09c897b66d8a1acff58b900611d491cd338c70ddfa2cc8ec2f76a6e +SHA512 (adwaita-icon-theme-47.beta.tar.xz) = a8e3cbc062b9da46279a5d10ae59cf0e1070052f805e9f0b63cb9ba0ba2c6c87dd734aa2672c12efcab591a712afd211c737b5169dedbdb37cbb90a7827696ea From ef8fef303180a331476e8d2f7ad1c021b745dab2 Mon Sep 17 00:00:00 2001 From: nmontero Date: Tue, 17 Sep 2024 11:34:16 +0200 Subject: [PATCH 19/30] Update to 47.0 --- .gitignore | 1 + adwaita-icon-theme.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bddd6dd..67d2a0c 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ /adwaita-icon-theme-46.0.tar.xz /adwaita-icon-theme-46.2.tar.xz /adwaita-icon-theme-47.beta.tar.xz +/adwaita-icon-theme-47.0.tar.xz diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 3c973a5..9cabe69 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: 47~beta +Version: 47.0 Release: 1%{?dist} Summary: Adwaita icon theme @@ -75,6 +75,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 diff --git a/sources b/sources index e297929..b8af596 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adwaita-icon-theme-47.beta.tar.xz) = a8e3cbc062b9da46279a5d10ae59cf0e1070052f805e9f0b63cb9ba0ba2c6c87dd734aa2672c12efcab591a712afd211c737b5169dedbdb37cbb90a7827696ea +SHA512 (adwaita-icon-theme-47.0.tar.xz) = 6ce983ac2ca16096c161a2ae737a6eeb531d3b4a4c584067c70a2d552ae42687986902f4a0fd48333cd33de5483a328f4d50e6541f2b2144fe0db25023dc86c3 From 35e08733d485298169355a45d446c923e745dcc0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:40:00 +0000 Subject: [PATCH 20/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_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 9cabe69..0fbefbe 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -4,7 +4,7 @@ Name: adwaita-icon-theme Version: 47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adwaita icon theme License: LGPL-3.0-only OR CC-BY-SA-3.0 @@ -75,6 +75,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || : %{_datadir}/pkgconfig/adwaita-icon-theme.pc %changelog +* 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 From cc2ac7a32b3531478702d28fa658329fba2d7132 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 6 Mar 2025 10:55:39 +0100 Subject: [PATCH 21/30] 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 22/30] 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 23/30] 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 24/30] 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 25/30] 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 26/30] 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 27/30] 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 28/30] 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 29/30] 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 30/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild