diff --git a/libidn2-0.11.tar.gz b/libidn2-0.11.tar.gz deleted file mode 100644 index 0c7c221..0000000 --- a/libidn2-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d397bdc258b372b8a25c8fb5240430d6fae28f9d790d3670f4b6012fa87bfff -size 1563669 diff --git a/libidn2-0.16.tar.gz b/libidn2-0.16.tar.gz new file mode 100644 index 0000000..caa4a8a --- /dev/null +++ b/libidn2-0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fad9efff4082ae2143f69df76339ca99379e0e0f4231455f5d3d9d2089c688f +size 1494295 diff --git a/libidn2-no-examples-build.patch b/libidn2-no-examples-build.patch index 7b87750..413d85f 100644 --- a/libidn2-no-examples-build.patch +++ b/libidn2-no-examples-build.patch @@ -1,26 +1,26 @@ -Index: libidn2-0.10/Makefile.am +Index: libidn2-0.16/Makefile.am =================================================================== ---- libidn2-0.10.orig/Makefile.am -+++ libidn2-0.10/Makefile.am +--- libidn2-0.16.orig/Makefile.am ++++ libidn2-0.16/Makefile.am @@ -15,7 +15,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --SUBDIRS = gl . src doc examples tests -+SUBDIRS = gl . src doc tests - ACLOCAL_AMFLAGS = -I m4 -I gl/m4 - EXTRA_DIST = gl/m4/gnulib-cache.m4 +-SUBDIRS = lib . src doc examples tests po ++SUBDIRS = lib . src doc tests po + ACLOCAL_AMFLAGS = -I m4 + EXTRA_DIST = m4/gnulib-cache.m4 -Index: libidn2-0.10/Makefile.in +Index: libidn2-0.16/Makefile.in =================================================================== ---- libidn2-0.10.orig/Makefile.in -+++ libidn2-0.10/Makefile.in -@@ -596,7 +596,7 @@ top_build_prefix = @top_build_prefix@ +--- libidn2-0.16.orig/Makefile.in ++++ libidn2-0.16/Makefile.in +@@ -612,7 +612,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --SUBDIRS = gl . src doc examples tests -+SUBDIRS = gl . src doc tests - ACLOCAL_AMFLAGS = -I m4 -I gl/m4 - EXTRA_DIST = gl/m4/gnulib-cache.m4 gen-tables-from-rfc5892.pl \ - gen-tables-from-iana.pl +-SUBDIRS = lib . src doc examples tests po ++SUBDIRS = lib . src doc tests po + ACLOCAL_AMFLAGS = -I m4 + EXTRA_DIST = m4/gnulib-cache.m4 CONTRIBUTING gen-tables-from-iana.pl \ + $(IDNA_TABLE) $(TR46MAP) $(NFCQC) tr46map_data.c data.c diff --git a/libidn2.changes b/libidn2.changes index 2728ad5..88350b5 100644 --- a/libidn2.changes +++ b/libidn2.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Thu Jan 19 14:25:32 UTC 2017 - shshyukriev@suse.com + +- Update to version 0.16 + * build: Fix idn2_cmd.h build rule. + * API and ABI is backwards compatible with the previous version. + +- Update to version 0.15 (released 2017-01-14) + * Fix out-of-bounds read. + * Fix NFC input conversion (regression). + * Shrink TR46 static mapping data. + * API and ABI is backwards compatible with the previous version. + +- Update to version 0.14 (released 2016-12-30) + * build: Fix gentr46map build. + * API and ABI is backwards compatible with the previous version. + +- Update to version 0.13: + * build: Doesn't download external files during build. + * doc: Clarify license. + * build: Generate ChangeLog file properly. + * doc: API documentation related to TR46 flags. + * API and ABI is backwards compatible with the previous version. + +- Update to version 0.12: + * Builds/links with libunistring. + * Fix two possible crashes with unchecked NULL pointers. + * Memleak fix. + * Binary search for codepoints in tables. + * Do not taint output variable on error in idn2_register_u8(). + * Do not taint output variable on error in idn2_lookup_u8(). + * Update to Unicode 6.3.0 IDNA tables. + * Add TR46 / UTS#46 support to API and idn2 utility. + * Add NFC quick check. + * Add make target 'check-coverage' for test coverage report. + * Add tests to increase test code coverage. + * API and ABI is backwards compatible with the previous version. + ------------------------------------------------------------------- Thu Dec 8 09:52:02 UTC 2016 - astieger@suse.com diff --git a/libidn2.spec b/libidn2.spec index 55b4d4e..fe4e005 100644 --- a/libidn2.spec +++ b/libidn2.spec @@ -1,7 +1,7 @@ # # spec file for package libidn2 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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 @@ %define lname libidn2-0 Name: libidn2 -Version: 0.11 +Version: 0.16 Release: 0 Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008 License: GPL-3.0+ @@ -28,6 +28,7 @@ Source0: http://alpha.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz Source3: baselibs.conf # PATCH-FIX-UPSTREAM: do not build non-installed examples needlessly Patch0: libidn2-no-examples-build.patch +BuildRequires: libunistring-devel BuildRequires: pkgconfig Requires(post): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build