Hello community,

here is the log from the commit of package leptonica for openSUSE:Factory 
checked in at 2014-01-30 11:28:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-03-18 
07:07:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.leptonica.new/leptonica.changes 2014-01-30 
11:28:08.000000000 +0100
@@ -1,0 +2,24 @@
+Sun Jan 26 07:46:30 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 1.70.
+  * New bilateral filtering.
+  * New simple character recognition utility.
+  * Improved dewarping functionality, in model building and
+    rendering. More flexible use of ref models.
+  * Better and more consistent handling of alpha layer in RGBA,
+    though use of the spp field.  Ability to handle more png files
+    with alpha, including palette with alpha.
+  * New fast converters from jpeg and jpeg2000 to pdf, without
+    transcoding.
+  * Made bmp reader (and pix reading in general) more robust; avoid
+    size overflow errors.
+  * New text labelling operations; depth conversion of a set of
+    images.
+- Major version changed to 4.
+- Rename liblept-devel to leptonica-devel.
+- Drop liblept-1.69-no_return and leptonica-1.69-giflib5 patches
+  (fixed upstream).
+- BuildRequires: pkgconfig(libwebp) >= 0.2.0
+- Correct URL and a source URL.
+
+-------------------------------------------------------------------

Old:
----
  leptonica-1.69-giflib5.patch
  leptonica-1.69.tar.bz2
  liblept-1.69-no_return.patch

New:
----
  leptonica-1.70.tar.gz

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

Other differences:
------------------
++++++ leptonica.spec ++++++
--- /var/tmp/diff_new_pack.dT6rCT/_old  2014-01-30 11:28:09.000000000 +0100
+++ /var/tmp/diff_new_pack.dT6rCT/_new  2014-01-30 11:28:09.000000000 +0100
@@ -1,8 +1,7 @@
 #
 # spec file for package leptonica
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +16,23 @@
 #
 
 
-%define major   3
+%define major   4
 
 Name:           leptonica
-Version:        1.69
+Version:        1.70
 Release:        0
 Summary:        Leptonica Library
 License:        BSD-2-Clause
 Group:          System/Libraries
-Url:            http://code.google.com/p/leptonica/
-Source0:        
http://leptonica.googlecode.com/files/leptonica-%{version}.tar.bz2
+Url:            http://leptonica.org/
+Source0:        http://leptonica.org/source/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
-# PATCH-FIX-UPSTREAM liblept-1.69-no_return.patch lazy.k...@opensuse.org -- 
fix no-return-in-nonvoid-function error
-# Reported upstream: http://code.google.com/p/leptonica/issues/detail?id=69
-Patch0:         liblept-1.69-no_return.patch
-Patch1:         leptonica-1.69-giflib5.patch
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
 BuildRequires:  libtool
-%if 0%{?suse_version} >= 1210
-BuildRequires:  pkgconfig(libwebp)
-%endif
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(libtiff-4)
+BuildRequires:  pkgconfig(libwebp) >= 0.2.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,13 +45,15 @@
 %description -n liblept%{major}
 Library for efficient image processing and image analysis operations.
 
-%package -n liblept-devel
+%package devel
 Summary:        Leptonica Development Files
 Group:          Development/Libraries/C and C++
 Requires:       liblept%{major} = %{version}
+Provides:       liblept-devel = %{version}
+Obsoletes:      liblept-devel < 1.70
 
-%description -n liblept-devel
-Development files for Leptonica library.
+%description devel
+Development files for the Leptonica library.
 
 %package tools
 Summary:        Leptonica tools
@@ -69,8 +64,6 @@
 
 %prep
 %setup -q
-%patch -P 0 -p0
-%patch1 -p1
 
 %build
 %configure \
@@ -89,13 +82,14 @@
 
 %files -n liblept%{major}
 %defattr(-,root,root)
-%{_libdir}/liblept.so.3*
+%{_libdir}/liblept.so.*
 
-%files -n liblept-devel
+%files devel
 %defattr(-,root,root)
 %doc leptonica-license.txt README.html version-notes.html moller52.jpg
-%{_includedir}/leptonica
+%{_includedir}/leptonica/
 %{_libdir}/liblept.so
+%{_libdir}/pkgconfig/*
 
 %files -n leptonica-tools
 %defattr(-,root,root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.dT6rCT/_old  2014-01-30 11:28:09.000000000 +0100
+++ /var/tmp/diff_new_pack.dT6rCT/_new  2014-01-30 11:28:09.000000000 +0100
@@ -1 +1 @@
-liblept3
+liblept4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to