[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling.spec.in

noreply at shibboleth.net noreply at shibboleth.net
Mon Aug 8 19:11:14 BST 2011


Author: scantor
Date: Mon Aug  8 19:11:14 2011
New Revision: 895

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=895&view=rev
Log:
Bump lib package number.

Modified:
    branches/REL_1/xmltooling.spec.in

Modified: branches/REL_1/xmltooling.spec.in
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling.spec.in?rev=895&r1=894&r2=895&view=diff
==============================================================================
--- branches/REL_1/xmltooling.spec.in (original)
+++ branches/REL_1/xmltooling.spec.in Mon Aug  8 19:11:14 2011
@@ -50,7 +50,7 @@
 classes to add value around the DOM, as well as signing and encryption
 support.
 
-%package -n lib at PACKAGE_NAME@5
+%package -n lib at PACKAGE_NAME@6
 Summary:    OpenSAML XMLTooling library
 Group:      Development/Libraries/C and C++
 Provides:   @PACKAGE_NAME@ = %{version}-%{release}
@@ -59,7 +59,7 @@
 Requires: libcurl-openssl >= 7.21.7
 %endif
 
-%description -n lib at PACKAGE_NAME@5
+%description -n lib at PACKAGE_NAME@6
 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
@@ -71,7 +71,7 @@
 %package -n lib at PACKAGE_NAME@-devel
 Summary:	XMLTooling development Headers
 Group:		Development/Libraries/C and C++
-Requires:	lib at PACKAGE_NAME@5 = %{version}-%{release}
+Requires:	lib at PACKAGE_NAME@6 = %{version}-%{release}
 Provides:	@PACKAGE_NAME at -devel = %{version}-%{release}
 Obsoletes:	@PACKAGE_NAME at -devel < %{version}-%{release}
 %if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
@@ -141,7 +141,7 @@
 %postun -n lib at PACKAGE_NAME@5 -p /sbin/ldconfig
 %endif
 
-%files -n lib at PACKAGE@5
+%files -n lib at PACKAGE@6
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 
@@ -158,6 +158,9 @@
 %doc %{pkgdocdir}
 
 %changelog
+* Mon Aug 8 2011 Scott Cantor  <cantor.2 at osu.edu>  - 1.5-1
+- Update lib package number.
+
 * Sun Jun 26 2011  Scott Cantor  <cantor.2 at osu.edu>  - 1.4.2-1
 - Override curl build for RHEL6.
 



More information about the commits mailing list