[xmlsec1] Update to new upstream release 1.2.20

Simo Sorce simo at fedoraproject.org
Fri Sep 19 15:14:49 UTC 2014


commit 07b57d131bcff4f37e088405b29aeb3eb5dea72f
Author: Simo Sorce <simo at redhat.com>
Date:   Fri Sep 19 09:50:55 2014 -0400

    Update to new upstream release 1.2.20
    
    - This release fixes a number of miscellaneous bugs and updates expired or
      soon-to-be-expired certificates in the test suite.
    - Also drops the no-ecdsa patch

 .gitignore                            |    1 +
 sources                               |    2 +-
 xmlsec1-1.2.19-openssl-no-ecdsa.patch |   25 -------------------------
 xmlsec1.spec                          |   12 ++++++++----
 4 files changed, 10 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 056745e..8beea3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xmlsec1-1.2.16.tar.gz
 /xmlsec1-1.2.17.tar.gz
 /xmlsec1-1.2.18.tar.gz
 /xmlsec1-1.2.19.tar.gz
+/xmlsec1-1.2.20.tar.gz
diff --git a/sources b/sources
index 205ec5f..9ef3865 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe664ba5f01ebfaeb0ab5deeb0b2249e  xmlsec1-1.2.19.tar.gz
+ce12af00283eb90d9281956524250d6e  xmlsec1-1.2.20.tar.gz
diff --git a/xmlsec1.spec b/xmlsec1.spec
index 207be6c..d1df768 100644
--- a/xmlsec1.spec
+++ b/xmlsec1.spec
@@ -1,7 +1,7 @@
 Summary: Library providing support for "XML Signature" and "XML Encryption" standards
 Name: xmlsec1
-Version: 1.2.19
-Release: 6%{?dist}%{?extra_release}
+Version: 1.2.20
+Release: 1%{?dist}%{?extra_release}
 License: MIT
 Group: System Environment/Libraries
 Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
@@ -15,7 +15,6 @@ BuildRequires: gnutls-devel >= 1.0.20
 BuildRequires: nss-devel >= 3.2
 BuildRequires: nspr-devel
 BuildRequires: libtool-ltdl-devel
-Patch1: xmlsec1-1.2.19-openssl-no-ecdsa.patch
 # extra build deps needed for autoreconf after above patch
 BuildRequires: autoconf
 BuildRequires: automake
@@ -123,7 +122,6 @@ Libraries, includes, etc. for developing XML Security applications with NSS.
 
 %prep
 %setup -q
-%patch1 -p0
 
 %build
 autoreconf -if
@@ -214,6 +212,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %{_libdir}/pkgconfig/xmlsec1-nss.pc
 
 %changelog
+* Fri Sep 19 2014 Simo Sorce <simo at redhat.com> - 1.2.20-1
+- Update to new upstream release 1.2.20
+- This release fixes a number of miscellaneous bugs and updates expired or
+  soon-to-be-expired certificates in the test suite.
+- Also drops the no-ecdsa patch
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.19-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list