Hello community,

here is the log from the commit of package log4shib for openSUSE:Factory 
checked in at 2018-12-04 20:54:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/log4shib (Old)
 and      /work/SRC/openSUSE:Factory/.log4shib.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "log4shib"

Tue Dec  4 20:54:11 2018 rev:4 rq:652461 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/log4shib/log4shib.changes        2017-10-21 
20:22:28.301045245 +0200
+++ /work/SRC/openSUSE:Factory/.log4shib.new.19453/log4shib.changes     
2018-12-04 20:54:17.216855723 +0100
@@ -1,0 +2,7 @@
+Tue Nov 27 16:47:30 UTC 2018 - kstreit...@suse.com
+
+- update to version 2.0.0
+- update library soname from 1 to 2
+- update package filelist
+
+-------------------------------------------------------------------

Old:
----
  log4shib-1.0.9.tar.gz
  log4shib-1.0.9.tar.gz.asc

New:
----
  log4shib-2.0.0.tar.gz
  log4shib-2.0.0.tar.gz.asc

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

Other differences:
------------------
++++++ log4shib.spec ++++++
--- /var/tmp/diff_new_pack.VY83Ql/_old  2018-12-04 20:54:17.808855064 +0100
+++ /var/tmp/diff_new_pack.VY83Ql/_new  2018-12-04 20:54:17.808855064 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package log4shib
 #
-# 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,12 +16,13 @@
 #
 
 
+%define libvers 2
 %define pkgdocdir %{_docdir}/%{name}
 Name:           log4shib
-Version:        1.0.9
+Version:        2.0.0
 Release:        0
 Summary:        Log for C++, Shibboleth Edition
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
 Url:            
https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib
 Source0:        
http://shibboleth.net/downloads/log4shib/%{version}/%{name}-%{version}.tar.gz
@@ -38,13 +39,13 @@
 and other destinations. It is modeled after the Log for Java library and
 stays as close to its API as is reasonable.
 
-%package -n liblog4shib1
+%package -n liblog4shib%{libvers}
 Summary:        Log for C++, Shibboleth Edition
 Group:          System/Libraries
 Provides:       log4shib = %{version}-%{release}
 Obsoletes:      log4shib < %{version}-%{release}
 
-%description -n liblog4shib1
+%description -n liblog4shib%{libvers}
 Log for C++ is a library of classes for flexible logging to files, syslog,
 and other destinations. It is modeled after the Log for Java library and
 stays as close to its API as is reasonable.
@@ -55,7 +56,7 @@
 Summary:        Development tools for Log for C++
 Group:          Development/Libraries/C and C++
 Requires:       libboost_thread-devel
-Requires:       liblog4shib1 = %{version}-%{release}
+Requires:       liblog4shib%{libvers} = %{version}-%{release}
 Provides:       log4shib-devel = %{version}-%{release}
 Obsoletes:      log4shib-devel < %{version}-%{release}
 
@@ -83,16 +84,16 @@
 # We don't want to ship these
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n liblog4shib1 -p /sbin/ldconfig
+%post -n liblog4shib%{libvers} -p /sbin/ldconfig
 
 %post -n liblog4shib-devel
 if test "x$RPM_INSTALL_PREFIX0" != "x" ; then
     perl -pi -e"s|^prefix=\"[^\"]*\"|prefix=\"$RPM_INSTALL_PREFIX0\"|" 
$RPM_INSTALL_PREFIX0/bin/log4shib-config
 fi
 
-%postun -n liblog4shib1 -p /sbin/ldconfig
+%postun -n liblog4shib%{libvers} -p /sbin/ldconfig
 
-%files -n liblog4shib1
+%files -n liblog4shib%{libvers}
 %defattr(-,root,root,755)
 %{_libdir}/lib*.so.*
 
@@ -100,11 +101,8 @@
 %defattr(-,root,root,755)
 %{_includedir}/*
 %{_mandir}/man?/*
-%attr(755,root,root) %{_bindir}/log4shib-config
 %{_libdir}/*.so
 %attr(644,root,root) %{_libdir}/pkgconfig/log4shib.pc
-%dir %{_datadir}/aclocal
-%attr(644,root,root) %{_datadir}/aclocal/*.m4
 %doc %{pkgdocdir}
 
 %changelog

++++++ log4shib-1.0.9.tar.gz -> log4shib-2.0.0.tar.gz ++++++
++++ 49588 lines of diff (skipped)



Reply via email to