Hello community,

here is the log from the commit of package libzmf for openSUSE:Factory checked 
in at 2017-10-07 17:46:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzmf (Old)
 and      /work/SRC/openSUSE:Factory/.libzmf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzmf"

Sat Oct  7 17:46:25 2017 rev:4 rq:530392 version:0.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzmf/libzmf.changes    2017-02-03 
17:49:02.968389837 +0100
+++ /work/SRC/openSUSE:Factory/.libzmf.new/libzmf.changes       2017-10-07 
17:46:31.778212616 +0200
@@ -1,0 +2,11 @@
+Mon Oct  2 10:43:46 UTC 2017 - [email protected]
+
+- Version update to 0.0.2:
+  * Allow build with boost older than 1.56.
+  * Require C++11 for build.
+  * Fix various issues found by oss-fuzz.
+  * Minor code cleanups.
+- Drop merged patch:
+  * libzmf-old-boost.patch
+
+-------------------------------------------------------------------

Old:
----
  libzmf-0.0.1.tar.xz
  libzmf-old-boost.patch

New:
----
  libzmf-0.0.2.tar.xz

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

Other differences:
------------------
++++++ libzmf.spec ++++++
--- /var/tmp/diff_new_pack.GtCev8/_old  2017-10-07 17:46:32.778168662 +0200
+++ /var/tmp/diff_new_pack.GtCev8/_new  2017-10-07 17:46:32.782168485 +0200
@@ -18,20 +18,13 @@
 
 %define libname libzmf-0_0-0
 Name:           libzmf
-Version:        0.0.1
+Version:        0.0.2
 Release:        0
 Summary:        A library for import of Zoner document formats
 License:        MPL-2.0
 Group:          Productivity/Publishing/Word
 Url:            http://wiki.documentfoundation.org/DLP/Libraries/libzmf
 Source:         
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM: build with old boost, taken from git
-Patch0:         libzmf-old-boost.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -42,7 +35,11 @@
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(librevenge-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
 %{name} is a library for generating Zoner documents. It is directly
@@ -84,7 +81,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
@@ -95,7 +91,7 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 # documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
@@ -111,22 +107,18 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/%{name}-*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}-*
 %{_libdir}/%{name}-*.so
 %{_libdir}/pkgconfig/%{name}-*.pc
 
 %files devel-doc
-%defattr(-,root,root,-)
 %doc %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}
 
 %files tools
-%defattr(-,root,root,-)
 %{_bindir}/*
 
 %changelog

++++++ libzmf-0.0.1.tar.xz -> libzmf-0.0.2.tar.xz ++++++
++++ 4864 lines of diff (skipped)


Reply via email to