commit libmwaw for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2020-06-22 17:42:42

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new.2956 (New)


Package is "libmwaw"

Mon Jun 22 17:42:42 2020 rev:25 rq:815732 version:0.3.16

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2019-05-03 
22:29:28.748323539 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new.2956/libmwaw.changes
2020-06-22 17:43:07.997313343 +0200
@@ -1,0 +2,9 @@
+Thu Jun 18 11:29:06 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.3.16:
+  - remove the QuarkXPress parser (must be in libqxp)
+  - retrieve the annotation in MsWord 5 document
+  - try to better understand RagTime 5-6 document
+  - add a parser for QuarkXPress v1-2 files
+
+---

Old:

  libmwaw-0.3.15.tar.xz

New:

  libmwaw-0.3.16.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.qTYpLh/_old  2020-06-22 17:43:10.245320558 +0200
+++ /var/tmp/diff_new_pack.qTYpLh/_new  2020-06-22 17:43:10.245320558 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,11 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.15
+Version:0.3.16
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1-or-later OR MPL-2.0) AND GPL-2.0-or-later
-Group:  Productivity/Publishing/Word
-Url:http://sourceforge.net/p/libmwaw/wiki/Home/
+URL:https://sourceforge.net/p/libmwaw/wiki/Home/
 Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -44,14 +43,12 @@
 
 %package -n %{libname}
 Summary:Pre Mac OSX text file formats parser library
-Group:  System/Libraries
 
 %description -n %{libname}
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
 
 %package devel
 Summary:Files for Developing with libmwaw
-Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 
 %description devel
@@ -60,7 +57,6 @@
 
 %package devel-doc
 Summary:Documentation for the libmwaw API
-Group:  Documentation/HTML
 BuildArch:  noarch
 
 %description devel-doc
@@ -68,7 +64,6 @@
 
 %package tools
 Summary:Tools to work with publications in pre MAC OSX text 
file-formats
-Group:  Productivity/Publishing/Word
 
 %description tools
 Command line tools to work with publications in pre MAC OSX text file-formats.
@@ -87,7 +82,7 @@
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++ libmwaw-0.3.15.tar.xz -> libmwaw-0.3.16.tar.xz ++
 29982 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2019-05-03 22:29:26

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new.5148 (New)


Package is "libmwaw"

Fri May  3 22:29:26 2019 rev:24 rq:697021 version:0.3.15

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2018-06-03 
12:29:34.402757247 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new.5148/libmwaw.changes
2019-05-03 22:29:28.748323539 +0200
@@ -1,0 +2,7 @@
+Tue Apr 23 09:06:22 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.3.15:
+  * Use zlib more
+  * Fuzzing fixes
+
+---

Old:

  libmwaw-0.3.14.tar.xz

New:

  libmwaw-0.3.15.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.8g1tKm/_old  2019-05-03 22:29:30.176323069 +0200
+++ /var/tmp/diff_new_pack.8g1tKm/_new  2019-05-03 22:29:30.204323060 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.14
+Version:0.3.15
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1-or-later OR MPL-2.0) AND GPL-2.0-or-later

++ libmwaw-0.3.14.tar.xz -> libmwaw-0.3.15.tar.xz ++
 9493 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2018-06-03 Thread root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2018-06-03 12:29:30

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is "libmwaw"

Sun Jun  3 12:29:30 2018 rev:23 rq:613029 version:0.3.14

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2017-12-06 
08:53:19.140560260 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2018-06-03 
12:29:34.402757247 +0200
@@ -1,0 +2,7 @@
+Wed May 30 10:29:13 UTC 2018 - tchva...@suse.com
+
+- Update to 0.3.14:
+  * Support MS Multiplan 1.1 files
+- Remove merged patch libmwaw-0.3.13-buildfix.patch
+
+---

Old:

  libmwaw-0.3.13-buildfix.patch
  libmwaw-0.3.13.tar.xz

New:

  libmwaw-0.3.14.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.dLJsCx/_old  2018-06-03 12:29:35.134730450 +0200
+++ /var/tmp/diff_new_pack.dLJsCx/_new  2018-06-03 12:29:35.138730303 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# 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,14 +18,13 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.13
+Version:0.3.14
 Release:0
 Summary:Pre Mac OSX text file formats parser library
-License:(LGPL-2.1+ OR MPL-2.0) AND GPL-2.0+
+License:(LGPL-2.1-or-later OR MPL-2.0) AND GPL-2.0-or-later
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
 Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
