From 7e6fbb2c672f65bb79600373960c8e6fd74d0aaf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:35:00 +0000 Subject: [PATCH 01/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index 68f9df0..172d23a 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -47,6 +47,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Aug 28 2020 Bob Hepple - 0.1.1-4 - rebuilt From 91e62692c6e2241ad84294454b71be84fe7b5e3d Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Fri, 21 May 2021 14:03:31 +1000 Subject: [PATCH 02/14] New version Signed-off-by: Bob Hepple --- .gitignore | 1 + sources | 2 +- wlr-sunclock-remove-X-linker-option.patch | 10 ---------- wlr-sunclock.spec | 12 ++++++------ 4 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 wlr-sunclock-remove-X-linker-option.patch diff --git a/.gitignore b/.gitignore index ee9b663..a2410df 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wlr-sunclock-0.1.1.tar.gz +/wlr-sunclock-1.0.0.tar.gz diff --git a/sources b/sources index b0f48c5..8c551c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wlr-sunclock-0.1.1.tar.gz) = a7ea5e03c768f95b6b5e1791c06050364950164208e04e9ec76de78157dcfbf76e85e72659efa7e7cbe1c43293d51029217115e3604cd10991905004460998c1 +SHA512 (wlr-sunclock-1.0.0.tar.gz) = 7e1c83df06c85854bfda7c2ad8b4e78d71fa8150a7b7d6a0f46a14e919aa1dd3978373dd6abba66e609dbc558c37e91355b734484bf30917203b593e87fdcf6a diff --git a/wlr-sunclock-remove-X-linker-option.patch b/wlr-sunclock-remove-X-linker-option.patch deleted file mode 100644 index 294d879..0000000 --- a/wlr-sunclock-remove-X-linker-option.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -ruN wlr-sunclock-0.1.1-orig/meson.build wlr-sunclock-0.1.1/meson.build ---- wlr-sunclock-0.1.1-orig/meson.build 2020-08-08 02:40:10.000000000 +1000 -+++ wlr-sunclock-0.1.1/meson.build 2020-08-29 09:27:30.761829876 +1000 -@@ -29,5 +29,5 @@ - gtk_layer_shell, - ], - install: true, -- link_args: ['-X', '-lm'], -+ link_args: ['-lm'], - ) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index 172d23a..0bc946e 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -1,8 +1,8 @@ # -*-Mode: rpm-spec -*- Name: wlr-sunclock -Version: 0.1.1 -Release: 5%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -12,16 +12,13 @@ License: LGPLv3 and Public Domain URL: https://github.com/sentriz/wlr-sunclock Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -# build fails on aarch64 due to -X option; author suggests removing it: -# https://github.com/sentriz/wlr-sunclock/issues/6 -Patch0: wlr-sunclock-remove-X-linker-option.patch - BuildRequires: gcc BuildRequires: meson BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel BuildRequires: pkgconfig(gtk+-wayland-3.0) BuildRequires: pkgconfig(gtk-layer-shell-0) +BuildRequires: librsvg2-devel %description @@ -47,6 +44,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Fri May 21 2021 Bob Hepple - 1.0.0-1 +- new version + * Wed Jan 27 2021 Fedora Release Engineering - 0.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From e73c324fd6e49d037d508e5785d677eed9696b06 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:02:18 +0000 Subject: [PATCH 03/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index 0bc946e..d6d883d 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -44,6 +44,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri May 21 2021 Bob Hepple - 1.0.0-1 - new version From 667be4128c3f8798ec9da785eac6fa40c3876656 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:34:01 +0000 Subject: [PATCH 04/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index d6d883d..4727fb9 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -44,6 +44,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 728230abaa7139b4632f1b138f280e7a3e8f0580 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:31:29 +0000 Subject: [PATCH 05/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index 4727fb9..f347a37 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -44,6 +44,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 38862b9eb5c5f94c24c42faae45e237b3e3b40a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:54:12 +0000 Subject: [PATCH 06/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index f347a37..3e2a1fc 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -44,6 +44,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 11210e64a37938d59f1cd0c9dee00ebff98cd477 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:17:12 +0000 Subject: [PATCH 07/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index 3e2a1fc..f9a5624 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -44,6 +44,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 2ffd2cbd6e6aa2db71ed376910e7484ced92b031 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:57:47 +0000 Subject: [PATCH 08/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index f9a5624..7419f6d 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -44,6 +44,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 8882760268e868d82799d62ec67f8f93b657a1d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:26:38 +0000 Subject: [PATCH 09/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index 7419f6d..fe0d003 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -44,6 +44,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From d80cfe80b6f74d4a9ce651cd51e4662076f498f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 19 Sep 2024 05:53:11 +0000 Subject: [PATCH 10/14] Migrate to SPDX license (temporary ids) This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 Note that this is an SPDX identifier, but it still needs to be migrated to the proper identifiers in the fedora-license-data set. Please follow https://docs.fedoraproject.org/en-US/legal/update-existing-packages/#_public_domain If there will be no comments in two weeks, I will merge this. --- wlr-sunclock.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index fe0d003..e646b58 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -7,7 +7,8 @@ Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. # Otherwise it's LGPLv3. -License: LGPLv3 and Public Domain +# Automatically converted from old format: LGPLv3 and Public Domain - review is highly recommended. +License: LGPL-3.0-only AND LicenseRef-Callaway-Public-Domain URL: https://github.com/sentriz/wlr-sunclock Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz From 6b2018aeb247ed55c47a3a5a7619b3adaa022187 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:08:15 +0000 Subject: [PATCH 11/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index e646b58..5b76417 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -45,6 +45,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From ee7db9aa873d6451534e01962f9f7ab27189ad64 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:28:49 +0000 Subject: [PATCH 12/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index 5b76417..52aad3a 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -45,6 +45,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From d81af7ca0604ca390740b0273531f6413e51879c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:18:02 +0000 Subject: [PATCH 13/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index 52aad3a..12f9907 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -45,6 +45,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From ddde93f7d5f621f122f6e84c082dcd1856708f4e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:52:04 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wlr-sunclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wlr-sunclock.spec b/wlr-sunclock.spec index 12f9907..e2c8cc7 100644 --- a/wlr-sunclock.spec +++ b/wlr-sunclock.spec @@ -2,7 +2,7 @@ Name: wlr-sunclock Version: 1.0.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Show the sun's shadows on earth # src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain. @@ -45,6 +45,9 @@ desktop, behind your windows. %license LICENCE %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild