[cpp-xmltooling] branch main updated: Adjust soname in specfile.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 9 20:19:10 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=ea471e1c5fd5966004b67885d8ad7cd763f12927
The following commit(s) were added to refs/heads/main by this push:
new ea471e1 Adjust soname in specfile.
ea471e1 is described below
commit ea471e1c5fd5966004b67885d8ad7cd763f12927
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 9 16:19:05 2024 -0400
Adjust soname in specfile.
---
xmltooling.spec.in | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/xmltooling.spec.in b/xmltooling.spec.in
index b99e3ee..2fd84bf 100644
--- a/xmltooling.spec.in
+++ b/xmltooling.spec.in
@@ -47,7 +47,7 @@ for declaring element- and type-specific API and implementation
classes to add value around the DOM, as well as signing and encryption
support.
-%package -n lib at PACKAGE_NAME@10
+%package -n lib at PACKAGE_NAME@11
Summary: OpenSAML XMLTooling library
Group: Development/Libraries/C and C++
Provides: @PACKAGE_NAME@ = %{version}-%{release}
@@ -56,7 +56,7 @@ Obsoletes: @PACKAGE_NAME@ < %{version}-%{release}
Requires: libcurl-openssl >= 7.21.7
%endif
-%description -n lib at PACKAGE_NAME@10
+%description -n lib at PACKAGE_NAME@11
The XMLTooling library contains generic XML parsing and processing
classes based on the Xerces-C DOM. It adds more powerful facilities
for declaring element- and type-specific API and implementation
@@ -68,7 +68,7 @@ This package contains just the shared library.
%package -n lib at PACKAGE_NAME@-devel
Summary: XMLTooling development Headers
Group: Development/Libraries/C and C++
-Requires: lib at PACKAGE_NAME@10 = %{version}-%{release}
+Requires: lib at PACKAGE_NAME@11 = %{version}-%{release}
Provides: @PACKAGE_NAME at -devel = %{version}-%{release}
Obsoletes: @PACKAGE_NAME at -devel < %{version}-%{release}
Requires: libxerces-c-devel >= 3.2
@@ -126,11 +126,11 @@ This package includes XML schemas and related files.
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
-%post -n lib at PACKAGE_NAME@10 -p /sbin/ldconfig
+%post -n lib at PACKAGE_NAME@11 -p /sbin/ldconfig
-%postun -n lib at PACKAGE_NAME@10 -p /sbin/ldconfig
+%postun -n lib at PACKAGE_NAME@11 -p /sbin/ldconfig
-%files -n lib at PACKAGE_NAME@10
+%files -n lib at PACKAGE_NAME@11
%defattr(-,root,root,-)
%{_libdir}/*.so.*
%exclude %{_libdir}/*.la
@@ -149,6 +149,9 @@ This package includes XML schemas and related files.
%doc %{pkgdocdir}
%changelog
+* Mon Sep 9 2024 Scott Cantor <cantor.2 at osu.edu> - 3.3.0-1
+- Version bump
+
* 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