[cpp-linbuild] branch main updated: Bump SP library specfiles.

Scott Cantor cantor.2 at osu.edu
Mon Nov 29 14:58:41 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=07c7753edd17c297356c06c94e81f571499007b1

The following commit(s) were added to refs/heads/main by this push:
     new 07c7753  Bump SP library specfiles.
07c7753 is described below

commit 07c7753edd17c297356c06c94e81f571499007b1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 29 09:58:16 2021 -0500

    Bump SP library specfiles.
---
 common/SPECS/opensaml.spec     |  2 +-
 common/SPECS/shibboleth.spec   |  4 ++--
 common/SPECS/shibresolver.spec | 21 ++++++++++++---------
 common/SPECS/xmltooling.spec   |  2 +-
 4 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/common/SPECS/opensaml.spec b/common/SPECS/opensaml.spec
index e2f43af..f1e0878 100644
--- a/common/SPECS/opensaml.spec
+++ b/common/SPECS/opensaml.spec
@@ -1,5 +1,5 @@
 Name:		opensaml
-Version:	3.2.0
+Version:	3.2.1
 Release:	1
 Summary:	OpenSAML SAML library
 Group:		Development/Libraries/C and C++
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index 775ee57..462cdab 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -1,6 +1,6 @@
 Name:		shibboleth
-Version:	3.2.3
-Release:	3.1
+Version:	3.3.0
+Release:	1
 Summary:	Open source system for attribute-based Web SSO
 Group:		Productivity/Networking/Security
 Vendor:		Shibboleth Consortium
diff --git a/common/SPECS/shibresolver.spec b/common/SPECS/shibresolver.spec
index 5cd023e..b612132 100644
--- a/common/SPECS/shibresolver.spec
+++ b/common/SPECS/shibresolver.spec
@@ -1,5 +1,5 @@
 Name:		shibboleth-resolver
-Version:	3.2.0
+Version:	3.3.0
 Summary:	Shibboleth SP Attribute Resolver Library
 Release:	1
 Vendor:		Shibboleth Consortium
@@ -12,7 +12,7 @@ BuildRequires:  libxerces-c-devel >= 3.2
 BuildRequires:  libxml-security-c-devel >= 2.0.0
 BuildRequires:  libxmltooling-devel >= 3.2.0
 BuildRequires:  libsaml-devel >= 3.2.0
-BuildRequires:  shibboleth-devel >= 3.2.0
+BuildRequires:  shibboleth-devel >= 3.3.0
 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
 %{!?_without_gssapi:BuildRequires: krb5-devel}
@@ -32,13 +32,13 @@ This package contains a Shibboleth SP Extension that provides
 externally accessible attribute resolver functionality for processing
 local and remote sources of federated attribute information.
 
-%package -n libshibresolver4
+%package -n libshibresolver5
 Summary:    Shibboleth SP Attribute Resolver library
 Group:      Development/Libraries
 Provides:   shibboleth-resolver = %{version}-%{release}
 Obsoletes:  shibboleth-resolver < %{version}-%{release}
 
-%description -n libshibresolver4
+%description -n libshibresolver5
 This package contains a Shibboleth SP Extension that provides
 externally accessible attribute resolver functionality for processing
 local and remote sources of federated attribute information.
@@ -48,14 +48,14 @@ This package contains just the shared library.
 %package -n libshibresolver-devel
 Summary:    Shibboleth SP Attribute Resolver development Headers
 Group:      Development/Libraries
-Requires:   libshibresolver4 = %{version}-%{release}
+Requires:   libshibresolver5 = %{version}-%{release}
 Provides:   shibboleth-resolver-devel = %{version}-%{release}
 Obsoletes:  shibboleth-resolver-devel < %{version}-%{release}
 Requires: libxerces-c-devel >= 3.2
 Requires: libxml-security-c-devel >= 2.0.0
 Requires: libxmltooling-devel >= 3.2.0
 Requires: libsaml-devel >= 3.2.0
-Requires: shibboleth-devel >= 3.2.0
+Requires: shibboleth-devel >= 3.3.0
 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
 
@@ -103,11 +103,11 @@ This package includes files needed for development.
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
 
-%post -n libshibresolver4 -p /sbin/ldconfig
+%post -n libshibresolver5 -p /sbin/ldconfig
 
-%postun -n libshibresolver4 -p /sbin/ldconfig
+%postun -n libshibresolver5 -p /sbin/ldconfig
 
-%files -n libshibresolver4
+%files -n libshibresolver5
 %defattr(-,root,root,-)
 %{_libdir}/libshibresolver-lite.so.*
 %{_libdir}/libshibresolver.so.*
@@ -122,6 +122,9 @@ This package includes files needed for development.
 %doc %{pkgdocdir}
 
 %changelog
+* Thu Oct 28 2021 Scott Cantor  <cantor.2 at osu.edu> - 3.3.0-1
+- Bump version
+
 * Mon Dec 7 2020  Scott Cantor  <cantor.2 at osu.edu> - 3.2.0-1
 - Bump version
 
diff --git a/common/SPECS/xmltooling.spec b/common/SPECS/xmltooling.spec
index 07c4ce8..688403d 100644
--- a/common/SPECS/xmltooling.spec
+++ b/common/SPECS/xmltooling.spec
@@ -1,5 +1,5 @@
 Name:		xmltooling
-Version:	3.2.0
+Version:	3.2.1
 Release:	1
 Summary:	OpenSAML XML Processing library
 Group:		Development/Libraries/C and C++

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list