diff --git a/libidn2/build.sh b/libidn2/build.sh index 16f3a11..599fadd 100755 --- a/libidn2/build.sh +++ b/libidn2/build.sh @@ -6,12 +6,12 @@ ########################################################### # Check the following 4 variables before running the script topdir=libidn2 -version=2.0.2 +version=2.0.3 pkgver=1 #source[0]=http://www.mirrorservice.org/sites/alpha.gnu.org/gnu/libidn/$topdir-$version.tar.gz -# Source bootstrapped on F24 with gnulib modules gettext-gnu +# Source bootstrapped on Fedora 26 with gnulib modules gettext-gnu # and printf-posix added -source[0]=libidn2-2.0.2-tgcware.tar.gz +source[0]=libidn2-2.0.3-tgcware.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -22,6 +22,7 @@ source[0]=libidn2-2.0.2-tgcware.tar.gz export CPPFLAGS="-I$prefix/include" export LDFLAGS="-L$prefix/lib -R$prefix/lib" configure_args+=(--disable-static --with-libiconv-prefix=$prefix --with-libintl-prefix=$prefix) +ac_overrides="ac_cv_prog_RONN=/bin/true" reg prep prep() @@ -52,6 +53,7 @@ install() generic_install DESTDIR doc AUTHORS COPYING* NEWS README.md compat libidn2 0.11 1 1 + compat libidn2 2.0.2 1 1 } reg pack diff --git a/libidn2/meta/ChangeLog b/libidn2/meta/ChangeLog index 9d81b93..8c24d99 100644 --- a/libidn2/meta/ChangeLog +++ b/libidn2/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Thu Aug 10 2017 Tom G. Christensen - 2.0.3-1 +- Update to 2.0.3 + * Wed Jun 21 2017 Tom G. Christensen - 2.0.2-1 - Update to 2.0.2 diff --git a/libidn2/meta/relnotes b/libidn2/meta/relnotes index 5a17101..2899fde 100644 --- a/libidn2/meta/relnotes +++ b/libidn2/meta/relnotes @@ -28,9 +28,9 @@ ERRORS/MISCELLANEOUS The upstream release will not build on Solaris < 10 out of the box as it requires a GNU compatible getopt function and a printf function that understands %zu. -To work around this the source was re-bootstrapped from the 2.0.2 release tag +To work around this the source was re-bootstrapped from the 2.0.3 release tag with the getopt-gnu and printf-posix modules added to bootstrap.conf. -The bootstrap was done on a Fedora Core 24/x86_64 system and the resulting +The bootstrap was done on a Fedora Core 26/x86_64 system and the resulting source archive was used to build this package. Note that to make libidn2 and programs using it actually do IDNA mapping