Hello community,

here is the log from the commit of package libetpan for openSUSE:Factory 
checked in at 2018-01-31 19:53:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libetpan (Old)
 and      /work/SRC/openSUSE:Factory/.libetpan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libetpan"

Wed Jan 31 19:53:12 2018 rev:25 rq:571253 version:1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/libetpan/libetpan.changes        2018-01-13 
21:44:25.115105837 +0100
+++ /work/SRC/openSUSE:Factory/.libetpan.new/libetpan.changes   2018-01-31 
19:53:42.164424017 +0100
@@ -1,0 +2,5 @@
+Fri Jan 12 13:26:15 UTC 2018 - [email protected]
+
+- Rename %soname to %sover to better reflect its use.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libetpan.spec ++++++
--- /var/tmp/diff_new_pack.kZXFbA/_old  2018-01-31 19:53:42.972386443 +0100
+++ /var/tmp/diff_new_pack.kZXFbA/_new  2018-01-31 19:53:42.980386071 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libetpan
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,7 +16,7 @@
 #
 
 
-%define soname 20
+%define sover 20
 
 Name:           libetpan
 Version:        1.8
@@ -44,13 +44,13 @@
 SSL/TCP/IP, already implemented), local storage (mbox/MH/maildir) and
 and message / MIME parsing.
 
-%package -n libetpan%{soname}
+%package -n libetpan%{sover}
 Summary:        Mail handling library
 Group:          System/Libraries
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
-%description -n libetpan%{soname}
+%description -n libetpan%{sover}
 libEtPan is a mail purpose library. It will be used for low-level mail
 handling: network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP and
 SSL/TCP/IP, already implemented), local storage (mbox/MH/maildir)
@@ -61,7 +61,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       cyrus-sasl-devel
 Requires:       db-devel
-Requires:       libetpan%{soname} = %{version}
+Requires:       libetpan%{sover} = %{version}
 Requires:       openssl-devel
 
 %description -n libetpan-devel
@@ -85,14 +85,13 @@
 # remove unneeded *.la files
 rm %{buildroot}%{_libdir}/libetpan.la
 
-%post -n libetpan%{soname} -p /sbin/ldconfig
+%post   -n libetpan%{sover} -p /sbin/ldconfig
+%postun -n libetpan%{sover} -p /sbin/ldconfig
 
-%postun -n libetpan%{soname} -p /sbin/ldconfig
-
-%files -n libetpan%{soname}
+%files -n libetpan%{sover}
 %defattr(-, root, root)
 %doc ChangeLog NEWS doc/README*
-%{_libdir}/libetpan.so.%{soname}*
+%{_libdir}/libetpan.so.%{sover}*
 
 %files -n libetpan-devel
 %defattr(-, root, root)


Reply via email to