You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2012/06/24 20:02:51 UTC

svn commit: r1353304 - in /santuario/xml-security-cpp/trunk: xml-security-c.spec xsec/framework/XSECVersion.hpp

Author: scantor
Date: Sun Jun 24 18:02:51 2012
New Revision: 1353304

URL: http://svn.apache.org/viewvc?rev=1353304&view=rev
Log:
Bump version and package info

Modified:
    santuario/xml-security-cpp/trunk/xml-security-c.spec
    santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp

Modified: santuario/xml-security-cpp/trunk/xml-security-c.spec
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xml-security-c.spec?rev=1353304&r1=1353303&r2=1353304&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xml-security-c.spec (original)
+++ santuario/xml-security-cpp/trunk/xml-security-c.spec Sun Jun 24 18:02:51 2012
@@ -1,5 +1,5 @@
 Name:           xml-security-c
-Version:        1.6.1
+Version:        1.7.0
 Release:        1
 Summary:        Apache XML security C++ library
 Group:          Development/Libraries/C and C++
@@ -38,13 +38,13 @@ XPath and XSLT transforms.
 
 This package contains the utility programs.
 
-%package -n libxml-security-c16
+%package -n libxml-security-c17
 Summary:    Apache XML security C++ library
 Group:      Development/Libraries/C and C++
 Provides:   xml-security-c = %{version}-%{release}
 Obsoletes:  xml-security-c < %{version}-%{release}
 
-%description -n libxml-security-c16
+%description -n libxml-security-c17
 The xml-security-c library is a C++ implementation of the XML Digital Signature
 and Encryption specifications. The library makes use of the Apache XML project's
 Xerces-C XML Parser and Xalan-C XSLT processor. The latter is used for processing
@@ -55,7 +55,7 @@ This package contains just the shared li
 %package -n libxml-security-c-devel
 Summary:	Development files for the Apache C++ XML security library
 Group:		Development/Libraries/C and C++
-Requires:	libxml-security-c16 = %{version}-%{release}
+Requires:	libxml-security-c17 = %{version}-%{release}
 Requires:	openssl-devel
 %if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1120
 Requires:	libXerces-c-devel
@@ -90,18 +90,18 @@ This package includes files needed for d
 
 
 %ifnos solaris2.8 solaris2.9 solaris2.10
-%post -n libxml-security-c16 -p /sbin/ldconfig
+%post -n libxml-security-c17 -p /sbin/ldconfig
 %endif
 
 %ifnos solaris2.8 solaris2.9 solaris2.10
-%postun -n libxml-security-c16 -p /sbin/ldconfig
+%postun -n libxml-security-c17 -p /sbin/ldconfig
 %endif
 
 %files -n xml-security-c-bin
 %defattr(-,root,root,-)
 %{_bindir}/*
 
-%files -n libxml-security-c16
+%files -n libxml-security-c17
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 
@@ -112,6 +112,9 @@ This package includes files needed for d
 %{_libdir}/*.a
 
 %changelog
+* Sun Jun 24 2012 Scott Cantor <ca...@osu.edu> 1.7.0-1
+- update to 1.7.0
+
 * Tue Oct 26 2010 Scott Cantor <ca...@osu.edu> 1.6.0-1
 - update to 1.6.0
 - fix package dependencies for OpenSUSE 11.3+ and Xalan

Modified: santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp?rev=1353304&r1=1353303&r2=1353304&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp Sun Jun 24 18:02:51 2012
@@ -29,8 +29,8 @@
  */
 
 #define XSEC_VERSION_MAJOR   1
-#define XSEC_VERSION_MEDIUM  6
-#define XSEC_VERSION_MINOR   1
+#define XSEC_VERSION_MEDIUM  7
+#define XSEC_VERSION_MINOR   0
 
 // --------------------------------------------------------------------------------
 //           Version Handling