Hello community,

here is the log from the commit of package libidn2 for openSUSE:Factory checked 
in at 2017-01-24 10:36:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libidn2 (Old)
 and      /work/SRC/openSUSE:Factory/.libidn2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libidn2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libidn2/libidn2.changes  2016-12-09 
09:39:10.532392297 +0100
+++ /work/SRC/openSUSE:Factory/.libidn2.new/libidn2.changes     2017-01-24 
10:36:13.418367404 +0100
@@ -1,0 +2,38 @@
+Thu Jan 19 14:25:32 UTC 2017 - [email protected]
+
+- 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. 
+
+-------------------------------------------------------------------

Old:
----
  libidn2-0.11.tar.gz

New:
----
  libidn2-0.16.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libidn2.spec ++++++
--- /var/tmp/diff_new_pack.kNCODb/_old  2017-01-24 10:36:13.942292982 +0100
+++ /var/tmp/diff_new_pack.kNCODb/_new  2017-01-24 10:36:13.946292414 +0100
@@ -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

++++++ libidn2-0.11.tar.gz -> libidn2-0.16.tar.gz ++++++
++++ 172050 lines of diff (skipped)

++++++ libidn2-no-examples-build.patch ++++++
--- /var/tmp/diff_new_pack.kNCODb/_old  2017-01-24 10:36:14.418225377 +0100
+++ /var/tmp/diff_new_pack.kNCODb/_new  2017-01-24 10:36:14.418225377 +0100
@@ -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


Reply via email to