Compare commits
No commits in common. "rawhide" and "f36" have entirely different histories.
2 changed files with 2 additions and 53 deletions
|
|
@ -1,16 +0,0 @@
|
|||
Include <unistd.h> for the exit function. This avoids an implicit
|
||||
function declaration and mishandling of this test with future
|
||||
compilers.
|
||||
|
||||
diff --git a/m4/intdiv0.m4 b/m4/intdiv0.m4
|
||||
index 744b99ea8da87ca1..f5cbd3e944362697 100644
|
||||
--- a/m4/intdiv0.m4
|
||||
+++ b/m4/intdiv0.m4
|
||||
@@ -33,6 +33,7 @@ changequote([,])dnl
|
||||
[AC_LANG_SOURCE([[
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
static void
|
||||
sigfpe_handler (int sig)
|
||||
39
xfhell.spec
39
xfhell.spec
|
|
@ -1,10 +1,9 @@
|
|||
Name: xfhell
|
||||
Version: 3.5.1
|
||||
Release: 16%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: GTK based Ham Radio application for the Hellschreiber communications mode
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
URL: http://www.5b4az.org/
|
||||
Source0: http://www.5b4az.org/pkg/%{name}/%{name}-%{version}.tar.bz2
|
||||
#add .desktop file
|
||||
|
|
@ -13,7 +12,6 @@ Source1: %{name}.desktop
|
|||
Source2: %{name}.png
|
||||
|
||||
Patch0: xfhell-Makefile.patch
|
||||
Patch1: xfhell-configure-c99.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc gcc-c++
|
||||
|
|
@ -67,39 +65,6 @@ cp -a doc/%{name}.1.gz %{buildroot}%{_mandir}/man1/
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 3.5.1-12
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Jan 03 2023 Florian Weimer <fweimer@redhat.com> - 3.5.1-7
|
||||
- C99 compatibility fixes (#2157935)
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue