[cpp-linbuild] 15/15: Bump Release and list associated changes

John W. O'Brien john at saltant.com
Sun Jun 18 15:00:50 UTC 2023


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

obrienjw 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=a2d5c5fc3c74a4e4b1f844530277237232e9ea20

commit a2d5c5fc3c74a4e4b1f844530277237232e9ea20
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Sat Jun 17 22:09:00 2023 +0000

    Bump Release and list associated changes
---
 common/SPECS/curl-openssl.spec           |  8 +++++++-
 common/SPECS/log4shib.spec               | 14 +++++++++++++-
 common/SPECS/opensaml.spec               | 12 +++++++++++-
 common/SPECS/shibboleth-embedded-ds.spec |  9 ++++++++-
 common/SPECS/shibboleth.spec             | 15 ++++++++++++++-
 common/SPECS/shibresolver.spec           | 13 ++++++++++++-
 common/SPECS/xerces-c.spec               | 14 +++++++++++++-
 common/SPECS/xml-security-c.spec         | 12 +++++++++++-
 common/SPECS/xmltooling.spec             | 12 +++++++++++-
 9 files changed, 100 insertions(+), 9 deletions(-)

diff --git a/common/SPECS/curl-openssl.spec b/common/SPECS/curl-openssl.spec
index a5d90d0..7950a67 100644
--- a/common/SPECS/curl-openssl.spec
+++ b/common/SPECS/curl-openssl.spec
@@ -7,7 +7,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl-openssl
 Version: 7.86.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: Applications/Internet
 Source0: http://curl.haxx.se/download/curl-%{version}.tar.bz2
@@ -140,6 +140,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> 7.86.0-2
+- Normalize SPEC file whitespace
+- Delete obsolete BuildRoot macro
+- Ensure Source is valid and fetchable
+- Adopt %make_install
+
 * Thu Feb 18 2016 Scott Cantor <cantor.2 at osu.edu> 7.47.1-1
 - update version
 - add missing file to package
diff --git a/common/SPECS/log4shib.spec b/common/SPECS/log4shib.spec
index c3e3138..95a6a54 100644
--- a/common/SPECS/log4shib.spec
+++ b/common/SPECS/log4shib.spec
@@ -4,7 +4,7 @@
 
 Name: %{libname}
 Version: 2.0.1
-Release: 1
+Release: 2%{?dist}
 Summary: Log for C++, Shibboleth Edition
 License: LGPL-2.1-only
 Group: Development/Libraries
@@ -88,6 +88,18 @@ fi
 %doc %{pkgdocdir}
 
 %changelog
+* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> - 2.0.1-2
+- Normalize SPEC file whitespace
+- Delete obsolete BuildRoot macro
+- Limit macro specifications to one per line for diff-ability
+- Conform License field to SPDX License List
+- Escape macros in comments
+- Ensure Source is valid and fetchable
+- Adopt %make_install
+- Parameterize (sub-)package names
+- Replace empty main package with lib sub-package
+- Append %dist to Release
+
 * Thu Oct 28 2021 Scott Cantor <cantor.2 at osu.edu> - 2.0.1-1
 - Remove static library from manifest.
 
diff --git a/common/SPECS/opensaml.spec b/common/SPECS/opensaml.spec
index 0627a6b..b85aecf 100644
--- a/common/SPECS/opensaml.spec
+++ b/common/SPECS/opensaml.spec
@@ -6,7 +6,7 @@
 
 Name: %{libname}
 Version: 3.2.1
-Release: 1
+Release: 2%{?dist}
 Summary: OpenSAML SAML library
 Group: Development/Libraries/C and C++
 Vendor: Shibboleth Consortium
@@ -134,6 +134,16 @@ This package includes XML schemas and related files.
 %doc %{pkgdocdir}
 
 %changelog
+* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> - 3.2.1-2
+- Normalize SPEC file whitespace
+- Delete obsolete BuildRoot macro
+- Limit macro specifications to one per line for diff-ability
+- Ensure Source is valid and fetchable
+- Adopt %make_install
+- Parameterize (sub-)package names
+- Replace empty main package with lib sub-package
+- Append %dist to Release
+
 * Wed Dec 2 2020 Scott Cantor <cantor.2 at osu.edu> - 3.2.0-1
 - Version and lib bump
 
diff --git a/common/SPECS/shibboleth-embedded-ds.spec b/common/SPECS/shibboleth-embedded-ds.spec
index c7ec2fd..f7f0464 100644
--- a/common/SPECS/shibboleth-embedded-ds.spec
+++ b/common/SPECS/shibboleth-embedded-ds.spec
@@ -1,6 +1,6 @@
 Name: shibboleth-embedded-ds
 Version: 1.2.2
-Release: 1
+Release: 2%{?dist}
 Summary: Client-side federation discovery service for SAML-based SSO
 Group: Productivity/Networking/Security
 Vendor: Shibboleth Consortium
@@ -92,6 +92,13 @@ cd /
 %config %{_sysconfdir}/shibboleth-ds/shibboleth-ds.conf
 
 %changelog
+* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> - 1.2.2-2
+- Normalize SPEC file whitespace
+- Delete obsolete BuildRoot macro
+- Ensure Source is valid and fetchable
+- Adopt %make_install
+- Append %dist to Release
+
 * Mon Jun 6 2016 Scott Cantor <cantor.2 at osu.edu> - 1.2.0-1
 - Update version
 - Fix license name
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index ef18605..78ba565 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -1,6 +1,6 @@
 Name: shibboleth
 Version: 3.4.1
-Release: 2
+Release: 3%{?dist}
 Summary: Open source system for attribute-based Web SSO
 Group: Productivity/Networking/Security
 Vendor: Shibboleth Consortium
