Hello community,

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

Package is "opensaml"

Thu Oct  5 11:56:30 2017 rev:5 rq:529915 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opensaml/opensaml.changes        2017-02-15 
10:06:23.340337350 +0100
+++ /work/SRC/openSUSE:Factory/.opensaml.new/opensaml.changes   2017-10-05 
11:56:34.603243449 +0200
@@ -1,0 +2,20 @@
+Thu Sep 21 14:19:49 UTC 2017 - kstreit...@suse.com
+
+- update to 2.6.0
+  * [CPPOST-10] - Name Format Constants for Unspecified Are
+    Misspelled
+  * [CPPOST-85] - Dynamic metadata plugin race conditons / leaks
+  * [CPPOST-93] - Source build fails to link properly against
+    OpenSSL
+  * [CPPOST-95] - Add MD RPI extension implementation to metadata
+    classes.
+  * [CPPOST-96] - EntityMatcher implementation based on RPI
+    registrationAuthority extension
+  * [CPPOST-97] - skip signature check on cached copy of verified
+    metadata at restart
+- now opensaml requires libxmltooling-devel >= 1.6.0
+- update soname for libsaml from 8 to 9
+- use https instead of http in Source
+- run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  opensaml-2.5.5.tar.bz2
  opensaml-2.5.5.tar.bz2.asc

New:
----
  opensaml-2.6.0.tar.bz2
  opensaml-2.6.0.tar.bz2.asc

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

Other differences:
------------------
++++++ opensaml.spec ++++++
--- /var/tmp/diff_new_pack.RMHDwo/_old  2017-10-05 11:56:35.219156790 +0200
+++ /var/tmp/diff_new_pack.RMHDwo/_new  2017-10-05 11:56:35.219156790 +0200
@@ -18,29 +18,28 @@
 
 %define pkgdocdir %{_docdir}/%{name}
 Name:           opensaml
-Version:        2.5.5
+Version:        2.6.0
 Release:        0
 Summary:        Security Assertion Markup Language library
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 Url:            http://www.opensaml.org/
-Source0:        
http://shibboleth.net/downloads/c++-opensaml/%{version}/%{name}-%{version}.tar.bz2
-Source1:        
http://shibboleth.net/downloads/c++-opensaml/%{version}/%{name}-%{version}.tar.bz2.asc
+Source0:        
https://shibboleth.net/downloads/c++-opensaml/%{version}/%{name}-%{version}.tar.bz2
+Source1:        
https://shibboleth.net/downloads/c++-opensaml/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:        %{name}.keyring
 Patch0:         opensaml-2.5.5-doxygen_timestamp.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel >= 1.32.0
-%endif
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  liblog4shib-devel >= 1.0.4
 BuildRequires:  libxerces-c-devel >= 3.1
 BuildRequires:  libxml-security-c-devel >= 1.7.3
-BuildRequires:  libxmltooling-devel >= 1.5.5
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libxmltooling-devel >= 1.6.0
+BuildRequires:  pkgconfig
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel >= 1.32.0
+%endif
 
 %description
 OpenSAML is an open source implementation of the OASIS Security Assertion
@@ -58,13 +57,13 @@
 
 This package contains the utility programs.
 
-%package -n libsaml8
+%package -n libsaml9
 Summary:        Security Assertion Markup Language library
 Group:          System/Libraries
 Provides:       opensaml = %{version}-%{release}
 Obsoletes:      opensaml < %{version}-%{release}
 
-%description -n libsaml8
+%description -n libsaml9
 OpenSAML is an open source implementation of the OASIS Security Assertion
 Markup Language Specification. It contains a set of open source C++ classes
 that support the SAML 1.0, 1.1, and 2.0 specifications.
@@ -75,10 +74,10 @@
 Summary:        OpenSAML development Headers
 Group:          Development/Libraries/C and C++
 Requires:       liblog4shib-devel >= 1.0.4
-Requires:       libsaml8 = %{version}-%{release}
+Requires:       libsaml9 = %{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
 Provides:       opensaml-devel = %{version}-%{release}
 Obsoletes:      opensaml-devel < %{version}-%{release}
 
@@ -116,25 +115,20 @@
 %check
 make %{?_smp_mflags} check
 
-%post -n libsaml8 -p /sbin/ldconfig
-
-%postun -n libsaml8 -p /sbin/ldconfig
+%post -n libsaml9 -p /sbin/ldconfig
+%postun -n libsaml9 -p /sbin/ldconfig
 
 %files -n opensaml-bin
-%defattr(-,root,root,-)
 %{_bindir}/samlsign
 
-%files -n libsaml8
-%defattr(-,root,root,-)
+%files -n libsaml9
 %{_libdir}/libsaml.so.*
 
 %files -n opensaml-schemas
-%defattr(-,root,root,-)
 %dir %{_datadir}/xml/opensaml
 %{_datadir}/xml/opensaml/*
 
 %files -n libsaml-devel
-%defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/opensaml.pc

++++++ opensaml-2.5.5.tar.bz2 -> opensaml-2.6.0.tar.bz2 ++++++
++++ 40673 lines of diff (skipped)



Reply via email to