From f6a199834213277d61750f3f6471df1d539f0b88 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 18 Jan 2024 13:18:24 -0600 Subject: [PATCH 01/14] Convert patch macro --- cowsay.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cowsay.spec b/cowsay.spec index b71501b..d626005 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -32,7 +32,7 @@ pictures of other animals. %prep %setup -q -%patch0 -p1 +%patch -P 0 -p1 %build echo No need to build anything From 4747f16bd95a5dcfc76568491d95f0627be89394 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 16:13:53 +0000 Subject: [PATCH 02/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- cowsay.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cowsay.spec b/cowsay.spec index d626005..af710fc 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -6,7 +6,7 @@ Name: cowsay Version: 3.7.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay @@ -84,6 +84,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 3.7.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jan 18 2024 Perry Myers - 3.7.0-10 - Remove some additional tasteless content missed before From e8ee4d2ac94678bf60d066ab4ccd538196247d83 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 08:10:46 +0000 Subject: [PATCH 03/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- cowsay.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cowsay.spec b/cowsay.spec index af710fc..14f5f27 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -6,7 +6,7 @@ Name: cowsay Version: 3.7.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay @@ -84,6 +84,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 3.7.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 3.7.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From de7395bcf10c384075c8682bd5e781e5aa33d5fc Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 18 Mar 2024 10:49:59 -0500 Subject: [PATCH 04/14] Fix bash-completion BR --- cowsay.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cowsay.spec b/cowsay.spec index 14f5f27..db7dfce 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -6,7 +6,7 @@ Name: cowsay Version: 3.7.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay @@ -16,7 +16,7 @@ Source2: animalsay Patch0: fox-cow.patch BuildArch: noarch -BuildRequires: bash-completion +BuildRequires: pkgconfig(bash-completion) BuildRequires: perl-generators Requires: perl-Encode # introduced /usr/share/bash-completion/... @@ -84,6 +84,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Mon Mar 18 2024 Gwyn Ciesla - 3.7.0-13 +- BR fix for bash-completion + * Wed Jan 24 2024 Fedora Release Engineering - 3.7.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From fda7e5c0c9c2c66cfc52c9ec2e7e0e2a0f0baad0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 20:03:00 +0000 Subject: [PATCH 05/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- cowsay.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cowsay.spec b/cowsay.spec index db7dfce..2af8093 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -6,7 +6,7 @@ Name: cowsay Version: 3.7.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay @@ -84,6 +84,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 3.7.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Mar 18 2024 Gwyn Ciesla - 3.7.0-13 - BR fix for bash-completion From e8ab827979e56818f856d8b19322eac5384555b9 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 8 Aug 2024 10:09:09 -0500 Subject: [PATCH 06/14] 3.8.1 --- .gitignore | 1 + cowsay.spec | 12 ++++++------ fox-cow.patch | 24 ------------------------ sources | 2 +- 4 files changed, 8 insertions(+), 31 deletions(-) delete mode 100644 fox-cow.patch diff --git a/.gitignore b/.gitignore index 757bf60..4fd1acd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ cowsay-3.03.tar.gz /cowsay-3.04.tar.gz /cowsay-3.7.0.tar.gz +/cowsay-3.8.1.tar.gz diff --git a/cowsay.spec b/cowsay.spec index 2af8093..036702e 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -5,15 +5,14 @@ %global sitecowsdir %{_datadir}/%{name}/site-cows Name: cowsay -Version: 3.7.0 -Release: 14%{?dist} +Version: 3.8.1 +Release: 1%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: cowsay.bashcomp Source2: animalsay -Patch0: fox-cow.patch BuildArch: noarch BuildRequires: pkgconfig(bash-completion) @@ -32,8 +31,6 @@ pictures of other animals. %prep %setup -q -%patch -P 0 -p1 - %build echo No need to build anything @@ -66,7 +63,7 @@ install -d -m 0755 $RPM_BUILD_ROOT%{compdir} install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %files -%doc ChangeLog LICENSE.txt README* +%doc LICENSE.txt README* %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/cowpath.d %{_bindir}/* @@ -84,6 +81,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Thu Aug 08 2024 Gwyn Ciesla - 3.8.1-1 +- 3.8.1 + * Wed Jul 17 2024 Fedora Release Engineering - 3.7.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/fox-cow.patch b/fox-cow.patch deleted file mode 100644 index 5ff22a0..0000000 --- a/fox-cow.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: Add a fox cow -Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888229#5 -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888229 ---- /dev/null -+++ b/share/cows/fox.cow -@@ -0,0 +1,18 @@ -+$the_cow = < -+ <.._=/ \\=_. > -+ {`\\()/`}`\\ -+ { } \\ -+ |{ } \\ -+ \\ '--' .- \\ -+ |- / \\ -+ | | | | | ; -+ | | |.;.,..__ | -+ .-"";` `| -+ / | / -+ `-../____,..---'` -+EOC diff --git a/sources b/sources index c051d7d..6511900 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cowsay-3.7.0.tar.gz) = 92c169350049d894c36ec753f0b7eb9250da7839d9f1eedcad1ff5d9f2cff188bd1509dabd3b4dd562bdd0e660e80e6a437c7f260ce5b2376b7ef624f0ee673b +SHA512 (cowsay-3.8.1.tar.gz) = dc08f9643b3731fe6e0d99e7ab97e5e13542159a916311b0054a7fb7fc701b3881c48409839a552bc7447e3c6741262ea7ce83bf2e7ed12a964ca050d3e6f82a From 5fd3de1dc10b855376a903f2d406c40e2523c19f Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Thu, 8 Aug 2024 16:45:36 +0200 Subject: [PATCH 07/14] spec file: consistent header indentation --- cowsay.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cowsay.spec b/cowsay.spec index 036702e..abcaff6 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -8,7 +8,7 @@ Name: cowsay Version: 3.8.1 Release: 1%{?dist} Summary: Configurable speaking/thinking cow -License: GPL-2.0-or-later +License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: cowsay.bashcomp @@ -19,7 +19,7 @@ BuildRequires: pkgconfig(bash-completion) BuildRequires: perl-generators Requires: perl-Encode # introduced /usr/share/bash-completion/... -Requires: filesystem >= 3.6-1 +Requires: filesystem >= 3.6-1 %description cowsay is a configurable talking cow, written in Perl. It operates From 4a86ef51a8f5a6c10f53e1e4ded3b343ddf13ca1 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Thu, 8 Aug 2024 17:16:12 +0200 Subject: [PATCH 08/14] make %files list more explicit (fewer wildcards) --- cowsay.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cowsay.spec b/cowsay.spec index abcaff6..c5f54ce 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -63,11 +63,14 @@ install -d -m 0755 $RPM_BUILD_ROOT%{compdir} install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %files -%doc LICENSE.txt README* +%doc LICENSE.txt README README.md %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/cowpath.d -%{_bindir}/* -%{_mandir}/man1/cow* +%{_bindir}/animalsay +%{_bindir}/cowsay +%{_bindir}/cowthink +%{_mandir}/man1/cowsay.1* +%{_mandir}/man1/cowthink.1* %dir %{_datadir}/%{name} %{cowsdir} %exclude %{cowsdir}/*.pm From 1ca832c699ef2697f862fc7f72aae77aa88aca80 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Thu, 8 Aug 2024 17:18:45 +0200 Subject: [PATCH 09/14] Install CHANGELOG.md doc file --- cowsay.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cowsay.spec b/cowsay.spec index c5f54ce..4e6d580 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -6,7 +6,7 @@ Name: cowsay Version: 3.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay @@ -63,7 +63,7 @@ install -d -m 0755 $RPM_BUILD_ROOT%{compdir} install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %files -%doc LICENSE.txt README README.md +%doc CHANGELOG.md LICENSE.txt README README.md %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/cowpath.d %{_bindir}/animalsay @@ -84,6 +84,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Thu Aug 8 2024 Hans Ulrich Niedermann - 3.8.1-2 +- Install CHANGELOG.md doc file + * Thu Aug 08 2024 Gwyn Ciesla - 3.8.1-1 - 3.8.1 From 8fafe2d336fa838c57678514e35893b774d63438 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 20 Aug 2024 09:06:50 -0500 Subject: [PATCH 10/14] 3.8.2 --- .gitignore | 1 + cowsay.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4fd1acd..3ba9da6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ cowsay-3.03.tar.gz /cowsay-3.04.tar.gz /cowsay-3.7.0.tar.gz /cowsay-3.8.1.tar.gz +/cowsay-3.8.2.tar.gz diff --git a/cowsay.spec b/cowsay.spec index 4e6d580..1297b2e 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -5,8 +5,8 @@ %global sitecowsdir %{_datadir}/%{name}/site-cows Name: cowsay -Version: 3.8.1 -Release: 2%{?dist} +Version: 3.8.2 +Release: 1%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay @@ -84,6 +84,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Tue Aug 20 2024 Gwyn Ciesla - 3.8.2-1 +- 3.8.2 + * Thu Aug 8 2024 Hans Ulrich Niedermann - 3.8.1-2 - Install CHANGELOG.md doc file diff --git a/sources b/sources index 6511900..484d3e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cowsay-3.8.1.tar.gz) = dc08f9643b3731fe6e0d99e7ab97e5e13542159a916311b0054a7fb7fc701b3881c48409839a552bc7447e3c6741262ea7ce83bf2e7ed12a964ca050d3e6f82a +SHA512 (cowsay-3.8.2.tar.gz) = defe9ce38ce89c0034b09d7fe6471111b955f1779fcecbd79a1887388b499ca2da7126c648cf6c04a836fc923f2c72a8081ede3bbd543b930d4ad8311df23b41 From 8c6c18cfdb8622b0efb425f967ae2b1ef10aed78 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 22 Aug 2024 09:30:16 -0500 Subject: [PATCH 11/14] 3.8.3 --- .gitignore | 1 + cowsay.spec | 15 +++++++-------- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 3ba9da6..4a46f46 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ cowsay-3.03.tar.gz /cowsay-3.7.0.tar.gz /cowsay-3.8.1.tar.gz /cowsay-3.8.2.tar.gz +/cowsay-3.8.3.tar.gz diff --git a/cowsay.spec b/cowsay.spec index 1297b2e..e769bde 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -5,7 +5,7 @@ %global sitecowsdir %{_datadir}/%{name}/site-cows Name: cowsay -Version: 3.8.2 +Version: 3.8.3 Release: 1%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later @@ -38,15 +38,15 @@ echo No need to build anything # At least for cowsay-3.7.0, replace upstream's "make install" by our # own installation code. install -d -m 0755 $RPM_BUILD_ROOT%{_bindir} -install -p -m 0755 %{name} $RPM_BUILD_ROOT%{_bindir} +install -p -m 0755 bin/%{name} $RPM_BUILD_ROOT%{_bindir} ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/cowthink install -d -m 0755 $RPM_BUILD_ROOT%{_mandir}/man1 -install -p -m 0644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 +install -p -m 0644 man/man1/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 ln -s %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/cowthink.1 install -d -m 0755 $RPM_BUILD_ROOT%{cowsdir} -install -p -m 0644 share/cows/* $RPM_BUILD_ROOT%{cowsdir} +install -p -m 0644 share/cowsay/cows/* $RPM_BUILD_ROOT%{cowsdir} install -d -m 0755 $RPM_BUILD_ROOT%{sitecowsdir} @@ -73,17 +73,16 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{_mandir}/man1/cowthink.1* %dir %{_datadir}/%{name} %{cowsdir} -%exclude %{cowsdir}/*.pm %exclude %{cowsdir}/bong.cow -%exclude %{cowsdir}/sodomized.cow -%exclude %{cowsdir}/satanic.cow -%exclude %{cowsdir}/telebears.cow %exclude %{cowsdir}/head-in.cow %exclude %{cowsdir}/mutilated.cow %dir %{sitecowsdir} %{compdir}/%{name} %changelog +* Thu Aug 22 2024 Gwyn Ciesla - 3.8.3-1 +- 3.8.3 + * Tue Aug 20 2024 Gwyn Ciesla - 3.8.2-1 - 3.8.2 diff --git a/sources b/sources index 484d3e4..8878dac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cowsay-3.8.2.tar.gz) = defe9ce38ce89c0034b09d7fe6471111b955f1779fcecbd79a1887388b499ca2da7126c648cf6c04a836fc923f2c72a8081ede3bbd543b930d4ad8311df23b41 +SHA512 (cowsay-3.8.3.tar.gz) = 4015df099a93487cef26eba65d1e40e6d68c3c4deb6b3674235e8575f5a0a6a41ff4250d2b908a1d8261cc1940ff7f6a44f027fcf37a907fe25e9846e35ff2bb From 1752bd2731347f177e01420a7cd86f18ed3cc42e Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 2 Dec 2024 13:27:50 -0600 Subject: [PATCH 12/14] 3.8.4 --- .gitignore | 1 + cowsay.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4a46f46..6f3c533 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ cowsay-3.03.tar.gz /cowsay-3.8.1.tar.gz /cowsay-3.8.2.tar.gz /cowsay-3.8.3.tar.gz +/cowsay-3.8.4.tar.gz diff --git a/cowsay.spec b/cowsay.spec index e769bde..2b9d757 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -5,7 +5,7 @@ %global sitecowsdir %{_datadir}/%{name}/site-cows Name: cowsay -Version: 3.8.3 +Version: 3.8.4 Release: 1%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later @@ -80,6 +80,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Mon Dec 02 2024 Gwyn Ciesla - 3.8.4-1 +- 3.8.4 + * Thu Aug 22 2024 Gwyn Ciesla - 3.8.3-1 - 3.8.3 diff --git a/sources b/sources index 8878dac..aa7d49c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cowsay-3.8.3.tar.gz) = 4015df099a93487cef26eba65d1e40e6d68c3c4deb6b3674235e8575f5a0a6a41ff4250d2b908a1d8261cc1940ff7f6a44f027fcf37a907fe25e9846e35ff2bb +SHA512 (cowsay-3.8.4.tar.gz) = 58e6a28e3205a3dd50c899c207b58592c43f8485dc44d3dc8de41bc480ec6d7e5a14e74769c8bb983d401004dce99f040c7a095839056861b7aa6aae71e08bb7 From 790dad452d88d1556d9de85daa19970c5e6c3fba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 14:39:47 +0000 Subject: [PATCH 13/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- cowsay.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cowsay.spec b/cowsay.spec index 2b9d757..e86a387 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -6,7 +6,7 @@ Name: cowsay Version: 3.8.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay @@ -80,6 +80,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 3.8.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Dec 02 2024 Gwyn Ciesla - 3.8.4-1 - 3.8.4 From 3ed7976227ed9b7eccfb5025116a64a379efc4a6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 18:43:57 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- cowsay.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cowsay.spec b/cowsay.spec index e86a387..53c8eb6 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -6,7 +6,7 @@ Name: cowsay Version: 3.8.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Configurable speaking/thinking cow License: GPL-2.0-or-later URL: https://github.com/cowsay-org/cowsay @@ -80,6 +80,9 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/%{name} %{compdir}/%{name} %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 3.8.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 3.8.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild