[cpp-opensaml] 01/02: Bump version.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 2 16:54:44 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=7d9500c4db1c3a34603bd72f903af5c0f75baaba
commit 7d9500c4db1c3a34603bd72f903af5c0f75baaba
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 2 11:54:01 2020 -0500
Bump version.
---
config_win32.h | 6 +++---
configure.ac | 2 +-
opensaml.spec.in | 19 +++++++++++--------
saml/Makefile.am | 2 +-
saml/saml.rc | 20 ++++++++++----------
saml/version.h | 2 +-
samlsign/samlsign.rc | 12 ++++++------
7 files changed, 33 insertions(+), 30 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index b79b858..e42dbbe 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -81,13 +81,13 @@
#define PACKAGE_NAME "opensaml"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "opensaml 3.1.0"
+#define PACKAGE_STRING "opensaml 3.2.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "opensaml"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "3.1.0"
+#define PACKAGE_VERSION "3.2.0"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -100,7 +100,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "3.1.0"
+#define VERSION "3.2.0"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/configure.ac b/configure.ac
index 56e3fa1..26b346f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.50])
-AC_INIT([opensaml],[3.1.0],[https://issues.shibboleth.net/],[opensaml])
+AC_INIT([opensaml],[3.2.0],[https://issues.shibboleth.net/],[opensaml])
AC_CONFIG_SRCDIR(saml)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)
diff --git a/opensaml.spec.in b/opensaml.spec.in
index d00076b..de703ee 100644
--- a/opensaml.spec.in
+++ b/opensaml.spec.in
@@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libxerces-c-devel >= 3.2
BuildRequires: libxml-security-c-devel >= 2.0.0
-BuildRequires: libxmltooling-devel >= 3.1.0
+BuildRequires: libxmltooling-devel >= 3.2.0
%{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
BuildRequires: gcc-c++, pkgconfig, boost-devel >= 1.32.0
@@ -45,13 +45,13 @@ that support the SAML 1.0, 1.1, and 2.0 specifications.
This package contains the utility programs.
-%package -n libsaml11
+%package -n libsaml12
Summary: OpenSAML SAML library
Group: Development/Libraries/C and C++
Provides: @PACKAGE_NAME@ = %{version}-%{release}
Obsoletes: @PACKAGE_NAME@ < %{version}-%{release}
-%description -n libsaml11
+%description -n libsaml12
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.
@@ -61,12 +61,12 @@ This package contains just the shared library.
%package -n libsaml-devel
Summary: OpenSAML development Headers
Group: Development/Libraries/C and C++
-Requires: libsaml11 = %{version}-%{release}
+Requires: libsaml12 = %{version}-%{release}
Provides: @PACKAGE_NAME at -devel = %{version}-%{release}
Obsoletes: @PACKAGE_NAME at -devel < %{version}-%{release}
Requires: libxerces-c-devel >= 3.2
Requires: libxml-security-c-devel >= 2.0.0
-Requires: libxmltooling-devel >= 3.1.0
+Requires: libxmltooling-devel >= 3.2.0
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
@@ -110,15 +110,15 @@ This package includes XML schemas and related files.
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
-%post -n libsaml11 -p /sbin/ldconfig
+%post -n libsaml12 -p /sbin/ldconfig
-%postun -n libsaml11 -p /sbin/ldconfig
+%postun -n libsaml12 -p /sbin/ldconfig
%files -n @PACKAGE_NAME at -bin
%defattr(-,root,root,-)
%{_bindir}/samlsign
-%files -n libsaml11
+%files -n libsaml12
%defattr(-,root,root,-)
%{_libdir}/libsaml.so.*
%exclude %{_libdir}/libsaml.la
@@ -136,6 +136,9 @@ This package includes XML schemas and related files.
%doc %{pkgdocdir}
%changelog
+* Wed Dec 2 2020 Scott Cantor <cantor.2 at osu.edu> - 3.2.0-1
+- Version and lib bump
+
* Mon Feb 3 2020 Scott Cantor <cantor.2 at osu.edu> - 3.1.0-1
- Version and lib bump
- Remove Solaris conditionals
diff --git a/saml/Makefile.am b/saml/Makefile.am
index 48b003f..d3c02d9 100644
--- a/saml/Makefile.am
+++ b/saml/Makefile.am
@@ -181,7 +181,7 @@ libsaml_la_SOURCES = \
# this is different from the project version
# http://sources.redhat.com/autobook/autobook/autobook_91.html
-libsaml_la_LDFLAGS = -version-info 11:0:0
+libsaml_la_LDFLAGS = -version-info 12:0:0
libsaml_la_CPPFLAGS = \
$(BOOST_CPPFLAGS)
libsaml_la_CXXFLAGS = \
diff --git a/saml/saml.rc b/saml/saml.rc
index 8859163..56806de 100644
--- a/saml/saml.rc
+++ b/saml/saml.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,1,0,0
- PRODUCTVERSION 3,1,0,0
+ FILEVERSION 3,2,0,0
+ PRODUCTVERSION 3,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,22 +47,22 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Library\0"
- VALUE "FileVersion", "3, 1, 0, 0\0"
+ VALUE "FileVersion", "3, 2, 0, 0\0"
#ifdef _DEBUG
- VALUE "InternalName", "saml3_1D\0"
+ VALUE "InternalName", "saml3_2D\0"
#else
- VALUE "InternalName", "saml3_1\0"
+ VALUE "InternalName", "saml3_2\0"
#endif
- VALUE "LegalCopyright", "Copyright � 2020 Various\0"
+ VALUE "LegalCopyright", "Copyright 2020 Various\0"
VALUE "LegalTrademarks", "\0"
#ifdef _DEBUG
- VALUE "OriginalFilename", "saml3_1D.dll\0"
+ VALUE "OriginalFilename", "saml3_2D.dll\0"
#else
- VALUE "OriginalFilename", "saml3_1.dll\0"
+ VALUE "OriginalFilename", "saml3_2.dll\0"
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "OpenSAML 3.1.0\0"
- VALUE "ProductVersion", "3, 1, 0, 0\0"
+ VALUE "ProductName", "OpenSAML 3.2.0\0"
+ VALUE "ProductVersion", "3, 2, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/saml/version.h b/saml/version.h
index 952e41f..e4da225 100644
--- a/saml/version.h
+++ b/saml/version.h
@@ -43,7 +43,7 @@
*/
#define OPENSAML_VERSION_MAJOR 3
-#define OPENSAML_VERSION_MINOR 1
+#define OPENSAML_VERSION_MINOR 2
#define OPENSAML_VERSION_REVISION 0
/** DO NOT MODIFY BELOW THIS LINE */
diff --git a/samlsign/samlsign.rc b/samlsign/samlsign.rc
index 4a9b302..a04603b 100644
--- a/samlsign/samlsign.rc
+++ b/samlsign/samlsign.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,0,1,0
- PRODUCTVERSION 3,0,1,0
+ FILEVERSION 3,2,0,0
+ PRODUCTVERSION 3,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,14 +47,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Signature Utility\0"
- VALUE "FileVersion", "3, 0, 1, 0\0"
+ VALUE "FileVersion", "3, 2, 0, 0\0"
VALUE "InternalName", "samlsign\0"
- VALUE "LegalCopyright", "Copyright � 2018 UCAID\0"
+ VALUE "LegalCopyright", "Copyright 2020 Various\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "samlsign.exe\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "OpenSAML 3.0.1\0"
- VALUE "ProductVersion", "3, 0, 1, 0\0"
+ VALUE "ProductName", "OpenSAML 3.2.0\0"
+ VALUE "ProductVersion", "3, 2, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list