Hello community,

here is the log from the commit of package leptonica for openSUSE:Factory 
checked in at 2018-05-13 16:05:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/leptonica (Old)
 and      /work/SRC/openSUSE:Factory/.leptonica.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "leptonica"

Sun May 13 16:05:02 2018 rev:15 rq:605279 version:1.76.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/leptonica/leptonica.changes      2018-02-20 
17:58:35.846855285 +0100
+++ /work/SRC/openSUSE:Factory/.leptonica.new/leptonica.changes 2018-05-13 
16:05:04.630305366 +0200
@@ -1,0 +2,24 @@
+Fri May  4 18:41:49 UTC 2018 - lazy.k...@opensuse.org
+
+- Update to 1.76.0.
+  * Modify infrastructure to fix outstanding security issues.
+    By default, you can no longer create temp directories and temp
+    files whose names are known to the compiler.  Also, prevent
+    "system" calls, which were used for image display and gnuplot.
+  * Replaced remaining sprintf() with snprintf() in prog tests.
+  * Added non-transcoding functions for generating pdf from jpeg
+    pixacomp.
+  * Add control of jpeg quality from pixWriteMem() and
+    pixWriteStream().
+  * Fixed getFilenamesInDirectory() to properly identify
+    directories.
+  * Prevent size overflow in calloc for kernel; cleaned it up fpix
+    and dpix.
+  * bmp reading now accepts negative height.
+  * Simplified splitimage2pdf; it no longer uses ps2pdf.
+  * Remove name-mangling WRITE_AS_NAMED compile option.
+  * Removed 2 deprecated write functions.
+  * Added these regression tests: locminmax_reg, speckle_reg,
+    watershed_reg.
+
+-------------------------------------------------------------------

Old:
----
  leptonica-1.75.3.tar.gz

New:
----
  leptonica-1.76.0.tar.gz

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

Other differences:
------------------
++++++ leptonica.spec ++++++
--- /var/tmp/diff_new_pack.ZiD5vf/_old  2018-05-13 16:05:05.854260713 +0200
+++ /var/tmp/diff_new_pack.ZiD5vf/_new  2018-05-13 16:05:05.858260567 +0200
@@ -19,12 +19,12 @@
 %define major   5
 
 Name:           leptonica
-Version:        1.75.3
+Version:        1.76.0
 Release:        0
 Summary:        Library for image processing and image analysis applications
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
-Url:            http://leptonica.org/
+URL:            http://leptonica.org/
 Source0:        http://leptonica.org/source/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 BuildRequires:  giflib-devel
@@ -77,32 +77,32 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
-rm -f %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 rm -f %{buildroot}%{_bindir}/{*gen,*reg,*test*}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %post -n liblept%{major} -p /sbin/ldconfig
 
 %postun -n liblept%{major} -p /sbin/ldconfig
 
 %files -n liblept%{major}
-%doc leptonica-license.txt version-notes.html moller52.jpg
+%license leptonica-license.txt
+%doc version-notes.html moller52.jpg
 %defattr(-,root,root)
 %{_libdir}/liblept.so.*
 
 %files devel
-%defattr(-,root,root)
-%doc leptonica-license.txt README.html version-notes.html moller52.jpg
+%license leptonica-license.txt
+%doc README.html version-notes.html moller52.jpg
 %{_includedir}/leptonica/
 %{_libdir}/liblept.so
 %{_libdir}/pkgconfig/*
 
 %files -n leptonica-tools
-%defattr(-,root,root)
-%doc leptonica-license.txt
+%license leptonica-license.txt
 %{_bindir}/lept-*
 
 %changelog

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


Reply via email to