7462eb2455028b3b0d6df803ef39cca83c2e80724bf28ae259cf27120d3dc252
- Update to version 0.16 old: devel:libraries:c_c++/libidn2 new: home:SShyukriev:branches:devel:libraries:c_c++/libidn2 rev None Index: libidn2-no-examples-build.patch =================================================================== --- libidn2-no-examples-build.patch (revision 7) +++ libidn2-no-examples-build.patch (revision 2) @@ -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 Index: libidn2.changes =================================================================== --- libidn2.changes (revision 7) +++ libidn2.changes (revision 2) @@ -1,4 +1,42 @@ ------------------------------------------------------------------- +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 - update to 0.11: Index: libidn2.spec =================================================================== --- libidn2.spec (revision 7) +++ libidn2.spec (revision 2) @@ -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 @@ 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 Index: libidn2-0.16.tar.gz =================================================================== Binary file libidn2-0.16.tar.gz (revision 2) added Index: libidn2-0.11.tar.gz =================================================================== Binary file libidn2-0.11.tar.gz (revision 7) deleted OBS-URL: https://build.opensuse.org/request/show/451426 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn2?expand=0&rev=8
Description
No description provided
Languages
Standard ML
100%