[libidn] update to 1.25

jorton jorton at fedoraproject.org
Tue May 29 08:07:27 UTC 2012


commit eb61ce027b3fb3d972a39641683bc4ffa874b487
Author: Joe Orton <jorton at redhat.com>
Date:   Tue May 29 09:07:24 2012 +0100

    update to 1.25

 .gitignore  |    2 ++
 libidn.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e00d4f..3bf1371 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 /libidn-1.24.tar.gz
+/libidn-1.25.tar.gz
+/libidn-1.??
diff --git a/libidn.spec b/libidn.spec
index b54a572..a9edb95 100644
--- a/libidn.spec
+++ b/libidn.spec
@@ -1,6 +1,6 @@
 Summary: Internationalized Domain Name support library
 Name: libidn
-Version: 1.24
+Version: 1.25
 Release: 2%{?dist}
 URL: http://www.gnu.org/software/libidn/
 License: LGPLv2+ and GPLv3+ and GFDL
@@ -52,10 +52,10 @@ mv iconv.tmp doc/libidn.info
 
 %build
 %configure --disable-csharp --disable-static --libdir=/%{_lib} --with-lispdir=%{_emacs_sitelispdir}/%{name}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %check
-make %{?_smp_mflags} -C tests check
+make %{?_smp_mflags} -C tests check VALGRIND=env
 
 %install
 rm -rf %{buildroot}
@@ -123,6 +123,9 @@ rm -rf %{buildroot}
 %{_emacs_sitelispdir}/%{name}
 
 %changelog
+* Tue May 29 2012 Joe Orton <jorton at redhat.com> - 1.25-2
+- update to 1.25
+
 * Tue May 15 2012 Miroslav Lichvar <mlichvar at redhat.com> - 1.24-2
 - provide bundled(gnulib) (#821768)
 
diff --git a/sources b/sources
index 36e6a52..229a7d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-764d7258eeb273941680499fab2c7367  libidn-1.24.tar.gz
+45ffabce4b8ca87fe98fe4542668d33d  libidn-1.25.tar.gz


More information about the scm-commits mailing list