Hello community,

here is the log from the commit of package leptonica for openSUSE:Factory 
checked in at 2015-09-30 05:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/leptonica (Old)
 and      /work/SRC/openSUSE:Factory/.leptonica.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "leptonica"

Changes:
--------
--- /work/SRC/openSUSE:Factory/leptonica/leptonica.changes      2014-10-02 
14:14:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.leptonica.new/leptonica.changes 2015-09-30 
05:53:06.000000000 +0200
@@ -1,0 +2,34 @@
+Sun Sep 27 20:56:59 UTC 2015 - asterios.dra...@gmail.com
+
+- Update to 1.72:
+  * Better handling of 1 bpp colormap read/write with png so that
+    they are losseless. The colormap is always removed on read and
+    the conversion is to the simplest non-cmapped pix that can
+    fully represent the input -- both with and without alpha.
+  * Fixed overflow bug in pixCorrelationBinary().
+  * Fixed orientation flags and handling of 16 bit RGB in tiff.
+  * Also new wrappers to TIFFClientOpen(), so we no longer go
+    through the file descriptor for memory operations.
+  * Improvements in the dewarp functions.
+  * New box sequence smoothings.
+  * New antialiased painting through mask; previously it was only
+    implemented for connected components in a mask.
+  * Better error handling and debug output with jpeg2000
+    read/write.
+  * Implemented base64 encoding. This allows binary data to be
+    represented as a C string that can be compiled. Used this in
+    bmf utility.
+  * Implemented automatic code generation for deserialization from
+    compiled strings (stringcode.*)
+  * Regression tests write to leptonica subdir of in windows; in
+    unix it is optional.  This avoids spamming the directory.
+  * Added new colorspace conversions (XYZ, LAB).
+  * New source files: encoding.c, bmfdata.h, stringcode.c,
+    stringcode.h, bootnumgen.c.
+  * Removed source files: convolvelow.c, graymorphlow.c
+  * New programs: genfonts_reg, colorize_reg, texturefill_reg,
+    autogentest1, autogentest2.
+  * alltests_reg now has 66 tests.
+- Added new build requirement openjpeg2-devel for openSUSE > 13.1.
+
+-------------------------------------------------------------------

Old:
----
  leptonica-1.71.tar.gz

New:
----
  leptonica-1.72.tar.gz

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

Other differences:
------------------
++++++ leptonica.spec ++++++
--- /var/tmp/diff_new_pack.4O2Lbd/_old  2015-09-30 05:53:07.000000000 +0200
+++ /var/tmp/diff_new_pack.4O2Lbd/_new  2015-09-30 05:53:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package leptonica
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -19,9 +19,9 @@
 %define major   4
 
 Name:           leptonica
-Version:        1.71
+Version:        1.72
 Release:        0
-Summary:        Leptonica Library
+Summary:        Library for image processing and image analysis applications
 License:        BSD-2-Clause
 Group:          System/Libraries
 Url:            http://leptonica.org/
@@ -30,6 +30,9 @@
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
+%if 0%{?suse_version} > 1310
+BuildRequires:  openjpeg2-devel
+%endif
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(libwebp) >= 0.2.0
@@ -39,7 +42,7 @@
 Library for efficient image processing and image analysis operations.
 
 %package -n liblept%{major}
-Summary:        Leptonica Library
+Summary:        Library for image processing and image analysis applications
 Group:          System/Libraries
 
 %description -n liblept%{major}

++++++ leptonica-1.71.tar.gz -> leptonica-1.72.tar.gz ++++++
/work/SRC/openSUSE:Factory/leptonica/leptonica-1.71.tar.gz 
/work/SRC/openSUSE:Factory/.leptonica.new/leptonica-1.72.tar.gz differ: char 5, 
line 1


Reply via email to