Hello community,

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

Package is "libcdr"

Sat Oct  7 17:46:51 2017 rev:23 rq:530423 version:0.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdr/libcdr.changes    2017-02-19 
00:41:31.580251048 +0100
+++ /work/SRC/openSUSE:Factory/.libcdr.new/libcdr.changes       2017-10-07 
17:46:52.325309420 +0200
@@ -1,0 +2,14 @@
+Mon Oct  2 11:21:08 UTC 2017 - jeng...@inai.de
+
+- Trim build characteristics from description.
+
+-------------------------------------------------------------------
+Mon Oct  2 10:47:27 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.1.4:
+  * Fix several issues found by oss-fuzz.
+  * Require C++11 for build.
+  * Fix issues found by coverity.
+  * Various code cleanups.
+
+-------------------------------------------------------------------

Old:
----
  libcdr-0.1.3.tar.xz

New:
----
  libcdr-0.1.4.tar.xz

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

Other differences:
------------------
++++++ libcdr.spec ++++++
--- /var/tmp/diff_new_pack.giDMGk/_old  2017-10-07 17:46:53.105275134 +0200
+++ /var/tmp/diff_new_pack.giDMGk/_new  2017-10-07 17:46:53.109274959 +0200
@@ -18,46 +18,41 @@
 
 %define libname libcdr-0_1-1
 Name:           libcdr
-Version:        0.1.3
+Version:        0.1.4
 Release:        0
 Summary:        Library for parsing the Corel Draw file format structure
 License:        MPL-2.0
 Group:          Productivity/Publishing/Word
 Url:            http://www.freedesktop.org/wiki/Software/libcdr
 Source0:        
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
-# note: the main package is empty, it only sets a sane name for the source rpm
 Patch0:         libcdr-0.1.1-pkgconfig.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
-BuildRequires:  cppunit-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libicu-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+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(libxml-2.0)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
-libcdr is a library for parsing the Corel Draw file format structure. It is
-cross-platform, at the moment it can be build on Microsoft Windows and Linux.
+libcdr is a library and a set of tools for reading and converting
+binary files produced by Corel Draw.
 
 %package -n %{libname}
 Summary:        Library for parsing the Corel Draw file format structure
 Group:          System/Libraries
 
 %description -n %{libname}
-libcdr is a library for parsing the Corel Draw file format structure. It is
-cross-platform, at the moment it can be build on Microsoft Windows and Linux.
+libcdr is a library for parsing the Corel Draw file format structure.
 
 %package devel
 Summary:        Files for Developing with libcdr
@@ -65,8 +60,7 @@
 Requires:       %{libname} = %{version}
 
 %description devel
-libcdr is a library for parsing the Corel Draw file format structure. It is
-cross-platform, at the moment it can be build on Microsoft Windows and Linux.
+libcdr is a library for parsing the Corel Draw file format structure.
 
 This package contains the libcdr development files.
 
@@ -79,11 +73,11 @@
 This package contains documentation for the libcdr API.
 
 %package tools
-Summary:        Tools to work with documents in Corel Draw file-format
+Summary:        Tools to work with documents in Corel Draw file format
 Group:          Productivity/Publishing/Word
 
 %description tools
-Tools to work with documents in Corel Draw file-format.
+Tools to work with documents in Corel Draw file format.
 
 %prep
 %setup -q
@@ -99,7 +93,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 +105,18 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libcdr*.pc
 %{_includedir}/libcdr-*
 
 %files devel-doc
-%defattr(-,root,root,-)
 %doc %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/html
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/*
 %doc %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/[A-Z]*

++++++ libcdr-0.1.3.tar.xz -> libcdr-0.1.4.tar.xz ++++++
++++ 9432 lines of diff (skipped)


Reply via email to