-Patch0: libmwaw-0.3.13-buildfix.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -76,7 +75,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # doxygen needles rebuild
 sed -i \
-e 's:on $datetime::g' \

++ libmwaw-0.3.13.tar.xz -> libmwaw-0.3.14.tar.xz ++
 10171 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2017-12-05 Thread root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2017-12-06 08:53:16

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is "libmwaw"

Wed Dec  6 08:53:16 2017 rev:22 rq:548574 version:0.3.13

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2017-12-03 
10:11:47.074559400 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2017-12-06 
08:53:19.140560260 +0100
@@ -1,0 +2,6 @@
+Tue Dec  5 09:58:25 UTC 2017 - tchva...@suse.com
+
+- Add patch to build with old gcc:
+  * libmwaw-0.3.13-buildfix.patch
+
+---

New:

  libmwaw-0.3.13-buildfix.patch



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.4gQAMg/_old  2017-12-06 08:53:19.756537709 +0100
+++ /var/tmp/diff_new_pack.4gQAMg/_new  2017-12-06 08:53:19.756537709 +0100
@@ -25,6 +25,7 @@
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
 Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
+Patch0: libmwaw-0.3.13-buildfix.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -75,6 +76,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # doxygen needles rebuild
 sed -i \
-e 's:on $datetime::g' \

++ libmwaw-0.3.13-buildfix.patch ++
commit 4bc8ec0481f89b989b0c34236c9d5d9b8038d4a9
Author: David Tardon 
Date:   Wed Nov 15 13:15:44 2017 +0100

fix call of explicit ctor

diff --git a/src/lib/libmwaw_internal.hxx b/src/lib/libmwaw_internal.hxx
index 2875a0fb..b844a9d5 100644
--- a/src/lib/libmwaw_internal.hxx
+++ b/src/lib/libmwaw_internal.hxx
@@ -1027,7 +1027,7 @@ public:
   }
   //! generic constructor
   template  explicit MWAWBox2(MWAWBox2 const )
-: m_data(p.min(), p.max())
+: m_data(MWAWVec2(p.min()), MWAWVec2(p.max()))
   {
   }
 



commit libmwaw for openSUSE:Factory

2017-12-03 Thread root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2017-12-03 10:11:44

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is "libmwaw"

Sun Dec  3 10:11:44 2017 rev:21 rq:547252 version:0.3.13

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2017-07-04 
11:52:46.424827542 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2017-12-03 
10:11:47.074559400 +0100
@@ -1,0 +2,7 @@
+Wed Nov 29 12:32:16 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.3.13:
+  * Remove merged CVE-2017-9433.patch
+  * Many fuzzing fixes
+
+---

Old:

  CVE-2017-9433.patch
  libmwaw-0.3.11.tar.xz

New:

  libmwaw-0.3.13.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.r5wB6V/_old  2017-12-03 10:11:47.894529588 +0100
+++ /var/tmp/diff_new_pack.r5wB6V/_new  2017-12-03 10:11:47.894529588 +0100
@@ -18,14 +18,13 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.11
+Version:0.3.13
 Release:0
 Summary:Pre Mac OSX text file formats parser library
-License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
+License:(LGPL-2.1+ OR MPL-2.0) AND GPL-2.0+
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
 Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
-Patch0: CVE-2017-9433.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -76,7 +75,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # doxygen needles rebuild
 sed -i \
-e 's:on $datetime::g' \
@@ -104,21 +102,17 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmwaw*.pc
 %{_includedir}/libmwaw-*
 
 %files devel-doc
