Hello community,

here is the log from the commit of package leptonica for openSUSE:Factory 
checked in at 2016-02-11 12:38:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-09-30 
05:53:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.leptonica.new/leptonica.changes 2016-02-11 
12:38:13.000000000 +0100
@@ -1,0 +2,20 @@
+Tue Feb  2 23:50:50 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 1.73.
+  * All lept_* functions have been rewritten to avoid path rewrites
+    for output to temp files, which were introduced in 1.72.
+  * Added grayscale histogram functions that can be used to compare
+    images.
+  * Added functions to determine if an image region has horizontal
+    text lines.
+  * Added functions to compare photo regions of images to determine
+    if they're essentially the same.
+  * Added red-black tree utility functions to implement maps and
+    sets.
+  * Improved security of tiff and gif reading, to prevent memory
+    corruption when reading bad data.
+- Change major library version to 5.
+- Change programs prefix from "leptonica" to "lept" (make the names
+  simpler to use).
+
+-------------------------------------------------------------------

Old:
----
  leptonica-1.72.tar.gz

New:
----
  leptonica-1.73.tar.gz

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

Other differences:
------------------
++++++ leptonica.spec ++++++
--- /var/tmp/diff_new_pack.7uxaZc/_old  2016-02-11 12:38:14.000000000 +0100
+++ /var/tmp/diff_new_pack.7uxaZc/_new  2016-02-11 12:38:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package leptonica
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,10 +16,10 @@
 #
 
 
-%define major   4
+%define major   5
 
 Name:           leptonica
-Version:        1.72
+Version:        1.73
 Release:        0
 Summary:        Library for image processing and image analysis applications
 License:        BSD-2-Clause
@@ -31,7 +31,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
 %if 0%{?suse_version} > 1310
-BuildRequires:  openjpeg2-devel
+BuildRequires:  pkgconfig(libopenjp2)
 %endif
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libtiff-4)
@@ -71,7 +71,7 @@
 %build
 %configure \
     --disable-static \
-    --program-prefix=leptonica-
+    --program-prefix=lept-
 make %{?_smp_mflags}
 
 %install
@@ -97,6 +97,6 @@
 %files -n leptonica-tools
 %defattr(-,root,root)
 %doc leptonica-license.txt
-%{_bindir}/leptonica-*
+%{_bindir}/lept-*
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.7uxaZc/_old  2016-02-11 12:38:14.000000000 +0100
+++ /var/tmp/diff_new_pack.7uxaZc/_new  2016-02-11 12:38:14.000000000 +0100
@@ -1 +1 @@
-liblept4
+liblept5

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


Reply via email to