Hello community,

here is the log from the commit of package libfreehand for openSUSE:Factory 
checked in at 2017-09-18 19:52:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfreehand (Old)
 and      /work/SRC/openSUSE:Factory/.libfreehand.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfreehand"

Mon Sep 18 19:52:05 2017 rev:6 rq:526486 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfreehand/libfreehand.changes  2015-06-17 
16:14:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libfreehand.new/libfreehand.changes     
2017-09-18 19:52:08.946662194 +0200
@@ -1,0 +2,22 @@
+Sat Sep 16 11:56:19 UTC 2017 - [email protected]
+
+- Version update to 0.1.2:
+  * Fix several hangs and leaks when reading damaged files found with the
+    help of american-fuzzy-lop.
+  * Fix build with recent clang.
+  * Make --help output of all command-line tools more help2man-friendly.
+  * Require C++11 for build.
+  * Parse more features:
+    * text on path
+    * more text attributes
+    * stroke patterns
+    * arrows
+    * paragraph attributes
+    * custom line and fill styles
+    * text effects
+  * Write correct rotation center of a textbox.
+  * Fix an issue found by oss-fuzz.
+  * Fix several issues found by Coverity.
+  * Various code cleanups and other small improvements.
+
+-------------------------------------------------------------------

Old:
----
  libfreehand-0.1.1.tar.xz

New:
----
  libfreehand-0.1.2.tar.xz

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

Other differences:
------------------
++++++ libfreehand.spec ++++++
--- /var/tmp/diff_new_pack.RBBMXh/_old  2017-09-18 19:52:09.566575004 +0200
+++ /var/tmp/diff_new_pack.RBBMXh/_new  2017-09-18 19:52:09.570574441 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfreehand
 #
-# Copyright (c) 2015 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 libname libfreehand-0_1-1
 Name:           libfreehand
-Version:        0.1.1
+Version:        0.1.2
 Release:        0
 Summary:        Library for import of FreeHand drawings
 License:        MPL-2.0
@@ -29,15 +29,17 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
-BuildRequires:  libicu-devel
-BuildRequires:  pkg-config
-BuildRequires:  xz
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(cppunit)
+BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(librevenge-0.0)
-BuildRequires:  pkgconfig(librevenge-generators-0.0)
-BuildRequires:  pkgconfig(librevenge-stream-0.0)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 Libfreehand is library providing ability to interpret and import 
Adobe/Macromedia
@@ -65,9 +67,7 @@
 %package devel-doc
 Summary:        Documentation for the libfreehand API
 Group:          Documentation/HTML
-%if 0%{?suse_version} > 1200
 BuildArch:      noarch
-%endif
 
 %description devel-doc
 This package contains documentation for the libfreehand API.
@@ -85,13 +85,14 @@
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
+       --disable-silent-rules \
        --disable-werror \
        --disable-static \
        --docdir=%{_docdir}/%{name}-devel/html
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
@@ -99,16 +100,16 @@
 
 %fdupes -s %{buildroot}
 
-%post -n %{libname} -p /sbin/ldconfig
+%check
+make %{?_smp_mflags} check
 
+%post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %doc %dir %{_docdir}/%{name}-devel/
 %doc %{_docdir}/%{name}-devel/[A-Z]*
 %{_libdir}/*.so
@@ -116,11 +117,9 @@
 %{_includedir}/%{name}-*
 
 %files devel-doc
-%defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-devel/html/
 
 %files tools
-%defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
 %{_bindir}/*
 

++++++ libfreehand-0.1.1.tar.xz -> libfreehand-0.1.2.tar.xz ++++++
++++ 14941 lines of diff (skipped)


Reply via email to