[mingw-p11-kit] Update to 0.22.0

mooninite mooninite at fedoraproject.org
Sat Oct 4 20:32:29 UTC 2014


commit a2b2a697ba79e0df0a59b065ac83a9634b122932
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Sat Oct 4 15:32:19 2014 -0500

    Update to 0.22.0

 .gitignore         |    2 +-
 mingw-p11-kit.spec |   14 +++++++++-----
 sources            |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf4ef8b..05a2a56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/p11-kit-0.21.1.tar.gz
+/p11-kit-0.22.0.tar.gz
diff --git a/mingw-p11-kit.spec b/mingw-p11-kit.spec
index 079c511..92fd4c1 100644
--- a/mingw-p11-kit.spec
+++ b/mingw-p11-kit.spec
@@ -1,7 +1,7 @@
 %?mingw_package_header
 
 Name:           mingw-p11-kit
-Version:        0.21.1
+Version:        0.22.0
 Release:        1%{?dist}
 Summary:        MinGW Library for loading and sharing PKCS#11 modules
 
@@ -9,8 +9,8 @@ License:        BSD
 Group:          Development/Libraries
 URL:            http://p11-glue.freedesktop.org/p11-kit.html
 Source0:        http://p11-glue.freedesktop.org/releases/p11-kit-%{version}.tar.gz
-Patch100:       p11-kit-mingw-trust-test.patch
-Patch101:       p11-kit-0.21.1-tests.patch
+Patch100:       mingw-p11-kit-define.patch
+Patch101:       mingw-p11-kit-setenv.patch
 
 BuildArch:      noarch
 
@@ -73,11 +73,12 @@ way that they're discoverable.  This library is cross-compiled for MinGW.
 
 %prep
 %setup -q -n p11-kit-%{version}
-%patch100 -p1 -b .trust-test
-%patch101 -p0 -b .p11-kit-tests
+%patch100 -p0 -b .mingw-define
+%patch101 -p0 -b .mingw-setenv
 
 
 %build
+automake -f -i
 %mingw_configure --disable-static --disable-silent-rules
 %mingw_make %{?_smp_mflags} V=1
 
@@ -129,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/gtk-doc
 
 
 %changelog
+* Sat Oct 04 2014 Michael Cronenworth <mike at cchtml.com> - 0.22.0-1
+- New upstream release.
+
 * Sun Aug 17 2014 Michael Cronenworth <mike at cchtml.com> - 0.21.1-1
 - New upstream release.
 
diff --git a/sources b/sources
index 9a637fb..3f5b512 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4eea22e3b58643de141990deaae6646b  p11-kit-0.21.1.tar.gz
+2799d5d2817c895227d59cbf8516b7ff  p11-kit-0.22.0.tar.gz


More information about the scm-commits mailing list