-%defattr(-,root,root,-)
 %doc %{_docdir}/%{name}/html
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/*
 %doc %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/[A-Z]*

++ libmwaw-0.3.11.tar.xz -> libmwaw-0.3.13.tar.xz ++
 101001 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2017-07-04 Thread root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2017-07-04 11:52:44

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is "libmwaw"

Tue Jul  4 11:52:44 2017 rev:20 rq:506938 version:0.3.11

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2017-06-01 
16:28:45.472766268 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2017-07-04 
11:52:46.424827542 +0200
@@ -1,0 +2,5 @@
+Thu Jun 29 07:43:48 UTC 2017 - tchva...@suse.com
+
+- Add patch CVE-2017-9433.patch fixing bsc#1042828 CVE-2017-9433
+
+---

New:

  CVE-2017-9433.patch



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.fhP3gB/_old  2017-07-04 11:52:47.128728481 +0200
+++ /var/tmp/diff_new_pack.fhP3gB/_new  2017-07-04 11:52:47.128728481 +0200
@@ -25,6 +25,7 @@
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
 Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
+Patch0: CVE-2017-9433.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -33,7 +34,6 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(librevenge-0.0)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -76,6 +76,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # doxygen needles rebuild
 sed -i \
-e 's:on $datetime::g' \

++ CVE-2017-9433.patch ++
>From 68b3b74569881248bfb6cbb4266177cc253b292f Mon Sep 17 00:00:00 2001
From: David Tardon 
Date: Sat, 8 Apr 2017 14:03:29 +0200
Subject: [PATCH] ofz#1037 resize vector correctly

---
 src/lib/MsWrd1Parser.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/MsWrd1Parser.cxx b/src/lib/MsWrd1Parser.cxx
index 63547e6..3626064 100644
--- a/src/lib/MsWrd1Parser.cxx
+++ b/src/lib/MsWrd1Parser.cxx
@@ -902,7 +902,7 @@ bool MsWrd1Parser::readFootnoteCorrespondance(MWAWVec2i 
limits)
 int id = fIt++->second;
 fPos[1] = fIt==footnoteMap.end() ? m_state->m_eot : fIt->first;
 if (id >= int(m_state->m_footnotesList.size()))
-  m_state->m_footnotesList.resize(size_t(id),MWAWVec2l(0,0));
+  m_state->m_footnotesList.resize(size_t(id)+1,MWAWVec2l(0,0));
 m_state->m_footnotesList[size_t(id)]=fPos;
   }
   ascii().addDelimiter(input->tell(),'|');
-- 
2.13.0




commit libmwaw for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2017-06-01 16:28:44

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is "libmwaw"

Thu Jun  1 16:28:44 2017 rev:19 rq:497313 version:0.3.11

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2017-02-19 
00:44:21.904286431 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2017-06-01 
16:28:45.472766268 +0200
@@ -1,0 +2,6 @@
+Mon May 15 13:14:36 UTC 2017 - tchva...@suse.com
+
+- Update to 0.3.11:
+  * Various small updates
+
+---

Old:

  libmwaw-0.3.10.tar.xz

New:

  libmwaw-0.3.11.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.wYEWXu/_old  2017-06-01 16:28:45.984694085 +0200
+++ /var/tmp/diff_new_pack.wYEWXu/_new  2017-06-01 16:28:45.984694085 +0200
@@ -18,7 +18,7 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.10
+Version:0.3.11
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+

++ libmwaw-0.3.10.tar.xz -> libmwaw-0.3.11.tar.xz ++
 9441 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2017-02-19 00:44:20

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is "libmwaw"

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2016-12-08 
00:28:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2017-02-19 
00:44:21.904286431 +0100
@@ -1,0 +2,11 @@
+Thu Feb  9 11:33:17 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.3.10:
+  * Various fixes for importing Mac powerpoint v4
+
+---
+Wed Feb  1 13:05:45 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---

Old:

  libmwaw-0.3.9.tar.xz

New:

  libmwaw-0.3.10.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.XCmbGN/_old  2017-02-19 00:44:22.352223397 +0100
+++ /var/tmp/diff_new_pack.XCmbGN/_new  2017-02-19 00:44:22.356222834 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# Copyright (c) 2016 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,14 +18,13 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.9
+Version:0.3.10
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
-Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  boost-devel
+Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -35,6 +34,11 @@
 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
 Libmwaw is a project for converting many pre-OSX MAC text formats.
@@ -87,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}

++ libmwaw-0.3.9.tar.xz -> libmwaw-0.3.10.tar.xz ++
 3402 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2016-12-08 00:28:15

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is "libmwaw"

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2016-07-27 
16:29:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2016-12-08 
00:28:17.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  3 11:59:15 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.3.9:
+  * Various warning and clang fixes all around
+
+---

Old:

  libmwaw-0.3.8.tar.xz

New:

  libmwaw-0.3.9.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.SWIGOT/_old  2016-12-08 00:28:18.0 +0100
+++ /var/tmp/diff_new_pack.SWIGOT/_new  2016-12-08 00:28:18.0 +0100
@@ -18,7 +18,7 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.8
+Version:0.3.9
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+

++ libmwaw-0.3.8.tar.xz -> libmwaw-0.3.9.tar.xz ++
 9846 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2016-07-27 16:29:29

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is "libmwaw"

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2015-12-23 
09:56:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2016-07-27 
16:29:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 14 08:52:04 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.3.8:
+  * Various clang and -W* fixes all around
+  * Bunch of bugfixes
+
+---

Old:

  libmwaw-0.3.7.tar.xz

New:

  libmwaw-0.3.8.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.dnkULj/_old  2016-07-27 16:29:31.0 +0200
+++ /var/tmp/diff_new_pack.dnkULj/_new  2016-07-27 16:29:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,24 +18,22 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.7
+Version:0.3.8
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  librevenge-devel >= 0.0.0
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(librevenge-0.0)
+BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,7 +50,6 @@
 Summary:Files for Developing with libmwaw
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
-Requires:   libwpd-devel
 
 %description devel
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
@@ -81,7 +78,6 @@
docs/doxygen/footer.html.in
 
 %build
-autoreconf -fvi
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
--disable-silent-rules \
@@ -91,7 +87,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 # documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
@@ -100,7 +96,6 @@
 %fdupes %{buildroot}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}

++ libmwaw-0.3.7.tar.xz -> libmwaw-0.3.8.tar.xz ++
 67136 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2015-12-23 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2015-12-23 09:56:14

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is "libmwaw"

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2015-08-29 
20:03:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2015-12-23 
09:56:15.0 +0100
@@ -1,0 +2,18 @@
+Mon Dec 21 11:49:10 UTC 2015 - tchva...@suse.com
+
+- Version update to 0.3.7:
+  - RagTime v5-v6 parser: try to retrieve the embedded spreadsheets
++ begin to understand the hierarchical structures which store
+  a chart (but not the meaning of each field),
+  - ClarisWorks/AppleWorks: find a new structure in the file's header
+(which could prevent to convert some database's file),
+  - BeagleWorks/GreatWorks/Word Perfect Works: retrieve the picture's
+field in a database
+  - all: improve a little the methods which create spreadsheets,
+  - all: make some constructors explicit.
+  - add a parser for Style documents(at least v1.6 and v1.9)
+  - add file signatures for FullPaint documents which have the same format as
+MacPaint..
+  - add a parser for Pixel Paint documents
+
+---

Old:

  libmwaw-0.3.6.tar.xz

New:

  libmwaw-0.3.7.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.RHp8uN/_old  2015-12-23 09:56:16.0 +0100
+++ /var/tmp/diff_new_pack.RHp8uN/_new  2015-12-23 09:56:16.0 +0100
@@ -18,7 +18,7 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.6
+Version:0.3.7
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+

++ libmwaw-0.3.6.tar.xz -> libmwaw-0.3.7.tar.xz ++
 16516 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2015-08-29 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2015-08-29 20:02:43

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2015-06-17 
16:15:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2015-08-29 
20:03:01.0 +0200
@@ -1,0 +2,22 @@
+Fri Aug 28 07:38:50 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.3.6:
+  - Added a minimal parser for ApplePict v1.v2, ie. no clipping, does not
+take in account the copy mode: srcCopy, srcOr, ...
+  - Extended the --with-docs configure option to allow to build doc only
+for the API classes: --with-docs=no|api|full .
+  - Added a parser for MacDraft v4-v5 documents.
+  - RagTime v5-v6 parser: try to retrieve the main layouts and the
+picture/shape/textbox, ie. now, it generates result but it is
+still very imcomplete... 
+  - MWAW{Graphic,Presentation,Text}Listener: corrected a problem in openGroup
+which may create to incorrect document.
+  - Created an MWAWEmbeddedObject class to store a picture with various
+representations.
+  - MWAW*Listener: renamed insertPicture to insertShape, added a function to
+insert a texbox in a MWAWGraphicShape (which only insert a basic textbox).
+  - Fixed many crashes and hangs when importing broken files, found with the
+help of american-fuzzy-lop.
+  - And several other minor fixes and improvements.
+
+---

Old:

  libmwaw-0.3.5.tar.xz

New:

  libmwaw-0.3.6.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.mkYu4f/_old  2015-08-29 20:03:02.0 +0200
+++ /var/tmp/diff_new_pack.mkYu4f/_new  2015-08-29 20:03:02.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.5
+Version:0.3.6
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+

++ libmwaw-0.3.5.tar.xz - libmwaw-0.3.6.tar.xz ++
 28483 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2015-06-17 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2015-06-17 16:15:41

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2015-01-05 
04:42:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2015-06-17 
16:15:42.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 13 12:58:37 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.3.5
+  * Various small fixes on 0.3 series, nothing big woth mention
+
+---

Old:

  libmwaw-0.3.4.tar.xz

New:

  libmwaw-0.3.5.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.vfyiUw/_old  2015-06-17 16:15:43.0 +0200
+++ /var/tmp/diff_new_pack.vfyiUw/_new  2015-06-17 16:15:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,8 +16,9 @@
 #
 
 
+%define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.4
+Version:0.3.5
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
@@ -40,8 +41,6 @@
 %description
 Libmwaw is a project for converting many pre-OSX MAC text formats.
 
-%define libname libmwaw-0_3-3
-
 %package -n %{libname}
 Summary:Pre Mac OSX text file formats parser library
 Group:  System/Libraries
@@ -62,9 +61,7 @@
 %package devel-doc
 Summary:Documentation for the libmwaw API
 Group:  Documentation/HTML
-%if 0%{?suse_version}  1200
 BuildArch:  noarch
-%endif
 
 %description devel-doc
 This package contains documentation for the libmwaw API.
@@ -84,13 +81,14 @@
docs/doxygen/footer.html.in
 
 %build
-./autogen.sh
+autoreconf -fvi
 export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden
 %configure \
+   --disable-silent-rules \
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}

++ libmwaw-0.3.4.tar.xz - libmwaw-0.3.5.tar.xz ++
 67074 lines of diff (skipped)




commit libmwaw for openSUSE:Factory

2015-01-04 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2015-01-05 04:42:51

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2014-07-27 
18:46:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2015-01-05 
04:42:52.0 +0100
@@ -1,0 +2,8 @@
+Fri Jan  2 13:24:30 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.3.4:
+  * Various tweaksfixes on the 0.3 series found by fuzzy testing/etc
+- Removed patch libmwaw-0.3.1-stream.patch as we should not bother
+  with old autotools
+
+---

Old:

  libmwaw-0.3.1-stream.patch
  libmwaw-0.3.1.tar.xz

New:

  libmwaw-0.3.4.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.wtmDKD/_old  2015-01-05 04:42:53.0 +0100
+++ /var/tmp/diff_new_pack.wtmDKD/_new  2015-01-05 04:42:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:   libmwaw
-Version:0.3.1
+Version:0.3.4
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
-Patch0: libmwaw-0.3.1-stream.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -79,7 +78,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # doxygen needles rebuild
 sed -i \
-e 's:on $datetime::g' \

++ libmwaw-0.3.1.tar.xz - libmwaw-0.3.4.tar.xz ++
 34374 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmwaw for openSUSE:Factory

2014-07-27 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2014-07-27 18:46:53

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2014-01-30 
11:30:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2014-07-27 
18:46:56.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul  1 14:47:43 UTC 2014 - fst...@suse.com
+
+- Fix patch libmwaw-0.3.1-stream.patch to allow buiding with older
+  version of autotools.
+
+---
+Wed Jun 11 09:34:13 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.3.1:
+  * Switch over to librevenge framework
+- Add patch libmwaw-0.3.1-stream.patch to fix streams
+
+---

Old:

  libmwaw-0.2.0.tar.xz

New:

  libmwaw-0.3.1-stream.patch
  libmwaw-0.3.1.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.RFj9hX/_old  2014-07-27 18:46:57.0 +0200
+++ /var/tmp/diff_new_pack.RFj9hX/_new  2014-07-27 18:46:57.0 +0200
@@ -17,20 +17,23 @@
 
 
 Name:   libmwaw
-Version:0.2.0
+Version:0.3.1
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
+Patch0: libmwaw-0.3.1-stream.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libwpd-devel = 0.9.0
-BuildRequires:  libwpg-devel = 0.2.0
-BuildRequires:  pkgconfig
+BuildRequires:  librevenge-devel = 0.0.0
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +41,7 @@
 %description
 Libmwaw is a project for converting many pre-OSX MAC text formats.
 
-%define libname libmwaw-0_2-2
+%define libname libmwaw-0_3-3
 
 %package -n %{libname}
 Summary:Pre Mac OSX text file formats parser library
@@ -76,12 +79,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # doxygen needles rebuild
 sed -i \
-e 's:on $datetime::g' \
docs/doxygen/footer.html.in
 
 %build
+./autogen.sh
 export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden
 %configure \
--disable-werror \

++ libmwaw-0.3.1-stream.patch ++
--- libmwaw-0.3.1/configure.ac  2014-05-16 15:02:34.0 +0200
+++ libmwaw-0.3.1/configure.ac  2014-07-01 16:43:15.247625691 +0200
@@ -16,7 +16,7 @@
 AC_INIT([libmwaw],[libmwaw_version])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.11 foreign dist-xz dist-bzip2])
+AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_LANG([C++])
 AC_STRUCT_TIMEZONE()
--- libmwaw-0.3.1/src/lib/Makefile.am   2014-05-16 15:02:34.0 +0200
+++ libmwaw-0.3.1/src/lib/Makefile.am   2014-05-26 12:38:37.689185841 +0200
@@ -223,6 +223,8 @@
MWAWSpreadsheetEncoder.hxx  \
MWAWSpreadsheetListener.cxx \
MWAWSpreadsheetListener.hxx \
+   MWAWStringStream.cxx\
+   MWAWStringStream.hxx\
MWAWSubDocument.cxx \
MWAWSubDocument.hxx \
MWAWTable.cxx   \
--- libmwaw-0.3.1/src/lib/MWAWInputStream.cxx   2014-04-22 15:37:01.0 
+0200
+++ libmwaw-0.3.1/src/lib/MWAWInputStream.cxx   2014-05-26 12:38:45.892999633 
+0200
@@ -43,6 +43,7 @@
 #include MWAWDebug.hxx
 
 #include MWAWInputStream.hxx
+#include MWAWStringStream.hxx
 
 MWAWInputStream::MWAWInputStream(shared_ptrlibrevenge::RVNGInputStream inp, 
bool inverted)
   : m_stream(inp), m_streamSize(0), m_inverseRead(inverted), m_readLimit(-1), 
m_prevLimits(),
@@ -517,7 +518,7 @@
   MWAW_DEBUG_MSG((MWAWInputStream::unBinHex: can not read the resource 
fork\n));
 }
 else {
-  shared_ptrlibrevenge::RVNGInputStream rsrc(new 
librevenge::RVNGStringStream(data, (unsigned int)numBytesRead));
+  shared_ptrlibrevenge::RVNGInputStream rsrc(new MWAWStringStream(data, 
(unsigned int)numBytesRead));
   m_resourceFork.reset(new MWAWInputStream(rsrc,false));
 }
   }
@@ -532,7 +533,7 @@
   MWAW_DEBUG_MSG((MWAWInputStream::unBinHex: can not read the data 
fork\n));
   return false;
 }
-

commit libmwaw for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2014-01-30 11:30:18

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2014-01-23 
15:48:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2014-01-30 
11:30:19.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 21:05:10 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner and noarch documenation.
+
+---



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.0BjbrK/_old  2014-01-30 11:30:20.0 +0100
+++ /var/tmp/diff_new_pack.0BjbrK/_new  2014-01-30 11:30:20.0 +0100
@@ -60,6 +60,9 @@
 %package devel-doc
 Summary:Documentation for the libmwaw API
 Group:  Documentation/HTML
+%if 0%{?suse_version}  1200
+BuildArch:  noarch
+%endif
 
 %description devel-doc
 This package contains documentation for the libmwaw API.
@@ -79,7 +82,7 @@
docs/doxygen/footer.html.in
 
 %build
-export CXXFLAGS=%optflags -fvisibility-inlines-hidden
+export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmwaw for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2014-01-21 11:11:46

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-12-18 
16:54:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2014-01-23 
15:48:00.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 18 15:57:32 UTC 2014 - crrodrig...@opensuse.org
+
+- build with -fvisibility-inlines-hidden, around 2800 
+  less in the export symbol table.
+
+---



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.Ke6Vse/_old  2014-01-23 15:48:02.0 +0100
+++ /var/tmp/diff_new_pack.Ke6Vse/_new  2014-01-23 15:48:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -79,6 +79,7 @@
docs/doxygen/footer.html.in
 
 %build
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmwaw for openSUSE:Factory

2013-12-18 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2013-12-18 16:54:12

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-12-11 
16:15:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2013-12-18 
16:54:13.0 +0100
@@ -1,0 +2,7 @@
+Tue Dec 17 10:17:43 UTC 2013 - fridrich.st...@suse.com
+
+- Upgrade to upstream 0.2.0
+  - ABI change
+  - Several improvements in handling of embedded graphics
+
+---

Old:

  libmwaw-0.1.9.tar.xz

New:

  libmwaw-0.2.0.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.cz5KDB/_old  2013-12-18 16:54:14.0 +0100
+++ /var/tmp/diff_new_pack.cz5KDB/_new  2013-12-18 16:54:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libmwaw
-Version:0.1.9
+Version:0.2.0
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
@@ -38,7 +38,7 @@
 %description
 Libmwaw is a project for converting many pre-OSX MAC text formats.
 
-%define libname libmwaw-0_1-1
+%define libname libmwaw-0_2-2
 
 %package -n %{libname}
 Summary:Pre Mac OSX text file formats parser library

++ libmwaw-0.1.9.tar.xz - libmwaw-0.2.0.tar.xz ++
 77306 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmwaw for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2013-12-11 16:15:13

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-11-04 
15:09:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2013-12-11 
16:15:14.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec  3 13:27:31 UTC 2013 - tchva...@suse.com
+
+- Format with spec-cleaner
+
+---



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.VT1aO4/_old  2013-12-11 16:15:15.0 +0100
+++ /var/tmp/diff_new_pack.VT1aO4/_new  2013-12-11 16:15:15.0 +0100
@@ -17,6 +17,13 @@
 
 
 Name:   libmwaw
+Version:0.1.9
+Release:0
+Summary:Pre Mac OSX text file formats parser library
+License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
+Group:  Productivity/Publishing/Word
+Url:http://sourceforge.net/p/libmwaw/wiki/Home/
+Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -26,13 +33,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  zlib-devel
-Summary:Pre Mac OSX text file formats parser library
-License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
-Group:  Productivity/Publishing/Word
-Version:0.1.9
-Release:0
-Url:http://sourceforge.net/p/libmwaw/wiki/Home/
-Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,17 +40,17 @@
 
 %define libname libmwaw-0_1-1
 
-%package -n %libname
+%package -n %{libname}
 Summary:Pre Mac OSX text file formats parser library
 Group:  System/Libraries
 
-%description -n %libname
+%description -n %{libname}
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
 
 %package devel
 Summary:Files for Developing with libmwaw
 Group:  Development/Libraries/C and C++
-Requires:   %libname = %version
+Requires:   %{libname} = %{version}
 Requires:   libwpd-devel
 
 %description devel
@@ -82,23 +82,23 @@
 %configure \
--disable-werror \
--disable-static \
-   --docdir=%_docdir/%name
+   --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
-rm %{buildroot}%_libdir/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 # documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
 cp -p COPYING.* %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
 %fdupes %{buildroot}
 
-%post -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n %libname -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n %libname
+%files -n %{libname}
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmwaw for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2013-11-04 15:09:46

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-06-05 
11:54:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2013-11-04 
15:09:47.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:13:30 UTC 2013 - tchva...@suse.com
+
+- Drop doc conditional and use verbose build.
+
+---



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.5okmwW/_old  2013-11-04 15:09:47.0 +0100
+++ /var/tmp/diff_new_pack.5okmwW/_new  2013-11-04 15:09:47.0 +0100
@@ -17,14 +17,8 @@
 
 
 Name:   libmwaw
-# note: the main package is empty, it only sets a sane name for the source rpm
-%if 0%{?suse_version}  1020
-%define build_doc  1
-BuildRequires:  doxygen
-%else
-%define build_doc  0
-%endif
 BuildRequires:  boost-devel
+BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libwpd-devel = 0.9.0
@@ -44,7 +38,6 @@
 %description
 Libmwaw is a project for converting many pre-OSX MAC text formats.
 
-
 %define libname libmwaw-0_1-1
 
 %package -n %libname
@@ -54,7 +47,6 @@
 %description -n %libname
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
 
-
 %package devel
 Summary:Files for Developing with libmwaw
 Group:  Development/Libraries/C and C++
@@ -65,9 +57,6 @@
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
 This package contains the libmwaw development files.
 
-
-%if %build_doc
-
 %package devel-doc
 Summary:Documentation for the libmwaw API
 Group:  Documentation/HTML
@@ -75,8 +64,6 @@
 %description devel-doc
 This package contains documentation for the libmwaw API.
 
-%endif
-
 %package tools
 Summary:Tools to work with publications in pre MAC OSX text 
file-formats
 Group:  Productivity/Publishing/Word
@@ -84,7 +71,6 @@
 %description tools
 Command line tools to work with publications in pre MAC OSX text file-formats.
 
-
 %prep
 %setup -q
 # doxygen needles rebuild
@@ -97,16 +83,16 @@
--disable-werror \
--disable-static \
--docdir=%_docdir/%name
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm $RPM_BUILD_ROOT%_libdir/*.la
+make DESTDIR=%{buildroot} install
+rm %{buildroot}%_libdir/*.la
 # documentation
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp -p COPYING.* $RPM_BUILD_ROOT%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -p COPYING.* %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %post -n %libname -p /sbin/ldconfig
 
@@ -121,12 +107,10 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmwaw*.pc
 %{_includedir}/libmwaw-*
-%if %build_doc != 0
 
 %files devel-doc
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}/html
-%endif
 
 %files tools
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmwaw for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2013-06-05 11:54:13

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-04-29 
14:04:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2013-06-05 
11:54:14.0 +0200
@@ -1,0 +2,27 @@
+Mon May 27 11:34:16 UTC 2013 - tchva...@suse.com
+
+- Version bump to 0.1.9 providing following fixes:
+
+ - improve a little the Microsoft Word filter to better manage
+   character and paragraph properties
+ - check that the remaining parsers (excepted Microsoft Word) use the
+   new properties' classes,
+ - add table generation in FullWrite parser,
+ - rewrite from scratch zip.cpp (to avoid using different license),
+ - + many code corrections done by David Tardon.
+ - check that the WriterPlus parsers use the new properties' classes,
+ - simplify a little the code of MWAWDocument
+ - add a parser for Acta v2 and Acta Classic v1,
+ - check that the DOCMaker, eDOC, SimpleText, Tex-Edit, Z-Write parsers
+   use the new properties' classes,
+ - rewrite MWAWPageSpan,
+ - add classes MWAWField, MWAWNote, MWAWSection to store/manage
+   field, note, section properties,
+ - check that the ClarisWorks/AppleWorks, MacWrite, MindWrite,
+   WriteNow parsers use the new properties' classes,
+ - improve a little the ClarisWorks/AppleWorks frame position by
+   placing correctly all page's frames,
+ - MWAWContentListener : add a sanity check to insure that at most
+   200 very small pictures are generated.
+
+---

Old:

  libmwaw-0.1.8.tar.xz

New:

  libmwaw-0.1.9.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.dpgiki/_old  2013-06-05 11:54:15.0 +0200
+++ /var/tmp/diff_new_pack.dpgiki/_new  2013-06-05 11:54:15.0 +0200
@@ -35,7 +35,7 @@
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
 Group:  Productivity/Publishing/Word
-Version:0.1.8
+Version:0.1.9
 Release:0
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz

++ libmwaw-0.1.8.tar.xz - libmwaw-0.1.9.tar.xz ++
 83069 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmwaw for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2013-04-29 14:04:48

Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and  /work/SRC/openSUSE:Factory/.libmwaw.new (New)


Package is libmwaw, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-04-03 
13:01:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2013-04-29 
14:04:49.0 +0200
@@ -1,0 +2,11 @@
+Sun Apr 28 13:44:00 UTC 2013 - fridrich.st...@suse.com
+
+- Upgrade to upstream 0.1.8
+  - Several improvements in different parsers
+
+---
+Sat Apr 20 12:08:23 UTC 2013 - tchva...@suse.com
+
+- Use download URL path.
+
+---

Old:

  libmwaw-0.1.7.tar.xz

New:

  libmwaw-0.1.8.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.2h0hSE/_old  2013-04-29 14:04:50.0 +0200
+++ /var/tmp/diff_new_pack.2h0hSE/_new  2013-04-29 14:04:50.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libmspub
+# spec file for package libmwaw
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -35,10 +35,10 @@
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
 Group:  Productivity/Publishing/Word
-Version:0.1.7
+Version:0.1.8
 Release:0
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
-Source: libmwaw-%{version}.tar.xz
+Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libmwaw-0.1.7.tar.xz - libmwaw-0.1.8.tar.xz ++
 12541 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org