Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Fedora Release Engineering
a70537ddb6 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:16:48 +00:00
Fedora Release Engineering
532dcd989a Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:43:57 +00:00
Yaakov Selkowitz
940d973c11 Fix build with gettext-0.25
While previous versions of gettext installed its macros into
/usr/share/aclocal where they were always discoverable, as of gettext 0.25,
they are installed into a package-specific directory.  The autoreconf -i
command is now trying to install them into the former due to
ACLOCAL_AMFLAGS; using a writable directory for that is necessary.
2025-10-19 01:17:44 -04:00
Fedora Release Engineering
b6e91440af Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:54:18 +00:00
Richard Shaw
77e3c26541 Rebuild for hamlib 4.6. 2025-02-05 20:56:38 -06:00
Fedora Release Engineering
929cbe911d Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:57:44 +00:00
Richard Shaw
d338df0b51 Hamlib no longer builds for i686. 2024-12-31 10:51:43 -06:00
Richard Shaw
fedd6ce4b6 Rebuild for Hamlib 4.6. 2024-12-31 10:27:22 -06:00
2 changed files with 34 additions and 1 deletions

12
xlog-2.0.25-aclocal.patch Normal file
View file

@ -0,0 +1,12 @@
diff -up a/Makefile.am b/Makefile.am
--- a/Makefile.am 2021-02-15 20:37:54.000000000 -0500
+++ b/Makefile.am 2025-10-19 01:05:33.816651640 -0400
@@ -6,7 +6,7 @@ EXTRA_DIST = config.rpath mkinstalldirs
CLEANFILES = *~
-ACLOCAL_AMFLAGS = -I /usr/share/aclocal
+ACLOCAL_AMFLAGS = -I m4
dist-hook:
rm -f AUTHORS ChangeLog

View file

@ -1,6 +1,6 @@
Name: xlog
Version: 2.0.25
Release: 1%{?dist}
Release: 7%{?dist}
Summary: Logging program for Hamradio Operators
# Automatically converted from old format: GPLv3 - review is highly recommended.
@ -11,6 +11,9 @@ Source1: org.nongnu.Xlog.metainfo.xml
Patch0: %{name}-2.0.19-no-error.patch
Patch1: xlog-%{version}-hamlib42.patch
Patch2: %{name}-2.0.25-aclocal.patch
ExcludeArch: i686
BuildRequires: make
BuildRequires: gcc
@ -75,6 +78,24 @@ install -D -p -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_metainfodir}/org.nongnu.Xlog.me
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Feb 06 2025 Richard Shaw <hobbes1069@gmail.com> - 2.0.25-4
- Rebuild for hamlib 4.6.
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Dec 31 2024 Richard Shaw <hobbes1069@gmail.com> - 2.0.25-2
- Rebuild for Hamlib 4.6.
* Wed Dec 25 2024 Filipe Rosset <rosset.filipe@gmail.com> - 2.0.25-1
- Updated to 2.0.25 fixes rhbz#1947630