From 0d62bcb61cf12a1e79b4592fa0a4a95ce81823ad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 16:40:42 +0000 Subject: [PATCH 01/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index f1c1ed2..6f54711 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -93,6 +93,9 @@ fi %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.5p4-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 1.5p4-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From adaa3489b1f5ce4dcf8e26b8e94b46d724034c81 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 20:56:28 +0000 Subject: [PATCH 02/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 6f54711..651d1b8 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -93,6 +93,9 @@ fi %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.5p4-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.5p4-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From ed2d71e8dfece4b05d9eea137224df6de15ddf17 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 09:45:03 +0000 Subject: [PATCH 03/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 651d1b8..5535767 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -93,6 +93,9 @@ fi %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.5p4-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.5p4-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 9e5ec6a5576a840a1bcd1474559b3ebe29d20d0d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 18 Jan 2018 22:42:51 +0100 Subject: [PATCH 04/33] Remove obsolete scriptlets Signed-off-by: Igor Gnatenko --- ularn.spec | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/ularn.spec b/ularn.spec index 5535767..37f11d8 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -68,19 +68,6 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %clean rm -rf $RPM_BUILD_ROOT -%post -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%postun -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - - # Note that the game is setgid games, and the score file is group writable. %files %defattr(-,root,root,-) @@ -93,6 +80,9 @@ fi %changelog +* Thu Jan 18 2018 Igor Gnatenko - 1.5p4-28 +- Remove obsolete scriptlets + * Thu Aug 03 2017 Fedora Release Engineering - 1.5p4-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From b965fc2053d144b62b4c138124b8dd6e23612491 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 19:57:10 +0000 Subject: [PATCH 05/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 37f11d8..d0ce7a0 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.5p4-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jan 18 2018 Igor Gnatenko - 1.5p4-28 - Remove obsolete scriptlets From 03be5d62e489560a38eb0573bd738266cfac5ddb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:46:22 +0100 Subject: [PATCH 06/33] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- ularn.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index d0ce7a0..e7dc4bd 100644 --- a/ularn.spec +++ b/ularn.spec @@ -14,7 +14,6 @@ Patch0: ularn-build.patch Patch1: ularn-euid.patch Patch2: ularn-datadir.patch Patch3: ularn-drop-setgid.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel BuildRequires: desktop-file-utils From 94860c327356bcb6b8996cd64b30fc6af6b4e278 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:56:59 +0100 Subject: [PATCH 07/33] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- ularn.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/ularn.spec b/ularn.spec index e7dc4bd..2895db8 100644 --- a/ularn.spec +++ b/ularn.spec @@ -64,9 +64,6 @@ desktop-file-install \ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/ -%clean -rm -rf $RPM_BUILD_ROOT - # Note that the game is setgid games, and the score file is group writable. %files %defattr(-,root,root,-) From 526e72b26142037c3341a87492e2db05b1b7e706 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:41:40 -0500 Subject: [PATCH 08/33] Remove needless use of %defattr --- ularn.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 2895db8..2d26e9d 100644 --- a/ularn.spec +++ b/ularn.spec @@ -66,7 +66,6 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app # Note that the game is setgid games, and the score file is group writable. %files -%defattr(-,root,root,-) %attr(2755,root,games) %{_bindir}/Ularn %{_datadir}/%{name} %config(noreplace) %attr (0664,root,games) %{_var}/games/Ularn-scoreboard From 12cd60950531ac70a15a3775ea93d003c717308a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:11:36 +0000 Subject: [PATCH 09/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 2d26e9d..e81eba5 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -75,6 +75,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.5p4-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.5p4-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From f1f2a96e3baf64e508897a463839c3116cc4cd67 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:01:27 +0200 Subject: [PATCH 10/33] Add missing BuildRequires on gcc make: gcc: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1606608 Signed-off-by: Igor Gnatenko --- ularn.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ularn.spec b/ularn.spec index e81eba5..92bbd0b 100644 --- a/ularn.spec +++ b/ularn.spec @@ -15,6 +15,7 @@ Patch1: ularn-euid.patch Patch2: ularn-datadir.patch Patch3: ularn-drop-setgid.patch +BuildRequires: gcc BuildRequires: ncurses-devel BuildRequires: desktop-file-utils Requires: ncompress From 73eb147855d557fee0118eca352bb86ba8d64531 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 11/33] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- ularn.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 92bbd0b..09e5cca 100644 --- a/ularn.spec +++ b/ularn.spec @@ -3,7 +3,6 @@ Version: 1.5p4 Release: 30%{?dist} Summary: Simple roguelike game -Group: Amusements/Games License: GPL+ URL: http://www.ularn.org Source0: http://downloads.sourceforge.net/ularn/Ularn-1.5ishPL4.tar.gz From 38d2984e107f6957f4d561c18b142354c19e585e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 10:44:34 +0000 Subject: [PATCH 12/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 09e5cca..4d50909 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Simple roguelike game License: GPL+ @@ -75,6 +75,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.5p4-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.5p4-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 1010a02fa479119422ed7643425325ab0b08b132 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Thu, 7 Mar 2019 20:24:19 +0000 Subject: [PATCH 13/33] Remove obsolete requirements for %post/%postun scriptlets --- ularn.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ularn.spec b/ularn.spec index 4d50909..0aebf74 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Simple roguelike game License: GPL+ @@ -18,8 +18,6 @@ BuildRequires: gcc BuildRequires: ncurses-devel BuildRequires: desktop-file-utils Requires: ncompress -Requires(post): coreutils -Requires(postun): coreutils %description A text-based roguelike game based on the original Larn. Travel through @@ -75,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %changelog +* Thu Mar 7 2019 Tim Landscheidt - 1.5p4-32 +- Remove obsolete requirements for %%post/%%postun scriptlets + * Sun Feb 03 2019 Fedora Release Engineering - 1.5p4-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From d7bf0c2f1da7f619d9976d325928545e9576b07f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:25:03 +0000 Subject: [PATCH 14/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 0aebf74..2ef0094 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Simple roguelike game License: GPL+ @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.5p4-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Mar 7 2019 Tim Landscheidt - 1.5p4-32 - Remove obsolete requirements for %%post/%%postun scriptlets From 006ceeb8f180d914dcdcdf1f5110cd1b740ae367 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 02:31:32 +0000 Subject: [PATCH 15/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 2ef0094..71d920c 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Simple roguelike game License: GPL+ @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.5p4-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.5p4-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From d2e5ecc87aa4c2b64ee7984adf4558639f8687f6 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 10 Feb 2020 13:15:17 -0600 Subject: [PATCH 16/33] Fix FTBFS. --- ularn.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ularn.spec b/ularn.spec index 71d920c..68b6a07 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Simple roguelike game License: GPL+ @@ -48,10 +48,9 @@ builddir=`pwd` ${builddir}/Makefile.u.SH cd ${builddir} mv Makefile.u Makefile -CC="gcc $RPM_OPT_FLAGS" make %{?_smp_mflags} +CC="gcc $RPM_OPT_FLAGS -fcommon" make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_var}/games touch $RPM_BUILD_ROOT/%{_var}/games/Ularn-scoreboard @@ -69,10 +68,13 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %config(noreplace) %attr (0664,root,games) %{_var}/games/Ularn-scoreboard %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png -%doc README README.spoilers GPL CHANGES.text Ularnopts - +%doc README README.spoilers CHANGES.text Ularnopts +%license GPL %changelog +* Mon Feb 10 2020 Gwyn Ciesla 1.5p4-35 +- Fix FTBFS. + * Fri Jan 31 2020 Fedora Release Engineering - 1.5p4-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From eda31a60d64e8762f1e679584b136d38e0433553 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:14:11 +0000 Subject: [PATCH 17/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 68b6a07..2a28361 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Simple roguelike game License: GPL+ @@ -72,6 +72,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.5p4-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Feb 10 2020 Gwyn Ciesla 1.5p4-35 - Fix FTBFS. From 7dbe84c50f329ab68b079b318756f59cbc787ffb Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 00:22:04 +0000 Subject: [PATCH 18/33] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- ularn.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ularn.spec b/ularn.spec index 2a28361..51ba3ff 100644 --- a/ularn.spec +++ b/ularn.spec @@ -14,6 +14,7 @@ Patch1: ularn-euid.patch Patch2: ularn-datadir.patch Patch3: ularn-drop-setgid.patch +BuildRequires: make BuildRequires: gcc BuildRequires: ncurses-devel BuildRequires: desktop-file-utils From 3156a47890898b8e65cc360587a64805f0613960 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:37:31 +0000 Subject: [PATCH 19/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 51ba3ff..6bffaba 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Simple roguelike game License: GPL+ @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.5p4-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.5p4-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0f3f4d2a5ecbdc01a099c1d4df553f2fb3ad7c7a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 19:59:23 +0000 Subject: [PATCH 20/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 6bffaba..ecd2759 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 37%{?dist} +Release: 38%{?dist} Summary: Simple roguelike game License: GPL+ @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.5p4-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.5p4-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From b1e19273ec92db2a2658507703fca031d37304c7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:28:27 +0000 Subject: [PATCH 21/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index ecd2759..59f906a 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Simple roguelike game License: GPL+ @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.5p4-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.5p4-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From e124ab70d9ee38c21a2da01aa7b5b936fc1aff0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:20:18 +0000 Subject: [PATCH 22/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 59f906a..73cc01f 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 39%{?dist} +Release: 40%{?dist} Summary: Simple roguelike game License: GPL+ @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.5p4-40 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.5p4-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 93f0ca028447b6e9925aa2a25a58070b178e9705 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 21 Dec 2022 12:21:46 +0100 Subject: [PATCH 23/33] Build in C89 mode (#2155503) Related to: --- ularn.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ularn.spec b/ularn.spec index 73cc01f..794737f 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 40%{?dist} +Release: 41%{?dist} Summary: Simple roguelike game License: GPL+ @@ -49,7 +49,7 @@ builddir=`pwd` ${builddir}/Makefile.u.SH cd ${builddir} mv Makefile.u Makefile -CC="gcc $RPM_OPT_FLAGS -fcommon" make %{?_smp_mflags} +CC="gcc $RPM_OPT_FLAGS -fcommon -std=gnu89" make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Wed Dec 21 2022 Florian Weimer - 1.5p4-41 +- Build in C89 mode (#2155503) + * Sat Jul 23 2022 Fedora Release Engineering - 1.5p4-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 0d96d30edb727c09cff97ef3196b514e4b32c555 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 05:45:40 +0000 Subject: [PATCH 24/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 794737f..f92387e 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 41%{?dist} +Release: 42%{?dist} Summary: Simple roguelike game License: GPL+ @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.5p4-42 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Dec 21 2022 Florian Weimer - 1.5p4-41 - Build in C89 mode (#2155503) From 8aae2e8cf7172f1ee386eef333bb1904f05a176b Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Sat, 4 Mar 2023 19:34:16 -0600 Subject: [PATCH 25/33] migrated to SPDX license --- ularn.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ularn.spec b/ularn.spec index f92387e..56c7019 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,9 +1,9 @@ Name: ularn Version: 1.5p4 -Release: 42%{?dist} +Release: 43%{?dist} Summary: Simple roguelike game -License: GPL+ +License: GPL-1.0-or-later URL: http://www.ularn.org Source0: http://downloads.sourceforge.net/ularn/Ularn-1.5ishPL4.tar.gz Source1: config.sh.in @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Sun Mar 05 2023 Gwyn Ciesla - 1.5p4-43 +- migrated to SPDX license + * Sat Jan 21 2023 Fedora Release Engineering - 1.5p4-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From f1cfdb01baefa02f1b2ceb950e2987b2c1691c6a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:03:42 +0000 Subject: [PATCH 26/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 56c7019..d4d5b1a 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 43%{?dist} +Release: 44%{?dist} Summary: Simple roguelike game License: GPL-1.0-or-later @@ -73,6 +73,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.5p4-44 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sun Mar 05 2023 Gwyn Ciesla - 1.5p4-43 - migrated to SPDX license From 6e0a504fc6c48d68aaf5337be3c47857e46d64bf Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2023 09:32:24 +0200 Subject: [PATCH 27/33] Set build_type_safety_c to 0 (#2155503) Related to: --- ularn.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ularn.spec b/ularn.spec index d4d5b1a..df82667 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 44%{?dist} +Release: 45%{?dist} Summary: Simple roguelike game License: GPL-1.0-or-later @@ -42,6 +42,9 @@ chmod +x config.h.SH %patch3 -p1 %build +# This package requires C89 compatibility mode (bug 2155503). +%global build_type_safety_c 0 + # Keep track of where we are. Some of the configuration scripts change # the current working directory. builddir=`pwd` @@ -49,7 +52,7 @@ builddir=`pwd` ${builddir}/Makefile.u.SH cd ${builddir} mv Makefile.u Makefile -CC="gcc $RPM_OPT_FLAGS -fcommon -std=gnu89" make %{?_smp_mflags} +CC="gcc $RPM_OPT_FLAGS -fcommon" make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -73,6 +76,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Thu Aug 31 2023 Florian Weimer - 1.5p4-45 +- Set build_type_safety_c to 0 (#2155503) + * Sat Jul 22 2023 Fedora Release Engineering - 1.5p4-44 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From fe3942744e6b5a150246fde6e9ea57600179dad8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:03:38 +0000 Subject: [PATCH 28/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index df82667..2ac412a 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 45%{?dist} +Release: 46%{?dist} Summary: Simple roguelike game License: GPL-1.0-or-later @@ -76,6 +76,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.5p4-46 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Aug 31 2023 Florian Weimer - 1.5p4-45 - Set build_type_safety_c to 0 (#2155503) From 6fac6272e4894dc50565e19cfb51fb4481bc5a69 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:49 +0200 Subject: [PATCH 29/33] Eliminate use of obsolete %patchN syntax (#2283636) --- ularn.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ularn.spec b/ularn.spec index 2ac412a..216f339 100644 --- a/ularn.spec +++ b/ularn.spec @@ -36,10 +36,10 @@ sed -e 's#@bindir@#%{_bindir}#' \ -e 's#@datadir@#%{_datadir}#' \ -e 's#@var@#%{_var}#' < %{SOURCE1} > config.sh chmod +x config.h.SH -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 +%patch -P0 -p1 +%patch -P1 -p1 +%patch -P2 -p1 +%patch -P3 -p1 %build # This package requires C89 compatibility mode (bug 2155503). From f0e1a859702b0a8ab4dc66861a16d9c0b0e78b8c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:12:26 +0000 Subject: [PATCH 30/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 216f339..e55b1bf 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 46%{?dist} +Release: 47%{?dist} Summary: Simple roguelike game License: GPL-1.0-or-later @@ -76,6 +76,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.5p4-47 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.5p4-46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7385de6125f816ee987cfb217cf88d38426ac6d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:41:51 +0000 Subject: [PATCH 31/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index e55b1bf..dd65bf2 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 47%{?dist} +Release: 48%{?dist} Summary: Simple roguelike game License: GPL-1.0-or-later @@ -76,6 +76,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.5p4-48 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.5p4-47 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 735fe0a1c84ef6677d726039e0ce5c408a7218ac Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 31 Jan 2025 13:13:09 -0600 Subject: [PATCH 32/33] Fix FTBFS --- ularn.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index dd65bf2..8d9ce47 100644 --- a/ularn.spec +++ b/ularn.spec @@ -52,7 +52,7 @@ builddir=`pwd` ${builddir}/Makefile.u.SH cd ${builddir} mv Makefile.u Makefile -CC="gcc $RPM_OPT_FLAGS -fcommon" make %{?_smp_mflags} +CC="gcc $RPM_OPT_FLAGS -fcommon -std=gnu17" make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT From a160ad19e34e602bda8d1b8e893f1dbc5bbfebfa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:45:02 +0000 Subject: [PATCH 33/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- ularn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ularn.spec b/ularn.spec index 8d9ce47..4174d00 100644 --- a/ularn.spec +++ b/ularn.spec @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 48%{?dist} +Release: 49%{?dist} Summary: Simple roguelike game License: GPL-1.0-or-later @@ -76,6 +76,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/app %license GPL %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.5p4-49 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.5p4-48 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild