libidn2: update to 2.0.3
This commit is contained in:
parent
bb83863010
commit
e152d2fcd9
@ -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
|
||||
|
@ -1,5 +1,8 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Thu Aug 10 2017 Tom G. Christensen <swpkg@jupiterrise.com> - 2.0.3-1
|
||||
- Update to 2.0.3
|
||||
|
||||
* Wed Jun 21 2017 Tom G. Christensen <swpkg@jupiterrise.com> - 2.0.2-1
|
||||
- Update to 2.0.2
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user