[xml-security-c] New upstream release 1.6.0

Antti Andreimann anttix at fedoraproject.org
Wed Mar 16 11:33:00 UTC 2011


commit 0bd011cee5fedd4bf7f6718fe6f89472924e6f79
Author: Antti Andreimann <Antti.Andreimann at mail.ee>
Date:   Wed Mar 16 13:32:17 2011 +0200

    New upstream release 1.6.0

 .gitignore          |    1 +
 sources             |    2 +-
 xml-security-c.spec |   12 +++++++-----
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1049786..7b14dd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xml-security-c-1.5.1.tar.gz
+/xml-security-c-1.6.0.tar.gz
diff --git a/sources b/sources
index 62c55a2..3dc7e91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c47c4ec12e8d6abe967aa5e5e99000c  xml-security-c-1.5.1.tar.gz
+b66046f074f5483e3b0081c5303e320c  xml-security-c-1.6.0.tar.gz
diff --git a/xml-security-c.spec b/xml-security-c.spec
index b86bd83..bdb3535 100644
--- a/xml-security-c.spec
+++ b/xml-security-c.spec
@@ -1,6 +1,6 @@
 Name:           xml-security-c
-Version:        1.5.1
-Release:        5%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 Summary:        C++ Implementation of W3C security standards for XML
 
 Group:          System Environment/Libraries
@@ -45,7 +45,7 @@ make %{?_smp_mflags}
 
 %check
 # Verify that what was compiled actually works.
-./bin/xtest
+./xsec/xtest
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -77,10 +77,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/xsec
 %{_libdir}/libxml-security-c.so
 
-# Upstream does not provide any docs (yet!)
-# %doc CHANGELOG.txt
+%doc CHANGELOG.txt LICENSE.txt NOTICE.txt INSTALL
 
 %changelog
+* Wed Mar 16 2011 Antti Andreimann <Antti.Andreimann at mail.ee> 1.6.0-1
+- New upstream release
+
 * Thu Mar 10 2011 Kalev Lember <kalev at smartlink.ee> - 1.5.1-5
 - Rebuilt with xerces-c 3.1
 


More information about the scm-commits mailing list