Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ax25-tools for openSUSE:Factory checked in at 2025-02-17 20:54:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ax25-tools (Old) and /work/SRC/openSUSE:Factory/.ax25-tools.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ax25-tools" Mon Feb 17 20:54:19 2025 rev:5 rq:1246273 version:0.0.10rc5 Changes: -------- --- /work/SRC/openSUSE:Factory/ax25-tools/ax25-tools.changes 2021-06-04 22:44:07.347166298 +0200 +++ /work/SRC/openSUSE:Factory/.ax25-tools.new.8181/ax25-tools.changes 2025-02-17 20:54:23.196125224 +0100 @@ -1,0 +2,6 @@ +Sun Feb 16 16:35:13 UTC 2025 - Andreas Stieger <[email protected]> + +- refresh upstream, drop autotools, ncurses +- license is GPL-2.0-or-later + +------------------------------------------------------------------- Old: ---- ax25-tools-0.0.10-rc5.tar.gz New: ---- ax25-tools-0.0.10-rc5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ax25-tools.spec ++++++ --- /var/tmp/diff_new_pack.wfRbqM/_old 2025-02-17 20:54:24.616184421 +0100 +++ /var/tmp/diff_new_pack.wfRbqM/_new 2025-02-17 20:54:24.616184421 +0100 @@ -21,16 +21,13 @@ Version: 0.0.10rc5 Release: 0 Summary: AX.25 tools -License: GPL-2.0-only -URL: http://www.linux-ax25.org -Source: http://www.linux-ax25.org/pub/ax25-tools/ax25-tools-%{src_ver}.tar.gz -BuildRequires: autoconf -BuildRequires: automake +License: GPL-2.0-or-later +URL: https://linux-ax25.in-berlin.de/ +Source: https://linux-ax25.in-berlin.de/pub/ax25-tools/%{name}-%{src_ver}.tar.xz BuildRequires: fdupes BuildRequires: libax25-devel -BuildRequires: libtool -BuildRequires: ncurses-devel -BuildRequires: zlib-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(zlib) %description These are the support utilities required to make use of the internal @@ -39,14 +36,12 @@ package ax25apps. %prep -%setup -q -n %{name}-%{src_ver} +%autosetup -p1 -n %{name}-%{src_ver} %build -export CFLAGS="%optflags -fcommon" -autoreconf -fiv %configure \ --localstatedir=%{_localstatedir}/lib -make %{?_smp_mflags} +%make_build %install %make_install installconf @@ -54,8 +49,10 @@ rm -rf %{buildroot}%{_localstatedir}/lib/ax25/mheard/mheard.dat %fdupes %{buildroot}%{_mandir} +%check +%make_build check + %files -%defattr(-,root,root) %license COPYING %doc AUTHORS ChangeLog README yamdrv/README.yamdrv %doc dmascc/README.dmascc user_call/README.user_call tcpip/ttylinkd.INSTALL @@ -72,9 +69,9 @@ %config(noreplace) %{_sysconfdir}/ax25/ttylinkd.conf %{_bindir}/* %{_sbindir}/* -%{_mandir}/man1/* -%{_mandir}/man4/* -%{_mandir}/man5/* -%{_mandir}/man8/* -%{_mandir}/man9/* +%{_mandir}/man1/*.1%{?ext_man} +%{_mandir}/man4/*.4%{?ext_man} +%{_mandir}/man5/*.5%{?ext_man} +%{_mandir}/man8/*.8%{?ext_man} +%{_mandir}/man9/*.9%{?ext_man}
