diff --git a/.gitignore b/.gitignore index 7b14dd5..41cc71c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xml-security-c-1.5.1.tar.gz /xml-security-c-1.6.0.tar.gz +/xml-security-c-1.6.1.tar.gz diff --git a/sources b/sources index 3dc7e91..964d32d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b66046f074f5483e3b0081c5303e320c xml-security-c-1.6.0.tar.gz +808316c80a7453b6d50a0bceb7ebe9bc xml-security-c-1.6.1.tar.gz diff --git a/xml-security-c.spec b/xml-security-c.spec index bdb3535..502053c 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,12 +1,12 @@ Name: xml-security-c -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: C++ Implementation of W3C security standards for XML Group: System Environment/Libraries License: ASL 2.0 URL: http://santuario.apache.org/c/ -Source: http://santuario.apache.org/dist/c-library/%{name}-%{version}.tar.gz +Source: http://www.apache.org/dist//santuario/c-library/xml-security-c-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xerces-c-devel xalan-c-devel openssl-devel @@ -77,9 +77,12 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xsec %{_libdir}/libxml-security-c.so -%doc CHANGELOG.txt LICENSE.txt NOTICE.txt INSTALL +%doc CHANGELOG.txt LICENSE.txt NOTICE.txt %changelog +* Thu Jul 7 2011 Steve Traylen 1.6.1-1 +- New upstream release, Correct source URL. + * Wed Mar 16 2011 Antti Andreimann 1.6.0-1 - New upstream release