[cpp-linbuild] branch main updated: Refresh specfiles.

Scott Cantor cantor.2 at osu.edu
Wed Nov 2 15:08:03 UTC 2022


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=a20fb0fca77bd87ad108b79c15ce790efe260b5a

The following commit(s) were added to refs/heads/main by this push:
     new a20fb0f  Refresh specfiles.
a20fb0f is described below

commit a20fb0fca77bd87ad108b79c15ce790efe260b5a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Nov 2 11:07:59 2022 -0400

    Refresh specfiles.
---
 common/SPECS/shibboleth.spec   |  5 ++++-
 common/SPECS/shibresolver.spec | 17 ++++++++++-------
 common/SPECS/xmltooling.spec   |  5 ++++-
 3 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index 5752175..0601283 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -1,5 +1,5 @@
 Name:		shibboleth
-Version:	3.3.0
+Version:	3.4.0
 Release:	1
 Summary:	Open source system for attribute-based Web SSO
 Group:		Productivity/Networking/Security
@@ -481,6 +481,9 @@ exit 0
 %doc %{pkgdocdir}/api
 
 %changelog
+* Wed Nov 2 2022 Scott Cantor <cantor.2 at osu.edu> - 3.4.0-1
+- Version bump
+
 * Thu Apr 22 2021 Scott Cantor <cantor.2 at osu.edu> - 3.2.2-1
 - Fix devel dependency versions
 
diff --git a/common/SPECS/shibresolver.spec b/common/SPECS/shibresolver.spec
index b612132..1740e3b 100644
--- a/common/SPECS/shibresolver.spec
+++ b/common/SPECS/shibresolver.spec
@@ -1,5 +1,5 @@
 Name:		shibboleth-resolver
-Version:	3.3.0
+Version:	3.4.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.3.0
+BuildRequires:  shibboleth-devel >= 3.4.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 libshibresolver5
+%package -n libshibresolver6
 Summary:    Shibboleth SP Attribute Resolver library
 Group:      Development/Libraries
 Provides:   shibboleth-resolver = %{version}-%{release}
 Obsoletes:  shibboleth-resolver < %{version}-%{release}
 
-%description -n libshibresolver5
+%description -n libshibresolver6
 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:   libshibresolver5 = %{version}-%{release}
+Requires:   libshibresolver6 = %{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.3.0
+Requires: shibboleth-devel >= 3.4.0
 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
 
@@ -107,7 +107,7 @@ This package includes files needed for development.
 
 %postun -n libshibresolver5 -p /sbin/ldconfig
 
-%files -n libshibresolver5
+%files -n libshibresolver6
 %defattr(-,root,root,-)
 %{_libdir}/libshibresolver-lite.so.*
 %{_libdir}/libshibresolver.so.*
@@ -122,6 +122,9 @@ This package includes files needed for development.
 %doc %{pkgdocdir}
 
 %changelog
+* Mon Oct 24 2022 Scott Cantor <cantor.2 at osu.edu> - 3.4.0-1
+- Bump version
+
 * Thu Oct 28 2021 Scott Cantor  <cantor.2 at osu.edu> - 3.3.0-1
 - Bump version
 
diff --git a/common/SPECS/xmltooling.spec b/common/SPECS/xmltooling.spec
index 8c5f850..741b6e7 100644
--- a/common/SPECS/xmltooling.spec
+++ b/common/SPECS/xmltooling.spec
@@ -1,5 +1,5 @@
 Name:		xmltooling
-Version:	3.2.1
+Version:	3.2.2
 Release:	1
 Summary:	OpenSAML XML Processing library
 Group:		Development/Libraries/C and C++
@@ -149,6 +149,9 @@ This package includes XML schemas and related files.
 %doc %{pkgdocdir}
 
 %changelog
+* Wed Nov 2 2022 Scott Cantor <cantor.2 at osu.edu> - 3.2.2-1
+- Version bump
+
 * Wed Dec 2 2020 Scott Cantor <cantor.2 at osu.edu> - 3.2.0-1
 - Version bump
 

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


More information about the commits mailing list