From 6fac6272e4894dc50565e19cfb51fb4481bc5a69 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:49 +0200 Subject: [PATCH 1/5] 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 2/5] 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 3/5] 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 4/5] 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 5/5] 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