Hello community,

here is the log from the commit of package libspf2 for openSUSE:Factory checked 
in at 2015-06-09 08:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libspf2 (Old)
 and      /work/SRC/openSUSE:Factory/.libspf2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libspf2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libspf2/libspf2.changes  2015-01-30 
17:48:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libspf2.new/libspf2.changes     2015-06-09 
08:49:04.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 14 21:52:05 UTC 2015 - jeng...@inai.de
+
+- Rename spf2 to libspf2-tools (like we do for e.g. libwmf-tools)
+- Move README file to tools subpackage. Trim description of SRPM
+  a bit.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libspf2.spec ++++++
--- /var/tmp/diff_new_pack.8T06ce/_old  2015-06-09 08:49:05.000000000 +0200
+++ /var/tmp/diff_new_pack.8T06ce/_new  2015-06-09 08:49:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libspf2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,25 @@
 
 
 Name:           libspf2
+%define lname  libspf2-2
 Version:        1.2.10
 Release:        0
 Summary:        Implementation of the Sender Policy Framework
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            http://www.libspf2.org/
-Source:         http://www.libspf2.org/spf/libspf2-1.2.10.tar.gz
+Source:         http://www.libspf2.org/spf/%name-%version.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Implementation of the Sender Policy Framework, a part of the SPF/SRS protocol
-pair. libspf2 is a library which allows email systems such as Sendmail,
-Postfix, Exim, Zmailer and MS Exchange to check SPF records and make sure that
-the email is authorized by the domain name that it is coming from. This
-prevents email forgery, commonly used by spammers, scammers and email
-viruses/worms.
+pair.
 
-%package  -n libspf2-2
+%package -n %lname
 Summary:        Development Package for libspf2
-License:        LGPL-2.1+
 Group:          System/Libraries
 
-%description -n libspf2-2
+%description -n %lname
 Implementation of the Sender Policy Framework, a part of the SPF/SRS protocol
 pair. libspf2 is a library which allows email systems such as Sendmail,
 Postfix, Exim, Zmailer and MS Exchange to check SPF records and make sure that
@@ -47,14 +43,12 @@
 prevents email forgery, commonly used by spammers, scammers and email
 viruses/worms.
 
-
-%package  -n libspf2-devel
-Summary:        Development Package for libspf
-License:        LGPL-2.1+
+%package devel
+Summary:        Development files for libspf
 Group:          Development/Libraries/C and C++
-Requires:       %{name}-2 = %{version}
+Requires:       %lname = %version
 
-%description -n libspf2-devel
+%description devel
 Implementation of the Sender Policy Framework, a part of the SPF/SRS protocol
 pair. libspf2 is a library which allows email systems such as Sendmail,
 Postfix, Exim, Zmailer and MS Exchange to check SPF records and make sure that
@@ -64,14 +58,13 @@
 
 This is the development package.
 
-
-%package  -n spf2
-Summary:        Binary Package for spf
-License:        LGPL-2.1+
+%package tools
+Summary:        Tools to work with libspf2
 Group:          Applications/System
-Requires:       %{name}-2 = %{version}
+Obsoletes:      spf2 < %version-%release
+Provides:       spf2 = %version-%release
 
-%description -n spf2
+%description tools
 Implementation of the Sender Policy Framework, a part of the SPF/SRS protocol
 pair. libspf2 is a library which allows email systems such as Sendmail,
 Postfix, Exim, Zmailer and MS Exchange to check SPF records and make sure that
@@ -95,22 +88,22 @@
 rm %{buildroot}%{_bindir}/*_static
 mv %{buildroot}%{_bindir}/spfquery %{buildroot}%{_bindir}/spf_query
 
-%post -n libspf2-2 -p /sbin/ldconfig
-
-%postun -n libspf2-2 -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n libspf2-2
-%defattr(-, root, root)
-%doc LICENSES README
+%files -n %lname
+%defattr(-,root,root)
+%doc LICENSES
 %{_libdir}/lib*.so.*
 
-%files -n libspf2-devel
+%files devel
 %defattr(-,root,root)
 %{_libdir}/*.so
 %{_includedir}/*
 
-%files -n spf2
+%files tools
 %defattr(-,root,root)
+%doc README
 %{_bindir}/*
 
 %changelog


Reply via email to