From aae9f502a2ded4f7a8c64231ffe5e71d7dd86c43 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:37:24 +0000 Subject: [PATCH 01/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index d07e7e2..e675e1c 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -39,6 +39,9 @@ Wayland. %license LICENSE %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Aug 09 2020 Bob Hepple - 0.10-1 - new version From b888432ff64cd273ef316b80f0d5a65ca811ad18 Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Mon, 8 Feb 2021 09:03:15 +1000 Subject: [PATCH 02/18] New version Signed-off-by: Bob Hepple --- .gitignore | 1 + sources | 2 +- wob.spec | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 220dd42..2073a7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /wob-0.8.tar.gz /wob-0.9.tar.gz /wob-0.10.tar.gz +/wob-0.11.tar.gz diff --git a/sources b/sources index cbeb5ba..f973de3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wob-0.10.tar.gz) = e6b210ca3910e7976aaedb502d42f40f27d29136edd497790123d631fd3a6a4423d6d766a8ad6fc404bf7b0d2d2bd287e80264fae2f995301725ba03288ec862 +SHA512 (wob-0.11.tar.gz) = 538d6a0aa756fa696e3caa326c6401f0b2fa9da4adbb4d519a01672bb23c9c1d6f8624a2416b5f6fb9f93bc94d13c2dc642a69835175bec11132031b7a0a0c01 diff --git a/wob.spec b/wob.spec index e675e1c..3c18a5f 100644 --- a/wob.spec +++ b/wob.spec @@ -1,8 +1,8 @@ # -*-Mode: rpm-spec-mode; -*- Name: wob -Version: 0.10 -Release: 2%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -39,8 +39,8 @@ Wayland. %license LICENSE %changelog -* Wed Jan 27 2021 Fedora Release Engineering - 0.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild +* Sun Feb 07 2021 Bob Hepple - 0.11-1 +- new version * Sun Aug 09 2020 Bob Hepple - 0.10-1 - new version From 291fe673df71d2b650b33f60882fc1bc55e4c8c0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:05:17 +0000 Subject: [PATCH 03/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index 3c18a5f..25d7bfe 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -39,6 +39,9 @@ Wayland. %license LICENSE %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sun Feb 07 2021 Bob Hepple - 0.11-1 - new version From d7684353343df6b3cfe7fbad12360e3442123562 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:37:13 +0000 Subject: [PATCH 04/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index 25d7bfe..ac4b9ed 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -39,6 +39,9 @@ Wayland. %license LICENSE %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.11-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From be7da69ea6da0d5e50ff0c84524c3187b6c6c50a Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Sun, 6 Mar 2022 10:09:12 +1000 Subject: [PATCH 05/18] New version 0.13 --- .gitignore | 1 + sources | 2 +- wob.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2073a7c..325c988 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /wob-0.9.tar.gz /wob-0.10.tar.gz /wob-0.11.tar.gz +/wob-0.13.tar.gz diff --git a/sources b/sources index f973de3..15f213d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wob-0.11.tar.gz) = 538d6a0aa756fa696e3caa326c6401f0b2fa9da4adbb4d519a01672bb23c9c1d6f8624a2416b5f6fb9f93bc94d13c2dc642a69835175bec11132031b7a0a0c01 +SHA512 (wob-0.13.tar.gz) = 5b42af924a2714cb015f6499b32aa09a9e0599f4754c2e8100013a07742fbe0954f7a43cb828286b3a55902bd11666096a5119dec706c7bae48cf0c49e681d07 diff --git a/wob.spec b/wob.spec index ac4b9ed..0825c6b 100644 --- a/wob.spec +++ b/wob.spec @@ -1,8 +1,8 @@ # -*-Mode: rpm-spec-mode; -*- Name: wob -Version: 0.11 -Release: 3%{?dist} +Version: 0.13 +Release: 1%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -39,6 +39,9 @@ Wayland. %license LICENSE %changelog +* Sun Mar 06 2022 Bob Hepple - 0.13-1 +- new version + * Sat Jan 22 2022 Fedora Release Engineering - 0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From b69f97d9a576f83d452b9cb9dd4289f0e8a79dc2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:34:34 +0000 Subject: [PATCH 06/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index 0825c6b..4ff6c82 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -39,6 +39,9 @@ Wayland. %license LICENSE %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sun Mar 06 2022 Bob Hepple - 0.13-1 - new version From 16a7f624b82f00b56735bd480abe6daf4ee0af48 Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Tue, 29 Nov 2022 12:56:06 +1000 Subject: [PATCH 07/18] New version Signed-off-by: Bob Hepple --- .gitignore | 1 + sources | 2 +- wob.spec | 13 ++++++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 325c988..cac2c0d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /wob-0.10.tar.gz /wob-0.11.tar.gz /wob-0.13.tar.gz +/wob-0.14.2.tar.gz diff --git a/sources b/sources index 15f213d..a7b5adc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wob-0.13.tar.gz) = 5b42af924a2714cb015f6499b32aa09a9e0599f4754c2e8100013a07742fbe0954f7a43cb828286b3a55902bd11666096a5119dec706c7bae48cf0c49e681d07 +SHA512 (wob-0.14.2.tar.gz) = 4c1ac41491720e9afb0cc776fda5f9714465a87de770d17248193913b3002708c2d412779d0a5d9eb9c118c77b753e057d1e22c96db190e4ce76b3c31ddac7d9 diff --git a/wob.spec b/wob.spec index 4ff6c82..cc12c2e 100644 --- a/wob.spec +++ b/wob.spec @@ -1,13 +1,13 @@ # -*-Mode: rpm-spec-mode; -*- Name: wob -Version: 0.13 -Release: 2%{?dist} +Version: 0.14.2 +Release: 1%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob -Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: meson @@ -15,6 +15,9 @@ BuildRequires: pkgconfig(libseccomp) BuildRequires: scdoc BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel +BuildRequires: inih-devel + +Requires: inih %description A lightweight overlay volume/backlight/progress/anything bar for @@ -35,10 +38,14 @@ Wayland. %doc README.md %{_mandir}/man1/%{name}.1.* +%{_mandir}/man5/%{name}.ini.5.* %license LICENSE %changelog +* Tue Nov 29 2022 Bob Hepple - 0.14.2-1 +- new version + * Sat Jul 23 2022 Fedora Release Engineering - 0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From a00f3d96a3692d5500371a503d24c26e9eb478e6 Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Tue, 29 Nov 2022 13:57:47 +1000 Subject: [PATCH 08/18] Add gpgverify Signed-off-by: Bob Hepple --- .gitignore | 2 ++ sources | 2 ++ wob.spec | 12 +++++++++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cac2c0d..fb140b9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /wob-0.11.tar.gz /wob-0.13.tar.gz /wob-0.14.2.tar.gz +/5C6DA024DDE27178073EA103F4B432D5D67990E3.gpg +/wob-0.14.2.tar.gz.sig diff --git a/sources b/sources index a7b5adc..22ddfe2 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ +SHA512 (5C6DA024DDE27178073EA103F4B432D5D67990E3.gpg) = d4848b6f59b6068af6cc53a9f0df17c382572e2aba31a2020ea635acc4e351e8fee6be1d0210274ea342ccffd182019ced0d45b789dd9570bad0656b75f75e4e SHA512 (wob-0.14.2.tar.gz) = 4c1ac41491720e9afb0cc776fda5f9714465a87de770d17248193913b3002708c2d412779d0a5d9eb9c118c77b753e057d1e22c96db190e4ce76b3c31ddac7d9 +SHA512 (wob-0.14.2.tar.gz.sig) = 537ebdc8eb34849384b9fc202df2f974a821051723c868da61325736d9d0637db76f8369f07ee6e81ddab697688029039d208ac73c3e9de045baaa9d937fe278 diff --git a/wob.spec b/wob.spec index cc12c2e..b767970 100644 --- a/wob.spec +++ b/wob.spec @@ -2,12 +2,18 @@ Name: wob Version: 0.14.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz +Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz.sig +# francma publishes their public keys on github as +# wget https://keys.openpgp.org/vks/v1/by-fingerprint/5C6DA024DDE27178073EA103F4B432D5D67990E3 +# gpg --import ~/tmp/5C6DA024DDE27178073EA103F4B432D5D67990E3.asc +# gpg2 --export --export-options export-minimal 5C6DA024DDE27178073EA103F4B432D5D67990E3 > 5C6DA024DDE27178073EA103F4B432D5D67990E3.gpg +Source2: 5C6DA024DDE27178073EA103F4B432D5D67990E3.gpg BuildRequires: gcc BuildRequires: meson @@ -24,6 +30,7 @@ A lightweight overlay volume/backlight/progress/anything bar for Wayland. %prep +%gpgverify -k 2 -s 1 -d 0 %autosetup %build @@ -43,6 +50,9 @@ Wayland. %license LICENSE %changelog +* Tue Nov 29 2022 Bob Hepple - 0.14.2-2 +- added gpg keys + * Tue Nov 29 2022 Bob Hepple - 0.14.2-1 - new version From 406cd588aa439de56acdf566f655fb28074ae9d2 Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Tue, 29 Nov 2022 14:07:34 +1000 Subject: [PATCH 09/18] Add buildrequires: gpg2 Signed-off-by: Bob Hepple --- wob.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wob.spec b/wob.spec index b767970..2d050ea 100644 --- a/wob.spec +++ b/wob.spec @@ -16,6 +16,7 @@ Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz.sig Source2: 5C6DA024DDE27178073EA103F4B432D5D67990E3.gpg BuildRequires: gcc +BuildRequires: gnupg2 BuildRequires: meson BuildRequires: pkgconfig(libseccomp) BuildRequires: scdoc From a89a7ac6ce711a3c176ce09d7a13267529200b9b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:56:41 +0000 Subject: [PATCH 10/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index 2d050ea..3843c87 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.14.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -51,6 +51,9 @@ Wayland. %license LICENSE %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.14.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Nov 29 2022 Bob Hepple - 0.14.2-2 - added gpg keys From a46c7c83a9ef0e2b7589a025041a358ad842f5d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:19:32 +0000 Subject: [PATCH 11/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index 3843c87..e6da119 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.14.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -51,6 +51,9 @@ Wayland. %license LICENSE %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.14.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.14.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From d20f96b672e6ab57ea5507c501bdbb65cb83ce65 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:02:09 +0000 Subject: [PATCH 12/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index e6da119..67ed8f5 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.14.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -51,6 +51,9 @@ Wayland. %license LICENSE %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.14.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.14.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From c91514220b02bf50f8a8e32cf917eb24e4a99f1b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:29:26 +0000 Subject: [PATCH 13/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index 67ed8f5..096651b 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.14.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -51,6 +51,9 @@ Wayland. %license LICENSE %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.14.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.14.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 3e7cc2f38ee676f19ff8d1369834d6b73567d969 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Sat, 21 Dec 2024 12:52:04 -0800 Subject: [PATCH 14/18] Update to upstream version 0.15.1 New build dependency libcmocka-devel is required for building tests. --- .gitignore | 2 ++ sources | 4 ++-- wob.spec | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fb140b9..8ed801e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ /wob-0.14.2.tar.gz /5C6DA024DDE27178073EA103F4B432D5D67990E3.gpg /wob-0.14.2.tar.gz.sig +/wob-0.15.1.tar.gz +/wob-0.15.1.tar.gz.sig diff --git a/sources b/sources index 22ddfe2..2c60ac3 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (5C6DA024DDE27178073EA103F4B432D5D67990E3.gpg) = d4848b6f59b6068af6cc53a9f0df17c382572e2aba31a2020ea635acc4e351e8fee6be1d0210274ea342ccffd182019ced0d45b789dd9570bad0656b75f75e4e -SHA512 (wob-0.14.2.tar.gz) = 4c1ac41491720e9afb0cc776fda5f9714465a87de770d17248193913b3002708c2d412779d0a5d9eb9c118c77b753e057d1e22c96db190e4ce76b3c31ddac7d9 -SHA512 (wob-0.14.2.tar.gz.sig) = 537ebdc8eb34849384b9fc202df2f974a821051723c868da61325736d9d0637db76f8369f07ee6e81ddab697688029039d208ac73c3e9de045baaa9d937fe278 +SHA512 (wob-0.15.1.tar.gz) = 1b09cf11d44bba68c5bb106970838e0f4b8c6a6c3bd7e4a0346b7b5f56d47a3d14b3c38caefaf3904e700bb2a07f36f891d7ca53961224aa8ccc8d426da66373 +SHA512 (wob-0.15.1.tar.gz.sig) = f0894a673e45ee31ad2bcd01f8b076ada64488b739a470b6a48e5af238525dd6f8147ee3e1ac553c333603d98b65786348e74a218198209305605d1d4190cf8e diff --git a/wob.spec b/wob.spec index 096651b..fd9f8b6 100644 --- a/wob.spec +++ b/wob.spec @@ -1,7 +1,7 @@ # -*-Mode: rpm-spec-mode; -*- Name: wob -Version: 0.14.2 +Version: 0.15.1 Release: 6%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC @@ -20,6 +20,7 @@ BuildRequires: gnupg2 BuildRequires: meson BuildRequires: pkgconfig(libseccomp) BuildRequires: scdoc +BuildRequires: libcmocka-devel BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel BuildRequires: inih-devel From 37e526b380bee52c6a0358e541b61539e5df8952 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:11:40 +0000 Subject: [PATCH 15/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index fd9f8b6..ad4413a 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.15.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -52,6 +52,9 @@ Wayland. %license LICENSE %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.15.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 0.14.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 1508838dc22975e1edf6ded42ba159d6de9e0607 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:30:30 +0000 Subject: [PATCH 16/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index ad4413a..2e3d4d0 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.15.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -52,6 +52,9 @@ Wayland. %license LICENSE %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.15.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.15.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3ad926d0f8deda3fe99af3c6e0b815c6a5c3488c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:19:50 +0000 Subject: [PATCH 17/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index 2e3d4d0..1c1076b 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.15.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -52,6 +52,9 @@ Wayland. %license LICENSE %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.15.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 0.15.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 8df6c08348b326f2921c25d457175d0ec00fb49a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:53:38 +0000 Subject: [PATCH 18/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wob.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wob.spec b/wob.spec index 1c1076b..8d3ede1 100644 --- a/wob.spec +++ b/wob.spec @@ -2,7 +2,7 @@ Name: wob Version: 0.15.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A lightweight overlay volume/backlight/progress/anything bar for Wayland License: ISC URL: https://github.com/francma/wob @@ -52,6 +52,9 @@ Wayland. %license LICENSE %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.15.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 0.15.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild