Hello community,

here is the log from the commit of package libpagemaker for openSUSE:Factory 
checked in at 2018-01-16 09:31:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpagemaker (Old)
 and      /work/SRC/openSUSE:Factory/.libpagemaker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpagemaker"

Tue Jan 16 09:31:45 2018 rev:5 rq:562778 version:0.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpagemaker/libpagemaker.changes        
2017-02-19 00:44:04.130787468 +0100
+++ /work/SRC/openSUSE:Factory/.libpagemaker.new/libpagemaker.changes   
2018-01-16 09:31:48.263358378 +0100
@@ -1,0 +2,21 @@
+Tue Jan  9 00:09:37 UTC 2018 - [email protected]
+
+- Cure linguistic problem in descriptions.
+
+-------------------------------------------------------------------
+Mon Jan  8 22:12:47 UTC 2018 - [email protected]
+
+- Update to 0.0.4:
+  * Add a command line tool for conversion to plain text, called pmd2text.
+  * Require C++11 for build.
+  * Drop outdated MSVC project files.
+  * Fix parsing of page dimensions and shape coordinates in Mac documents.
+    That makes the output at least somewhat useful, but more work is needed
+    to handle big endian files properly.
+  * Fix parsing of color tint in Mac documents. (tdf#109126)
+  * Fix parsing of text formatting attributes in Mac documents.
+  * Properly handle all caps and small caps.
+  * Parse more text formatting attributes.
+  * Parse more paragraph attributes.
+
+-------------------------------------------------------------------

Old:
----
  libpagemaker-0.0.3.tar.xz

New:
----
  libpagemaker-0.0.4.tar.xz

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

Other differences:
------------------
++++++ libpagemaker.spec ++++++
--- /var/tmp/diff_new_pack.FYRjzl/_old  2018-01-16 09:31:49.835284831 +0100
+++ /var/tmp/diff_new_pack.FYRjzl/_new  2018-01-16 09:31:49.843284456 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpagemaker
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,41 +18,37 @@
 
 %define libname libpagemaker-0_0-0
 Name:           libpagemaker
-Version:        0.0.3
+Version:        0.0.4
 Release:        0
-Summary:        A library for import of Adobe PageMaker documents
+Summary:        A library to import Adobe PageMaker documents
 License:        MPL-2.0
 Group:          Productivity/Publishing/Word
 Url:            http://wiki.documentfoundation.org/DLP/Libraries/libpagemaker
 Source0:        
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
-BuildRequires:  autoconf
-BuildRequires:  automake
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libicu-devel
-BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
+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
 libpagemaker is library providing ability to interpret and import
 Adobe PageMaker documents into various applications.
 
 %package -n %{libname}
-Summary:        A library for import of Adobe PageMaker documents
+Summary:        A library to import Adobe PageMaker documents
 Group:          System/Libraries
 
 %description -n %{libname}
@@ -99,7 +95,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,19 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
+%doc NEWS COPYING ChangeLog
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libpagemaker*.pc
 %{_includedir}/libpagemaker-*
 
 %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]*

++++++ libpagemaker-0.0.3.tar.xz -> libpagemaker-0.0.4.tar.xz ++++++
++++ 14430 lines of diff (skipped)


Reply via email to