Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package subnetcalc for openSUSE:Factory 
checked in at 2023-02-21 15:36:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subnetcalc (Old)
 and      /work/SRC/openSUSE:Factory/.subnetcalc.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subnetcalc"

Tue Feb 21 15:36:50 2023 rev:7 rq:1067007 version:2.4.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/subnetcalc/subnetcalc.changes    2021-11-22 
23:05:37.201642925 +0100
+++ /work/SRC/openSUSE:Factory/.subnetcalc.new.22824/subnetcalc.changes 
2023-02-21 15:37:05.656649827 +0100
@@ -1,0 +2,13 @@
+Tue Feb 21 13:04:05 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com>
+
+- split documentation in a separate package
+
+-------------------------------------------------------------------
+Tue Feb 21 12:48:37 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com>
+
+- Update to 2.4.21:
+  * project URL change from UDE to NNTB.
+  * Updated build scripts
+  * Updated README.md 
+
+-------------------------------------------------------------------

Old:
----
  subnetcalc-2.4.19.tar.xz

New:
----
  subnetcalc-2.4.21.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ subnetcalc.spec ++++++
--- /var/tmp/diff_new_pack.0MKszu/_old  2023-02-21 15:37:06.160652724 +0100
+++ /var/tmp/diff_new_pack.0MKszu/_new  2023-02-21 15:37:06.164652747 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package subnetcalc
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           subnetcalc
-Version:        2.4.19
+Version:        2.4.21
 Release:        0
 Summary:        IPv4/IPv6 Subnet Calculator
 License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Routing
-URL:            https://www.uni-due.de/~be0001/subnetcalc/
-Source:         
https://www.uni-due.de/~be0001/subnetcalc/download/%{name}-%{version}.tar.xz
+URL:            https://www.nntb.no/~dreibh/subnetcalc/
+Source:         
https://github.com/dreibh/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 
@@ -35,8 +35,18 @@
 prints information on specific address types (e.g. type, scope,
 interface ID, etc.).
 
+%package doc
+Summary:        Documentation for %{name}
+Group:          Documentation/HTML
+Recommends:     %{name} = %{version}
+BuildArch:      noarch
+
+%description doc
+SubNetCalc is an IPv4/IPv6 subnet address calculator.
+This packages provides documentation and help files for subnetcalc.
+
 %prep
-%setup -q
+%autosetup -n %{name}-%{name}-%{version}
 
 %build
 %cmake
@@ -49,9 +59,11 @@
 %{buildroot}%{_bindir}/%{name} 192.168.1.0/255.255.0.0
 
 %files
-%doc AUTHORS ChangeLog README
 %license COPYING
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{?ext_man}
 
+%files doc
+%doc AUTHORS ChangeLog README.md
+
 %changelog

Reply via email to