diff --git a/libidn-1.25.tar.gz b/libidn-1.25.tar.gz deleted file mode 100644 index e2270b8..0000000 --- a/libidn-1.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fe625328a6a5d837d723c462c1788affb84d9c9fc0ae5cd0ce9ac7724c34716 -size 3390531 diff --git a/libidn-1.28.tar.gz b/libidn-1.28.tar.gz new file mode 100644 index 0000000..d7079c6 --- /dev/null +++ b/libidn-1.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd357a968449abc97c7e5fa088a4a384de57cb36564f9d4e0d898ecc6373abfb +size 3476317 diff --git a/libidn.changes b/libidn.changes index a9705ee..3ccb33b 100644 --- a/libidn.changes +++ b/libidn.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 23 14:35:40 UTC 2013 - tchvatal@suse.com + +- Version bump to 1.28: + * java buildfixes + * transltion updates + * improved unit-tests + * for more read NEWS file + ------------------------------------------------------------------- Fri Sep 21 16:21:41 UTC 2012 - jengelh@inai.de diff --git a/libidn.spec b/libidn.spec index bfcb5d0..613567d 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,7 +1,7 @@ # # spec file for package libidn # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libidn %define lname libidn11 -Version: 1.25 +Version: 1.28 Release: 0 Summary: Support for Internationalized Domain Names (IDN) License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+ @@ -96,7 +96,6 @@ Requires: glibc-devel %ifarch ppc64 Obsoletes: libidn-devel-64bit %endif -# %description devel GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA @@ -116,10 +115,10 @@ IDNA is supported. %build %configure --with-pic --disable-static --disable-gtk-doc -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install -%makeinstall +%make_install rm -f %{buildroot}/%{_infodir}/dir rm -f %{buildroot}%{_libdir}/libidn.la @@ -128,7 +127,7 @@ rm -f %{buildroot}%{_libdir}/libidn.la %check %if ! 0%{?qemu_user_space_build} -make check +make check %{?_smp_mflags} V=1 %endif %post tools