Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2020-10-20 15:59:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdnet (Old)
 and      /work/SRC/openSUSE:Factory/.libdnet.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdnet"

Tue Oct 20 15:59:53 2020 rev:24 rq:842045 version:1.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2020-03-27 
00:26:52.744304875 +0100
+++ /work/SRC/openSUSE:Factory/.libdnet.new.3486/libdnet.changes        
2020-10-20 16:02:55.553797143 +0200
@@ -1,0 +2,12 @@
+Thu Oct 15 14:16:52 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 1.14:
+  * many fixes included 
+- remove libdnet-autoreconf.patch
+  libdnet-config-multilib.patch
+  libdnet-fortify.patch
+  reproducible.patch: drop (upstream)
+- skip-test-subdir.patch: skip building tests, we don't need
+  to install them and don't run them
+
+-------------------------------------------------------------------

Old:
----
  libdnet-1.12.tar.gz
  libdnet-autoreconf.patch
  libdnet-config-multilib.patch
  libdnet-fortify.patch
  reproducible.patch

New:
----
  libdnet-1.14.tar.gz
  skip-test-subdir.patch

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

Other differences:
------------------
++++++ libdnet.spec ++++++
--- /var/tmp/diff_new_pack.sEcnmv/_old  2020-10-20 16:02:58.597798584 +0200
+++ /var/tmp/diff_new_pack.sEcnmv/_new  2020-10-20 16:02:58.601798586 +0200
@@ -17,20 +17,14 @@
 
 
 Name:           libdnet
-Version:        1.12
+Version:        1.14
 Release:        0
 Summary:        Library for Portable Interface to Low-Level Networking Routines
 License:        BSD-3-Clause
 URL:            https://github.com/dugsong/libdnet
 Source0:        
https://github.com/dugsong/libdnet/archive/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM: properly name the dirs for new autoreconf to work
-Patch0:         libdnet-autoreconf.patch
-# PATCH-FIX-UPSTREAM: work properly on multilib systems (from Fedora)
-Patch1:         libdnet-config-multilib.patch
-# PATCH-FIX-UPSTREAM: do include string.h when needed, this is autogenerated
-# file which can't be generated with today tools :(
-Patch2:         libdnet-fortify.patch
-Patch3:         reproducible.patch
+# Skip the test subdir, as installing that is not necessary
+Patch1:         skip-test-subdir.patch
 BuildRequires:  libbsd-devel
 BuildRequires:  libtool
 
@@ -74,10 +68,7 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
-%patch0
-%patch1
-%patch2 -p1
-%patch3 -p1
+%autopatch -p1
 
 %build
 ACLOCAL="aclocal -I config" autoreconf -fvi
@@ -96,8 +87,7 @@
 
 %files devel
 %license LICENSE
-%doc README TODO THANKS
-%{_sbindir}/*
+%doc README.md TODO THANKS
 %{_bindir}/dnet-config
 %{_includedir}/dnet.h
 %dir %{_includedir}/dnet

++++++ libdnet-1.12.tar.gz -> libdnet-1.14.tar.gz ++++++
++++ 109816 lines of diff (skipped)

++++++ skip-test-subdir.patch ++++++
Index: libdnet-libdnet-1.14/Makefile.am
===================================================================
--- libdnet-libdnet-1.14.orig/Makefile.am
+++ libdnet-libdnet-1.14/Makefile.am
@@ -2,7 +2,7 @@
 
 include $(top_srcdir)/Makefile.am.common
 
-SUBDIRS =      include man src python test
+SUBDIRS =      include man src python
 
 bin_SCRIPTS =  dnet-config
 

Reply via email to