Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tipcutils for openSUSE:Factory 
checked in at 2022-11-17 17:25:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tipcutils (Old)
 and      /work/SRC/openSUSE:Factory/.tipcutils.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tipcutils"

Thu Nov 17 17:25:01 2022 rev:2 rq:1036461 version:3.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/tipcutils/tipcutils.changes      2016-11-09 
11:39:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tipcutils.new.1597/tipcutils.changes    
2022-11-17 17:25:15.905306902 +0100
@@ -1,0 +2,15 @@
+Tue Aug 30 07:19:05 UTC 2022 - Valentin Lefebvre <valentin.lefeb...@suse.com>
+
+- Update to version 3.0.6
+  * tipc-config tool is not longer maintained from v 2.2.0.
+    this is replace by tipc tool in iproute2 package.
+  * New font-end tool: tipc-trace, allows tracing TIPC by means 
+    of the TIPC trace_events in kernel.
+  * Add tipc-link-watcher bin, which monitors the tipc link status
+    and reports in foreground mode.
+- spec: force autoreconf for autogenerated file from tarball if libtool
+  not at correct version
+- Add build requires: libmnl-devel
+- run "make clean" as current tarball contains binaries.
+
+-------------------------------------------------------------------

Old:
----
  tipcutils-2.1.1.tar

New:
----
  tipcutils_3.0.6.tgz

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

Other differences:
------------------
++++++ tipcutils.spec ++++++
--- /var/tmp/diff_new_pack.XffRgc/_old  2022-11-17 17:25:17.421314933 +0100
+++ /var/tmp/diff_new_pack.XffRgc/_new  2022-11-17 17:25:17.429314975 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tipcutils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           tipcutils
-Version:        2.1.1
+Version:        3.0.6
 Release:        0
 Summary:        Transparent Inter Process Communication Protocol
 License:        BSD-3-Clause
 Group:          Development/Tools/Other
-Url:            https://sourceforge.net/projects/tipc/files/tipc-utils
-Source0:        
https://sourceforge.net/projects/tipc/files/tipc-utils/%{name}-%{version}.tar
+URL:            https://sourceforge.net/projects/tipc/files/tipc-utils
+Source0:        
https://downloads.sourceforge.net/project/tipc/tipcutils_%{version}.tgz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libdaemon-devel
+BuildRequires:  libmnl-devel
 BuildRequires:  libnl3-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -41,11 +42,24 @@
 within the cluster.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 
 %build
-./bootstrap
+# Force autoreconf if libtool is oldest
+if [[ -f libtool ]]; then
+    libtool_ver=$(libtool --version | head -n 1 | awk '{print $NF}')
+    used_ver=$(cat libtool | grep "^macro_version=*.*.*" | cut -d "=" -f 2)
+    if [[ $libtool_ver == $(echo -e "$libtool_ver\n$used_ver" | sort -V | head 
-n1) ]]; then
+        echo "libtool is on oldest version: need to force the reconf!"
+        autoreconf --force --install
+    else
+        ./bootstrap
+    fi
+else
+    ./bootstrap
+fi
 %configure
+make clean
 make %{?_smp_mflags}
 
 %install
@@ -53,10 +67,10 @@
 
 %files
 %defattr(-,root,root,-)
-%{_sbindir}/tipc-config
-%{_bindir}/tipc-pipe
+%{_sbindir}/tipc-link-watcher
 %{_sbindir}/tipclog
-%{_mandir}/man1/tipc-config.1%{ext_man}
+%{_bindir}/tipc-pipe
+%{_bindir}/tipc-trace
 %{_mandir}/man1/tipc-pipe.1%{ext_man}
 
 %changelog

Reply via email to