Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netcalc for openSUSE:Factory checked in at 2021-04-12 12:37:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netcalc (Old) and /work/SRC/openSUSE:Factory/.netcalc.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netcalc" Mon Apr 12 12:37:00 2021 rev:2 rq:884214 version:2.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/netcalc/netcalc.changes 2020-07-03 00:10:47.999746222 +0200 +++ /work/SRC/openSUSE:Factory/.netcalc.new.2401/netcalc.changes 2021-04-12 12:39:51.213542878 +0200 @@ -1,0 +2,7 @@ +Sat Apr 3 22:13:50 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Don't conflict with ipcalc: Disable installing symlink to + ipcalc by passing `--disable-ipcalc-symlink` to configure. +- Be more specific about filenames in file-list. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcalc.spec ++++++ --- /var/tmp/diff_new_pack.c5HKed/_old 2021-04-12 12:39:51.733543482 +0200 +++ /var/tmp/diff_new_pack.c5HKed/_new 2021-04-12 12:39:51.733543482 +0200 @@ -1,7 +1,7 @@ # # spec file for package netcalc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,6 @@ Source: https://github.com/troglobit/netcalc/releases/download/v%{version}/%{name}-%{version}.tar.gz # for tests BuildRequires: bats -Conflicts: ipcalc %description netcalc is an IP network calculator that can calcuate host IP ranges, subnet @@ -37,7 +36,8 @@ %build %configure \ - --docdir=%{_docdir}/%{name} + --docdir=%{_docdir}/%{name} \ + --disable-ipcalc-symlink %make_build %install @@ -51,7 +51,7 @@ %files %license LICENSE %doc ChangeLog.md AUTHORS README.md TODO -%{_mandir}/man1/*.1%{?ext_man} -%{_bindir}/* +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_bindir}/%{name} %changelog
