Hello community,

here is the log from the commit of package shibboleth-sp for openSUSE:Factory 
checked in at 2020-12-03 18:42:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shibboleth-sp (Old)
 and      /work/SRC/openSUSE:Factory/.shibboleth-sp.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shibboleth-sp"

Thu Dec  3 18:42:16 2020 rev:17 rq:852620 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/shibboleth-sp/shibboleth-sp.changes      
2020-08-19 19:01:05.083979941 +0200
+++ /work/SRC/openSUSE:Factory/.shibboleth-sp.new.5913/shibboleth-sp.changes    
2020-12-03 18:43:29.538218208 +0100
@@ -1,0 +2,9 @@
+Tue Dec  1 13:27:30 UTC 2020 - Kristyna Streitova <[email protected]>
+
+- Update to 3.1.0
+  * list of fixes and enhancements
+    https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes
+- Update xmltooling and opensaml versions in "Requires"
+- Change library soname from 8 to 9
+
+-------------------------------------------------------------------

Old:
----
  shibboleth-sp-3.0.4.tar.bz2
  shibboleth-sp-3.0.4.tar.bz2.asc

New:
----
  shibboleth-sp-3.1.0.tar.bz2
  shibboleth-sp-3.1.0.tar.bz2.asc

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

Other differences:
------------------
++++++ shibboleth-sp.spec ++++++
--- /var/tmp/diff_new_pack.2r3fOA/_old  2020-12-03 18:43:30.074218916 +0100
+++ /var/tmp/diff_new_pack.2r3fOA/_new  2020-12-03 18:43:30.074218916 +0100
@@ -16,12 +16,13 @@
 #
 
 
-%define libvers 8
+%define libvers 9
+%define libvers_lite 8
 %define runuser shibd
 %define realname shibboleth
 %define pkgdocdir %{_docdir}/%{realname}
 Name:           shibboleth-sp
-Version:        3.0.4
+Version:        3.1.0
 Release:        0
 Summary:        System for attribute-based Web Single Sign On
 License:        Apache-2.0
@@ -40,19 +41,19 @@
 BuildRequires:  krb5-devel
 BuildRequires:  liblog4shib-devel >= 2
 BuildRequires:  libmemcached-devel
-BuildRequires:  libsaml-devel >= 3.0.1
+BuildRequires:  libsaml-devel >= 3.1.0
 BuildRequires:  libtool
 BuildRequires:  libxerces-c-devel >= 3.2
 BuildRequires:  libxml-security-c-devel >= 2.0.0
-BuildRequires:  libxmltooling-devel >= 3.0.4
+BuildRequires:  libxmltooling-devel >= 3.1.0
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  unixODBC-devel
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(libsystemd)
 Requires:       openssl
-PreReq:         opensaml-schemas >= 3.0.1
-PreReq:         xmltooling-schemas >= 3.0.4
+PreReq:         opensaml-schemas >= 3.1.0
+PreReq:         xmltooling-schemas >= 3.1.0
 Requires(pre):  shadow
 Obsoletes:      shibboleth-sp = 2.5.0
 %{?systemd_requires}
@@ -81,11 +82,11 @@
 
 This package contains just the shared library.
 
-%package -n libshibsp-lite%{libvers}
+%package -n libshibsp-lite%{libvers_lite}
 Summary:        Shared Library for Shibboleth
 Group:          Productivity/Networking/Security
 
-%description -n libshibsp-lite%{libvers}
+%description -n libshibsp-lite%{libvers_lite}
 Shibboleth is a Web Single Sign-On implementations based on OpenSAML
 that supports multiple protocols, federated identity, and the extensible
 exchange of rich attributes subject to privacy controls.
@@ -97,12 +98,12 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}-%{release}
 Requires:       liblog4shib-devel >= 2
-Requires:       libsaml-devel >= 3.0.1
+Requires:       libsaml-devel >= 3.1.0
 Requires:       libshibsp%{libvers} = %{version}-%{release}
-Requires:       libshibsp-lite%{libvers} = %{version}-%{release}
+Requires:       libshibsp-lite%{libvers_lite} = %{version}-%{release}
 Requires:       libxerces-c-devel >= 3.2
 Requires:       libxml-security-c-devel >= 2.0.0
-Requires:       libxmltooling-devel >= 3.0.4
+Requires:       libxmltooling-devel >= 3.1.0
 Obsoletes:      shibboleth-sp-devel = 2.5.0
 
 %description devel
@@ -175,7 +176,7 @@
 exit 0
 
 %post -n libshibsp%{libvers} -p /sbin/ldconfig
-%post -n libshibsp-lite%{libvers} -p /sbin/ldconfig
+%post -n libshibsp-lite%{libvers_lite} -p /sbin/ldconfig
 %post
 
 # Generate two keys on new installs.
@@ -198,7 +199,7 @@
 exit 0
 
 %postun -n libshibsp%{libvers} -p /sbin/ldconfig
-%postun -n libshibsp-lite%{libvers} -p /sbin/ldconfig
+%postun -n libshibsp-lite%{libvers_lite} -p /sbin/ldconfig
 %postun
 %service_del_postun shibd.service
 %restart_on_update apache2
@@ -242,7 +243,7 @@
 %files -n libshibsp%{libvers}
 %{_libdir}/libshibsp.so.*
 
-%files -n libshibsp-lite%{libvers}
+%files -n libshibsp-lite%{libvers_lite}
 %{_libdir}/libshibsp-lite.so.*
 
 %files devel

++++++ shibboleth-sp-3.0.4.tar.bz2 -> shibboleth-sp-3.1.0.tar.bz2 ++++++
++++ 5703 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to