@@ -480,6 +480,19 @@ exit 0
 %doc %{pkgdocdir}/api
 
 %changelog
+* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> - 3.4.1-3
+- Normalize SPEC file whitespace
+- Delete obsolete BuildRoot macro
+- Limit macro specifications to one per line for diff-ability
+- Escape macros in comments
+- Avoid hardcoding library path
+- Replace deprecated PreReq
+- Run %setup quietly
+- Ensure Source is valid and fetchable
+- Adopt %make_install
+- Drop support for RHEL 5
+- Append %dist to Release
+
 * Fri Mar 24 2023 John W. O'Brien <john at saltant.com> 3.4.1-2
 - Build with memcached on RHEL 8 and later and derivatives
 
diff --git a/common/SPECS/shibresolver.spec b/common/SPECS/shibresolver.spec
index 55eb235..c5b6b43 100644
--- a/common/SPECS/shibresolver.spec
+++ b/common/SPECS/shibresolver.spec
@@ -6,7 +6,7 @@
 Name: %{libname}
 Version: 3.4.0
 Summary: Shibboleth SP Attribute Resolver Library
-Release: 1
+Release: 2%{?dist}
 Vendor: Shibboleth Consortium
 Group: System Environment/Libraries
 License: Apache-2.0
@@ -114,6 +114,17 @@ This package includes files needed for development.
 %doc %{pkgdocdir}
 
 %changelog
+* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> - 3.4.0-2
+- Normalize SPEC file whitespace
+- Delete obsolete BuildRoot macro
+- Limit macro specifications to one per line for diff-ability
+- Ensure Source is valid and fetchable
+- Adopt %make_install
+- Drop support for RHEL 5
+- Parameterize (sub-)package names
+- Replace empty main package with lib sub-package
+- Append %dist to Release
+
 * Mon Oct 24 2022 Scott Cantor <cantor.2 at osu.edu> - 3.4.0-1
 - Bump version
 
diff --git a/common/SPECS/xerces-c.spec b/common/SPECS/xerces-c.spec
index f9f9b97..a0e0573 100644
--- a/common/SPECS/xerces-c.spec
+++ b/common/SPECS/xerces-c.spec
@@ -6,7 +6,7 @@
 Summary: Xerces-C++ validating XML parser
 Name: %{libname}
 Version: 3.2.4
-Release: 1
+Release: 2%{?dist}
 URL: https://xerces.apache.org/%{compname}/
 Source0: https://shibboleth.net/downloads/%{compname}/%{compname}-%{version}.tar.bz2
 Provides: %{compname} = %{version}-%{release}
@@ -93,6 +93,18 @@ The static libraries and header files needed for development with Xerces-C++.
 %exclude %{_libdir}/libxerces-c.la
 
 %changelog
+* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> 3.2.4-2
+- Normalize SPEC file whitespace
+- Delete obsolete BuildRoot macro
+- Limit macro specifications to one per line for diff-ability
+- Conform License field to SPDX License List
+- Ensure Source is valid and fetchable
+- Adopt %make_install
+- Drop support for relocatable xerces-c RPM
+- Parameterize (sub-)package names
+- Replace empty main package with lib sub-package
+- Append %dist to Release
+
 * Fri Oct 21 2022 John W. O'Brien <john at saltant.com> 3.2.4-1
 - Bump version
 
diff --git a/common/SPECS/xml-security-c.spec b/common/SPECS/xml-security-c.spec
index f9dedf0..fcdb319 100644
--- a/common/SPECS/xml-security-c.spec
+++ b/common/SPECS/xml-security-c.spec
@@ -5,7 +5,7 @@
 
 Name: %{libname}
 Version: 2.0.4
-Release: 1
+Release: 2%{?dist}
 Summary: Apache XML security C++ library
 Group: Development/Libraries/C and C++
 License: Apache-2.0
@@ -96,6 +96,16 @@ This package includes files needed for development with xml-security-c.
 %exclude %{_libdir}/*.la
 
 %changelog
+* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> 2.0.4-2
+- Normalize SPEC file whitespace
+- Delete obsolete BuildRoot macro
+- Conform License field to SPDX License List
+- Ensure Source is valid and fetchable
+- Adopt %make_install
+- Parameterize (sub-)package names
+- Replace empty main package with lib sub-package
+- Append %dist to Release
+
 * Mon Nov 13 2017 Scott Cantor <cantor.2 at osu.edu> 2.0.0-1
 - update to 2.0.0
 - exclude libtool archive
diff --git a/common/SPECS/xmltooling.spec b/common/SPECS/xmltooling.spec
index 88ab4c3..db2fb8e 100644
--- a/common/SPECS/xmltooling.spec
+++ b/common/SPECS/xmltooling.spec
@@ -5,7 +5,7 @@
 
 Name: %{libname}
 Version: 3.2.4
-Release: 1
+Release: 2%{?dist}
 Summary: OpenSAML XML Processing library
 Group: Development/Libraries/C and C++
 Vendor: Shibboleth Consortium
@@ -144,6 +144,16 @@ This package includes XML schemas and related files.
 %doc %{pkgdocdir}
 
 %changelog
+* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> - 3.2.4-2
+- Normalize SPEC file whitespace
+- Delete obsolete BuildRoot macro
+- Limit macro specifications to one per line for diff-ability
+- Ensure Source is valid and fetchable
+- Adopt %make_install
+- Parameterize (sub-)package names
+- Replace empty main package with lib sub-package
+- Append %dist to Release
+
 * Wed Nov 2 2022 Scott Cantor <cantor.2 at osu.edu> - 3.2.2-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