Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libspf2 for openSUSE:Factory checked in at 2022-01-21 01:25:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libspf2 (Old) and /work/SRC/openSUSE:Factory/.libspf2.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libspf2" Fri Jan 21 01:25:31 2022 rev:6 rq:947658 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/libspf2/libspf2.changes 2021-08-23 10:08:25.496228551 +0200 +++ /work/SRC/openSUSE:Factory/.libspf2.new.1938/libspf2.changes 2022-01-21 01:26:04.566317388 +0100 @@ -1,0 +2,7 @@ +Thu Jan 20 08:35:18 UTC 2022 - Dirk Stoecker <[email protected]> + +- update to 1.2.11 - no changelog available, bugfixes +- Drop 0001-spf_compile.c-Correct-size-of-ds_avail.patch +- Remove comment change from libspf2-1.2.10-libreplace.patch + +------------------------------------------------------------------- Old: ---- 0001-spf_compile.c-Correct-size-of-ds_avail.patch libspf2-1.2.10.tar.gz New: ---- libspf2-1.2.11-4915c308.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libspf2.spec ++++++ --- /var/tmp/diff_new_pack.wVC4ki/_old 2022-01-21 01:26:05.126313549 +0100 +++ /var/tmp/diff_new_pack.wVC4ki/_new 2022-01-21 01:26:05.130313521 +0100 @@ -1,7 +1,7 @@ # # spec file for package libspf2 # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -18,23 +18,26 @@ Name: libspf2 %define lname libspf2-2 -Version: 1.2.10 +Version: 1.2.11 Release: 0 +%global fname %{name}-%{version}-4915c308 Summary: Implementation of the Sender Policy Framework License: BSD-2-Clause OR LGPL-2.1-or-later Group: Development/Libraries/C and C++ -URL: http://www.libspf2.org/ -Source0: http://www.libspf2.org/spf/%{name}-%{version}.tar.gz +URL: https://www.libspf2.org/ +Source0: %{fname}.tar.xz Patch0: libspf2-1.2.10-format.patch +# PATCH-FIX-OPENSUSE Drop usage of libreplace Patch1: libspf2-1.2.10-libreplace.patch -#PATCH-FIX-UPSTREAM: from upstream, will be in 1.2.11 -Patch2: 0001-spf_compile.c-Correct-size-of-ds_avail.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # For API docs +BuildRequires: automake +BuildRequires: autoconf BuildRequires: doxygen BuildRequires: fdupes BuildRequires: ghostscript-fonts-std BuildRequires: graphviz-gd +BuildRequires: libtool # For perl bindings (Makefile.PL claims Mail::SPF is needed, but it isn't) BuildRequires: perl BuildRequires: perl(DynaLoader) @@ -102,8 +105,8 @@ Summary: Programs for making SPF queries using libspf2 License: BSD-2-Clause OR LGPL-2.1-or-later Group: Applications/System -Obsoletes: spf2 < %version-%release -Provides: spf2 = %version-%release +Obsoletes: spf2 < %{version}-%{release} +Provides: spf2 = %{version}-%{release} %description tools Programs for making SPF queries and checking their results using libspf2. @@ -122,7 +125,7 @@ use Mail::SPF, which is a little more perlish. %prep -%setup +%setup -n %{fname} # SPF_debugf macro should always have at least two parameters %patch0 @@ -130,10 +133,10 @@ # libreplace is not needed on modern Linux rm -rf src/libreplace %patch1 -%patch2 -p1 find . "(" -name Makefile.am -o -name Makefile.in ")" -exec touch {} + %build +autoreconf -vif %configure --enable-perl --disable-dependency-tracking # using --disable-static does not build @@ -176,7 +179,8 @@ %postun -n %{lname} -p /sbin/ldconfig %files -n %{lname} -%doc LICENSES README TODO +%doc README TODO +%license LICENSES %{_libdir}/libspf2.so.* %files devel ++++++ libspf2-1.2.10-libreplace.patch ++++++ --- /var/tmp/diff_new_pack.wVC4ki/_old 2022-01-21 01:26:05.158313329 +0100 +++ /var/tmp/diff_new_pack.wVC4ki/_new 2022-01-21 01:26:05.162313301 +0100 @@ -41,14 +41,6 @@ -SUBDIRS = include libreplace libspf2 spfquery spftest spfd spf_example +SUBDIRS = include libspf2 spfquery spftest spfd spf_example TARGETS = ---- aclocal.m4 -+++ aclocal.m4 -@@ -1,4 +1,5 @@ - # generated automatically by aclocal 1.11.1 -*- Autoconf -*- -+# and touched to get build order right - - # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. --- configure +++ configure @@ -13602,73 +13602,6 @@ fi @@ -157,7 +149,7 @@ --- src/libspf2/Makefile.in +++ src/libspf2/Makefile.in @@ -69,8 +69,7 @@ am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' + } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) -libspf2_la_DEPENDENCIES = \
