[mingw-libidn] Update to 1.25 (Fixes FTBFS against latest automake)

Erik van Pienbroek epienbro at fedoraproject.org
Sat Jul 21 12:56:53 UTC 2012


commit beedbf70d4363d49d5b89a7fb5d7d7c3d8925666
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Jul 21 14:56:11 2012 +0200

    Update to 1.25 (Fixes FTBFS against latest automake)

 .gitignore        |    1 +
 mingw-libidn.spec |   18 +++++++++---------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 058e99b..3a014d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libidn-1.14.tar.gz
+/libidn-1.25.tar.gz
diff --git a/mingw-libidn.spec b/mingw-libidn.spec
index 94fec3a..756e118 100644
--- a/mingw-libidn.spec
+++ b/mingw-libidn.spec
@@ -5,8 +5,8 @@
 # latest version instead.
 
 Name:           mingw-libidn
-Version:        1.14
-Release:        14%{?dist}
+Version:        1.25
+Release:        1%{?dist}
 Summary:        MinGW Windows Internationalized Domain Name support library
 
 License:        LGPLv2+
@@ -84,14 +84,10 @@ Static version of the MinGW Windows IDN library.
 %prep
 %setup -q -n libidn-%{version}
 
-# The libtool bundled with this package is too old for win64 support
-autoreconf -i --force
-
 
 %build
 %mingw_configure --disable-csharp --enable-static --enable-shared
-# The compilation fails when using -j2, so leave the %{?_smp_mflags} behind for now
-%mingw_make
+%mingw_make %{?_smp_mflags}
 
 
 %install
@@ -117,7 +113,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 # Win32
 %files -n mingw32-libidn -f mingw32-libidn.lang
-%doc COPYING COPYING.LIB
+%doc COPYING COPYING.LESSERv2 COPYING.LESSERv3 COPYINGv2 COPYINGv3
 %{mingw32_bindir}/idn.exe
 %{mingw32_bindir}/libidn-11.dll
 %{mingw32_libdir}/libidn.dll.a
@@ -129,7 +125,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 # Win64
 %files -n mingw64-libidn -f mingw64-libidn.lang
-%doc COPYING COPYING.LIB
+%doc COPYING COPYING.LESSERv2 COPYING.LESSERv3 COPYINGv2 COPYINGv3
 %{mingw64_bindir}/idn.exe
 %{mingw64_bindir}/libidn-11.dll
 %{mingw64_libdir}/libidn.dll.a
@@ -141,6 +137,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Sat Jul 21 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.25-1
+- Update to 1.25
+- Fixes FTBFS against latest automake
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index c83389e..229a7d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ac3913b2d6c42bf445e7c55db3e2a99  libidn-1.14.tar.gz
+45ffabce4b8ca87fe98fe4542668d33d  libidn-1.25.tar.gz


More information about the scm-commits mailing list