[mingw-nettle] New upstream release.

mooninite mooninite at fedoraproject.org
Thu Feb 7 04:43:20 UTC 2013


commit 6511e92840995f6b79c74ed54941f044e4b33190
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Wed Feb 6 22:43:10 2013 -0600

    New upstream release.

 .gitignore        |    1 +
 mingw-nettle.spec |   23 +++++++++++++----------
 sources           |    2 +-
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2d1bbc..9b38a31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /nettle-2.4.tar.gz
+/nettle-2.6.tar.gz
diff --git a/mingw-nettle.spec b/mingw-nettle.spec
index 3790175..e5ffa30 100644
--- a/mingw-nettle.spec
+++ b/mingw-nettle.spec
@@ -1,8 +1,8 @@
 %{?mingw_package_header}
 
 Name:           mingw-nettle
-Version:        2.4
-Release:        2%{?dist}
+Version:        2.6
+Release:        1%{?dist}
 
 Summary: MinGW package for nettle cryptographic library
 License: LGPLv2+
@@ -73,11 +73,11 @@ or even in kernel space.
 %mingw_make install DESTDIR=$RPM_BUILD_ROOT
 
 # make install misses DLLs
-cp -p build_win32/libhogweed-2-1.dll \
-      build_win32/libnettle-4-3.dll \
+cp -p build_win32/libhogweed-2-3.dll \
+      build_win32/libnettle-4-5.dll \
       $RPM_BUILD_ROOT%{mingw32_bindir}
-cp -p build_win64/libhogweed-2-1.dll \
-      build_win64/libnettle-4-3.dll \
+cp -p build_win64/libhogweed-2-3.dll \
+      build_win64/libnettle-4-5.dll \
       $RPM_BUILD_ROOT%{mingw64_bindir}
 
 # Clean out files that should not be part of the rpm.
@@ -98,8 +98,8 @@ rm -r $RPM_BUILD_ROOT/%{mingw64_prefix}/share
 %{mingw32_bindir}/nettle-lfib-stream.exe
 %{mingw32_bindir}/pkcs1-conv.exe
 %{mingw32_bindir}/sexp-conv.exe
-%{mingw32_bindir}/libnettle-4-3.dll
-%{mingw32_bindir}/libhogweed-2-1.dll
+%{mingw32_bindir}/libnettle-4-5.dll
+%{mingw32_bindir}/libhogweed-2-3.dll
 %{mingw32_libdir}/libnettle.dll.a
 %{mingw32_libdir}/libhogweed.dll.a
 %{mingw32_libdir}/pkgconfig/nettle.pc
@@ -115,8 +115,8 @@ rm -r $RPM_BUILD_ROOT/%{mingw64_prefix}/share
 %{mingw64_bindir}/nettle-lfib-stream.exe
 %{mingw64_bindir}/pkcs1-conv.exe
 %{mingw64_bindir}/sexp-conv.exe
-%{mingw64_bindir}/libnettle-4-3.dll
-%{mingw64_bindir}/libhogweed-2-1.dll
+%{mingw64_bindir}/libnettle-4-5.dll
+%{mingw64_bindir}/libhogweed-2-3.dll
 %{mingw64_libdir}/libnettle.dll.a
 %{mingw64_libdir}/libhogweed.dll.a
 %{mingw64_libdir}/pkgconfig/nettle.pc
@@ -126,6 +126,9 @@ rm -r $RPM_BUILD_ROOT/%{mingw64_prefix}/share
 
 
 %changelog
+* Wed Feb 06 2013 Michael Cronenworth <mike at cchtml.com> - 2.6-1
+- New upstream release
+
 * Wed Aug 29 2012 Michael Cronenworth <mike at cchtml.com> - 2.4-2
 - Missing BR m4
 
diff --git a/sources b/sources
index 06aacef..0de6bc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-450be8c4886d46c09f49f568ad6fa013  nettle-2.4.tar.gz
+02f76b668855c4da67186c04cd3a222f  nettle-2.6.tar.gz


More information about the scm-commits mailing list