Hello community,

here is the log from the commit of package shibboleth-sp for openSUSE:Factory 
checked in at 2017-10-05 11:56:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shibboleth-sp (Old)
 and      /work/SRC/openSUSE:Factory/.shibboleth-sp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shibboleth-sp"

Thu Oct  5 11:56:26 2017 rev:7 rq:529914 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/shibboleth-sp/shibboleth-sp.changes      
2017-03-17 15:07:25.262441711 +0100
+++ /work/SRC/openSUSE:Factory/.shibboleth-sp.new/shibboleth-sp.changes 
2017-10-05 11:56:28.420113411 +0200
@@ -1,0 +2,17 @@
+Thu Sep 21 16:34:48 UTC 2017 - [email protected]
+
+- update to 2.6.0
+  * list of fixes and enhancements
+    https://issues.shibboleth.net/jira/browse/SSPCPP-716?filter=11475
+- update soname for libshibsp from 6 to 7
+- adjust BuildRequires of boost
+  * libboost_headers-devel for openSUSE:Factory
+  * boost-devel for older distros
+- update versions of BuildRequires for opensaml (>= 2.6.0) and
+  libxmltooling (>= 1.6.0)
+- shibd.service: increase TimeoutStartSec to 150s (as upstream did)
+- remove %{_sysconfdir}/%{realname}/*.xsl from filelist (it is no
+  longer present)
+- run spec-cleaner
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ shibboleth-sp.spec ++++++
--- /var/tmp/diff_new_pack.vosnG5/_old  2017-10-05 11:56:29.160009308 +0200
+++ /var/tmp/diff_new_pack.vosnG5/_new  2017-10-05 11:56:29.160009308 +0200
@@ -20,14 +20,14 @@
 # tmpfiles_create macro doesn't exist for openSUSE:Leap:42.1
 %if %{undefined tmpfiles_create}
   %define tmpfiles_create() \
-  /usr/bin/systemd-tmpfiles --create %{?*} || : \
+  %{_bindir}/systemd-tmpfiles --create %{?*} || : \
   %{nil}
 %endif
 %define runuser shibd
 %define realname shibboleth
 %define pkgdocdir %{_docdir}/%{realname}
 Name:           shibboleth-sp
-Version:        2.5.6
+Version:        2.6.0
 Release:        0
 Summary:        Open source system for attribute-based Web SSO
 License:        Apache-2.0
@@ -42,29 +42,32 @@
 BuildRequires:  apache2-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  boost-devel >= 1.32.0
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  krb5-devel
 BuildRequires:  liblog4shib-devel >= 1.0.4
 BuildRequires:  libmemcached-devel
-BuildRequires:  libsaml-devel >= 2.5.5
+BuildRequires:  libsaml-devel >= 2.6.0
 BuildRequires:  libtool
 BuildRequires:  libxerces-c-devel >= 3.1
 BuildRequires:  libxml-security-c-devel >= 1.7.3
-BuildRequires:  libxmltooling-devel >= 1.5.5
+BuildRequires:  libxmltooling-devel >= 1.6.0
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-devel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  unixODBC-devel
 BuildRequires:  zlib-devel
 Requires:       openssl
-PreReq:         opensaml-schemas >= 2.5.5
-PreReq:         xmltooling-schemas >= 1.5.5
+PreReq:         opensaml-schemas >= 2.6.0
+PreReq:         xmltooling-schemas >= 1.6.0
 Requires(pre):  pwdutils
 Obsoletes:      shibboleth-sp = 2.5.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel >= 1.32.0
+%endif
 
 %description
 Shibboleth is a Web Single Sign-On implementations based on OpenSAML
@@ -74,22 +77,22 @@
 This package contains the Shibboleth Service Provider runtime libraries,
 daemon, default plugins, and Apache module.
 
-%package -n libshibsp6
+%package -n libshibsp7
 Summary:        Shared Library for Shibboleth
 Group:          Productivity/Networking/Security
 
-%description -n libshibsp6
+%description -n libshibsp7
 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.
 
 This package contains just the shared library.
 
-%package -n libshibsp-lite6
+%package -n libshibsp-lite7
 Summary:        Shared Library for Shibboleth
 Group:          Productivity/Networking/Security
 
-%description -n libshibsp-lite6
+%description -n libshibsp-lite7
 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.
@@ -101,12 +104,12 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}-%{release}
 Requires:       liblog4shib-devel >= 1.0.4
-Requires:       libsaml-devel >= 2.5.5
-Requires:       libshibsp-lite6 = %{version}-%{release}
-Requires:       libshibsp6 = %{version}-%{release}
+Requires:       libsaml-devel >= 2.6.0
+Requires:       libshibsp-lite7 = %{version}-%{release}
+Requires:       libshibsp7 = %{version}-%{release}
 Requires:       libxerces-c-devel >= 3.1
 Requires:       libxml-security-c-devel >= 1.7.3
-Requires:       libxmltooling-devel >= 1.5.5
+Requires:       libxmltooling-devel >= 1.6.0
 Obsoletes:      shibboleth-sp-devel = 2.5.0
 
 %description devel
@@ -178,8 +181,8 @@
 %service_add_pre shibd.service
 exit 0
 
-%post -n libshibsp6 -p /sbin/ldconfig
-%post -n libshibsp-lite6 -p /sbin/ldconfig
+%post -n libshibsp7 -p /sbin/ldconfig
+%post -n libshibsp-lite7 -p /sbin/ldconfig
 %post
 # Key generation or ownership fix
 cd %{_sysconfdir}/%{realname}
@@ -204,8 +207,8 @@
 fi
 exit 0
 
-%postun -n libshibsp6 -p /sbin/ldconfig
-%postun -n libshibsp-lite6 -p /sbin/ldconfig
+%postun -n libshibsp7 -p /sbin/ldconfig
+%postun -n libshibsp-lite7 -p /sbin/ldconfig
 %postun
 %service_del_postun shibd.service
 %restart_on_update apache2
@@ -220,7 +223,6 @@
 exit 0
 
 %files -f rpm.filelist
-%defattr(-,root,root,-)
 %{_sbindir}/shibd
 %{_sbindir}/rcshibd
 %{_bindir}/mdquery
@@ -244,20 +246,16 @@
 %{_sysconfdir}/%{realname}/apache24.config
 %attr(0755,root,root) %{_sysconfdir}/%{realname}/keygen.sh
 %attr(0755,root,root) %{_sysconfdir}/%{realname}/metagen.sh
-%{_sysconfdir}/%{realname}/*.xsl
 %doc %{pkgdocdir}
 %exclude %{pkgdocdir}/api
 
-%files -n libshibsp6
-%defattr(-,root,root,-)
+%files -n libshibsp7
 %{_libdir}/libshibsp.so.*
 
-%files -n libshibsp-lite6
-%defattr(-,root,root,-)
+%files -n libshibsp-lite7
 %{_libdir}/libshibsp-lite.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/libshibsp.so
 %{_libdir}/libshibsp-lite.so

++++++ shibboleth-sp-2.5.6.tar.bz2 -> shibboleth-sp-2.6.0.tar.bz2 ++++++
++++ 36639 lines of diff (skipped)


++++++ shibd.service ++++++
--- /var/tmp/diff_new_pack.vosnG5/_old  2017-10-05 11:56:29.747926588 +0200
+++ /var/tmp/diff_new_pack.vosnG5/_new  2017-10-05 11:56:29.747926588 +0200
@@ -12,7 +12,7 @@
 StandardOutput=null
 StandardError=journal
 TimeoutStopSec=5s
-TimeoutStartSec=90s
+TimeoutStartSec=150s
 Restart=on-failure
 RestartSec=30s
 


Reply via email to