]> git.pld-linux.org Git - packages/libidn.git/commitdiff
- updated to 1.25 auto/th/libidn-1_25-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 May 2012 11:40:06 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hack to allow build with automake 1.12

Changed files:
    libidn.spec -> 1.100

libidn.spec

index f9ea9063856b12d18ea91fda3f7fc52fa37d9c0f..c8747f08294c0be3038e4687a0f618968fcebd49 100644 (file)
 Summary:       Internationalized string processing library
 Summary(pl.UTF-8):     Biblioteka do przetwarzania umiędzynarodowionych łańcuchów
 Name:          libidn
-Version:       1.24
+Version:       1.25
 Release:       1
 License:       GPL v2+ or LGPL v3+ (library), GPL v3+ (utilities)
 Group:         Libraries
 Source0:       http://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz
-# Source0-md5: 764d7258eeb273941680499fab2c7367
+# Source0-md5: 45ffabce4b8ca87fe98fe4542668d33d
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-python.patch
 URL:           http://www.gnu.org/software/libidn/
@@ -154,10 +154,14 @@ domen).
 
 # avoid different builds having different timestamps
 # see http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2008-August/020363.html
-d='$Date: 2012-01-11 20:19:08 $'
+d='$Date: 2012-05-24 11:40:06 $'
 d=${d#?Date: }; d=${d%%%% *}; d=$(date -d "$d" '+%d %B %Y')
 %{__sed} -i -e "s,@value{UPDATED},$d,g" doc/libidn.texi
 
+# remove it when "linking libtool libraries using a non-POSIX archiver ..." warning is gone
+# (after libidn or libtool change)
+%{__sed} -i -e '/AM_INIT_AUTOMAKE/s/-Werror//' configure.ac
+
 %build
 %{__gettextize}
 %{__libtoolize}
This page took 0.091761 seconds and 4 git commands to generate.