commit libvisio for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2019-08-27 15:19:37

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


Package is "libvisio"

Tue Aug 27 15:19:37 2019 rev:27 rq:724357 version:0.1.7

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2017-11-16 
13:58:33.922949903 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new.7948/libvisio.changes  
2019-08-27 15:19:37.568894018 +0200
@@ -1,0 +2,14 @@
+Sun Aug 18 07:19:54 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.1.7:
+  - Fix a few memory leaks found by oss-fuzz.
+  - Fix date and time conversion to string. (tdf#98291)
+  - Fix number conversion to string. (tdf#76829)
+  - Fix unit conversion. (tdf#126292)
+  - Handle more arrow styles. (tdf#126402)
+  - Fix some issues found by Coverity.
+  - Disable expanding entities by XML parser as a vulnerability
+prevention measure. Applications writing VSDX/VDX documents do not use
+entities, so there is no difference in behavior.
+
+---

Old:

  libvisio-0.1.6.tar.xz

New:

  libvisio-0.1.7.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.wL3rxk/_old  2019-08-27 15:19:38.512893543 +0200
+++ /var/tmp/diff_new_pack.wL3rxk/_new  2019-08-27 15:19:38.512893543 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvisio
 #
-# Copyright (c) 2017 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,18 +12,18 @@
 # 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 libvisio-0_1-1
 Name:   libvisio
-Version:0.1.6
+Version:0.1.7
 Release:0
 Summary:Library for parsing the MS Visio file format structure
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
-Url:http://www.freedesktop.org/wiki/Software/libvisio
+URL:https://www.freedesktop.org/wiki/Software/libvisio
 Source0:
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -130,8 +130,9 @@
 %doc %{_docdir}/%{name}-devel/html/
 
 %files tools
-%doc AUTHORS COPYING.* ChangeLog
+%license COPYING.*
+%doc AUTHORS ChangeLog
 %{_bindir}/*
-%{_mandir}/man1/*.1%{ext_man}
+%{_mandir}/man1/*.1%{?ext_man}
 
 %changelog

++ libvisio-0.1.6.tar.xz -> libvisio-0.1.7.tar.xz ++
 9734 lines of diff (skipped)




commit libvisio for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2017-11-16 13:58:32

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


Package is "libvisio"

Thu Nov 16 13:58:32 2017 rev:26 rq:541787 version:0.1.6

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2017-02-19 
00:43:08.326639616 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2017-11-16 
13:58:33.922949903 +0100
@@ -1,0 +2,18 @@
+Tue Nov  7 10:48:14 UTC 2017 - tchva...@suse.com
+
+- Update to 0.1.6:
+  * Consider stencil txtxform in binary formats (tdf#67914).
+  * Parse font width scaling.
+  * Remove namespace check for VDX to allow parsing documents produced by 
lucidchart.com (tdf#98791).
+  * Output shape ID if set.
+  * Fix parsing of text block background color in some cases.
+  * Write bitmaps with color palette correctly.
+  * Deduce text encoding from font name.
+  * Parse theme fill and shadow color.
+  * Parse font scheme in VSDX documents.
+  * Require C++11 for build.
+  * Fix various crashes, leaks and hangs when reading damaged files found by 
oss-fuzz.
+  * Fix some issues found by Coverity.
+  * Many other small improvements and fixes.
+
+---

Old:

  libvisio-0.1.5.tar.xz

New:

  libvisio-0.1.6.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.2B3oj5/_old  2017-11-16 13:58:34.746920047 +0100
+++ /var/tmp/diff_new_pack.2B3oj5/_new  2017-11-16 13:58:34.750919903 +0100
@@ -18,31 +18,30 @@
 
 %define libname libvisio-0_1-1
 Name:   libvisio
-Version:0.1.5
+Version:0.1.6
 Release:0
 Summary:Library for parsing the MS Visio file format structure
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:http://www.freedesktop.org/wiki/Software/libvisio
 Source0:
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
-%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:  gperf
 BuildRequires:  help2man
-BuildRequires:  libicu-devel
-BuildRequires:  librevenge-devel >= 0.0.0
-BuildRequires:  libxml2-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(cppunit)
+BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(librevenge-0.0) >= 0.0.0
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(zlib)
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 libvisio is a library for parsing the MS Visio file format structure. It is
@@ -92,11 +91,12 @@
 %configure \
--disable-werror \
--disable-static \
+   --disable-silent-rules \
--docdir=%{_docdir}/%{name}-devel/html
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
@@ -111,19 +111,15 @@
 %fdupes -s %{buildroot}
 
 %check
-export TZ=CET
 make check %{?_smp_mflags}
 
 %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
@@ -131,13 +127,11 @@
 %{_includedir}/libvisio-*
 
 %files devel-doc
-%defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-devel/html/
 
 %files tools
-%defattr(-,root,root)
 %doc AUTHORS COPYING.* ChangeLog
 %{_bindir}/*
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/*.1%{ext_man}
 
 %changelog

++ libvisio-0.1.5.tar.xz -> libvisio-0.1.6.tar.xz ++
 22185 lines of diff (skipped)




commit libvisio for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2017-02-19 00:43:07

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


Package is "libvisio"

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2016-01-04 
09:21:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2017-02-19 
00:43:08.326639616 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 15:47:27 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.z1FP4j/_old  2017-02-19 00:43:12.913994160 +0100
+++ /var/tmp/diff_new_pack.z1FP4j/_new  2017-02-19 00:43:12.917993597 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvisio
 #
-# 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
@@ -25,7 +25,11 @@
 Group:  Productivity/Publishing/Word
 Url:http://www.freedesktop.org/wiki/Software/libvisio
 Source0:
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cppunit-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes




commit libvisio for openSUSE:Factory

2016-01-04 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2016-01-04 09:21:11

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


Package is "libvisio"

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2015-12-27 
01:58:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2016-01-04 
09:21:32.0 +0100
@@ -1,0 +2,15 @@
+Wed Dec 30 09:15:48 UTC 2015 - fst...@suse.com
+
+- Generate manpages for the tools in libvisio-tool package
+
+---
+Tue Dec 29 20:06:55 UTC 2015 - fst...@suse.com
+
+- Version bump to 0.1.5
+  * Rewrite text output to avoid empty spans and to make the
+function a bit more readable for common mortal (wo)man.
+  * Initial emulation of line rounding property (tdf#90603).
+  * Make --help output of all command line tools more
+help2man-friendly.
+
+---

Old:

  libvisio-0.1.4.tar.xz

New:

  libvisio-0.1.5.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.Iyxh1h/_old  2016-01-04 09:21:33.0 +0100
+++ /var/tmp/diff_new_pack.Iyxh1h/_new  2016-01-04 09:21:33.0 +0100
@@ -18,7 +18,7 @@
 
 %define libname libvisio-0_1-1
 Name:   libvisio
-Version:0.1.4
+Version:0.1.5
 Release:0
 Summary:Library for parsing the MS Visio file format structure
 License:MPL-2.0
@@ -31,6 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
+BuildRequires:  help2man
 BuildRequires:  libicu-devel
 BuildRequires:  librevenge-devel >= 0.0.0
 BuildRequires:  libxml2-devel
@@ -88,13 +89,19 @@
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}-devel/html
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
+mkdir -p %{buildroot}%{_mandir}/man1
+for i in %{buildroot}%{_bindir}/*; do
+   LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
+   help2man -N -o %{buildroot}%{_mandir}/man1/$(basename $i).1 $i
+done
+
 cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}-devel/
 
 %fdupes -s %{buildroot}
@@ -127,5 +134,6 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING.* ChangeLog
 %{_bindir}/*
+%{_mandir}/man1/*.1*
 
 %changelog

++ libvisio-0.1.4.tar.xz -> libvisio-0.1.5.tar.xz ++
 3130 lines of diff (skipped)




commit libvisio for openSUSE:Factory

2015-12-26 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2015-12-27 01:58:35

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


Package is "libvisio"

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2015-11-24 
22:20:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2015-12-27 
01:58:36.0 +0100
@@ -1,0 +2,15 @@
+Thu Dec 24 09:30:28 UTC 2015 - fst...@suse.com
+
+- Version bump to 0.1.4
+  * Layer properties
+  * Bullets
+  * Tab-sets
+  * Hatch fills
+  * A lot of bug-fixes
+- Removed patch:
+  * 0001-fix-test.patch
+- Integrated upstream
+- Remove CPPFLAGS used to build with boost 1.59.0
+  * Fixed upstream
+
+---

Old:

  0001-fix-test.patch
  libvisio-0.1.3.tar.xz

New:

  libvisio-0.1.4.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.LfX2SQ/_old  2015-12-27 01:58:38.0 +0100
+++ /var/tmp/diff_new_pack.LfX2SQ/_new  2015-12-27 01:58:38.0 +0100
@@ -18,14 +18,13 @@
 
 %define libname libvisio-0_1-1
 Name:   libvisio
-Version:0.1.3
+Version:0.1.4
 Release:0
 Summary:Library for parsing the MS Visio file format structure
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:http://www.freedesktop.org/wiki/Software/libvisio
 Source0:
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
-Patch0: 0001-fix-test.patch
 BuildRequires:  boost-devel
 BuildRequires:  cppunit-devel
 BuildRequires:  doxygen
@@ -82,14 +81,9 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} > 1320
-%patch0 -p1
-%endif
 
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
-# Fix compilation with boost 1.59
-export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED"
 %configure \
--disable-werror \
--disable-static \

++ libvisio-0.1.3.tar.xz -> libvisio-0.1.4.tar.xz ++
 32101 lines of diff (skipped)




commit libvisio for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2015-11-24 22:20:33

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


Package is "libvisio"

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2015-08-29 
20:03:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2015-11-24 
22:20:35.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 11 11:13:54 UTC 2015 - idon...@suse.com
+
+- Fix compilation with boost 1.59 
+
+---



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.SZFvVu/_old  2015-11-24 22:20:36.0 +0100
+++ /var/tmp/diff_new_pack.SZFvVu/_new  2015-11-24 22:20:36.0 +0100
@@ -88,6 +88,8 @@
 
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
+# Fix compilation with boost 1.59
+export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED"
 %configure \
--disable-werror \
--disable-static \




commit libvisio for openSUSE:Factory

2015-08-29 Thread h_root
Hello community,

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

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2015-01-08 
23:05:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2015-08-29 
20:03:03.0 +0200
@@ -1,0 +2,22 @@
+Fri Aug 28 07:46:16 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.1.3:
+  * Fix build on old compilers
+- Add patch from upstream git to build with new libxml2:
+  * 0001-fix-test.patch
+
+---
+Fri Aug 28 07:39:59 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.1.2:
+  - Fix several build problems with different compilers.
+  - Import more metadata properties.
+  - Fix theme color import (tdf#92270).
+  - Fix a bunch of crashes and hangs when reading broken documents, found
+with the help of american-fuzzy-lop.
+  - Fix several memory leaks.
+  - Ignore errors when parsing metadata. This makes some documents readable
+again.
+  - Fix handling of character background (tdf#92271).
+
+---

Old:

  libvisio-0.1.1.tar.xz

New:

  0001-fix-test.patch
  libvisio-0.1.3.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.HEqp99/_old  2015-08-29 20:03:04.0 +0200
+++ /var/tmp/diff_new_pack.HEqp99/_new  2015-08-29 20:03:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvisio
 #
-# 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
@@ -18,13 +18,14 @@
 
 %define libname libvisio-0_1-1
 Name:   libvisio
-Version:0.1.1
+Version:0.1.3
 Release:0
 Summary:Library for parsing the MS Visio file format structure
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:http://www.freedesktop.org/wiki/Software/libvisio
 Source0:
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
+Patch0: 0001-fix-test.patch
 BuildRequires:  boost-devel
 BuildRequires:  cppunit-devel
 BuildRequires:  doxygen
@@ -81,6 +82,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version}  1320
+%patch0 -p1
+%endif
 
 %build
 export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden

++ 0001-fix-test.patch ++
From 75a02c586f6ec49d4316f79004834250ef42b0e0 Mon Sep 17 00:00:00 2001
From: David Tardon dtar...@redhat.com
Date: Sat, 25 Jul 2015 15:11:19 +0200
Subject: [PATCH] fix test

The previous version only worked with libxml2  2.9.2, because of a bug
in handling nested elements of the same name.

Change-Id: I1368cedf5845895154806d4ecf427bfbed19165f
---
 configure.ac| 4 
 src/test/importtest.cpp | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/test/importtest.cpp b/src/test/importtest.cpp
index 8554309..0296380 100644
--- a/src/test/importtest.cpp
+++ b/src/test/importtest.cpp
@@ -272,9 +272,9 @@ void ImportTest::testVsdxImportBgColorFromTheme()
 void ImportTest::testVsdxCharBgColor()
 {
   m_doc = parse(bgcolor.vsdx, m_buffer);
-  assertXPathNoAttribute(m_doc, 
/document/page/layer/textObject/paragraph/span, background-color);
-  assertXPath(m_doc, 
/document/page/layer/layer[2]/textObject/paragraph/span, background-color, 
#9dbb61);
-  assertXPath(m_doc, 
/document/page/layer/layer[2]/layer[2]/textObject/paragraph/span, 
background-color, #9dbb61);
+  assertXPathNoAttribute(m_doc, 
/document/page/layer[1]/textObject/paragraph/span, background-color);
+  assertXPath(m_doc, /document/page/layer[2]/textObject/paragraph/span, 
background-color, #9dbb61);
+  assertXPath(m_doc, /document/page/layer[3]/textObject/paragraph/span, 
background-color, #9dbb61);
 }
 
 CPPUNIT_TEST_SUITE_REGISTRATION(ImportTest);
-- 
2.1.0

++ libvisio-0.1.1.tar.xz - libvisio-0.1.3.tar.xz ++
 9114 lines of diff (skipped)




commit libvisio for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2015-01-08 23:05:41

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2014-07-27 
18:47:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2015-01-08 
23:05:43.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan  6 13:01:37 UTC 2015 - tchva...@suse.com
+
+- Version bump 0.1.1:
+  * Various bugfixes around
+- Remove obsol patch:
+  * libvisio-0.1.0-pkgconfig.patch
+- Enable testsuite
+
+---

Old:

  libvisio-0.1.0-pkgconfig.patch
  libvisio-0.1.0.tar.xz

New:

  libvisio-0.1.1.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.K3vDTl/_old  2015-01-08 23:05:44.0 +0100
+++ /var/tmp/diff_new_pack.K3vDTl/_new  2015-01-08 23:05:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvisio
 #
-# 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
@@ -18,15 +18,15 @@
 
 %define libname libvisio-0_1-1
 Name:   libvisio
-Version:0.1.0
+Version:0.1.1
 Release:0
 Summary:Library for parsing the MS Visio file format structure
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:http://www.freedesktop.org/wiki/Software/libvisio
 Source0:
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
-Patch0: libvisio-0.1.0-pkgconfig.patch
 BuildRequires:  boost-devel
+BuildRequires:  cppunit-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -81,7 +81,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden
@@ -100,6 +99,10 @@
 
 %fdupes -s %{buildroot}
 
+%check
+export TZ=CET
+make check %{?_smp_mflags}
+
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig

++ libvisio-0.1.0.tar.xz - libvisio-0.1.1.tar.xz ++
 7995 lines of diff (skipped)

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



commit libvisio for openSUSE:Factory

2014-07-27 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2014-07-27 18:47:06

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2014-01-30 
11:30:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2014-07-27 
18:47:10.0 +0200
@@ -1,0 +2,20 @@
+Fri Jul 25 07:39:37 UTC 2014 - fst...@suse.com
+
+- Added patch: libvisio-0.1.0-pkgconfig.patch
+  * Remove the Requires.private which breaks SLE11 builds
+
+---
+Mon May 26 09:23:52 UTC 2014 - fst...@suse.com
+
+- Upgrade to upstream version 0.1.0
+  * ABI change
+- Remove unneeded patches:
+  * libvisio-0.0.30-iterator_range.patch
+  * libvisio-0.0.30-wpx_seek_end.patch
+- Change in dependencies:
+  * Remove dependency on libwpg-devel and libwpd-devel
+  * Add dependency on librevenge-devel
+- License change
+  * Released under MPL-2.0 only
+
+---

Old:

  libvisio-0.0.30-iterator_range.patch
  libvisio-0.0.30-wpx_seek_end.patch
  libvisio-0.0.30.tar.xz

New:

  libvisio-0.1.0-pkgconfig.patch
  libvisio-0.1.0.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.UuiQzu/_old  2014-07-27 18:47:11.0 +0200
+++ /var/tmp/diff_new_pack.UuiQzu/_new  2014-07-27 18:47:11.0 +0200
@@ -16,27 +16,25 @@
 #
 
 
-%define libname libvisio-0_0-0
+%define libname libvisio-0_1-1
 Name:   libvisio
-Version:0.0.30
+Version:0.1.0
 Release:0
 Summary:Library for parsing the MS Visio file format structure
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
+License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:http://www.freedesktop.org/wiki/Software/libvisio
-Source0:http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
-Patch0: libvisio-0.0.30-iterator_range.patch
-Patch1: libvisio-0.0.30-wpx_seek_end.patch
+Source0:
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
+Patch0: libvisio-0.1.0-pkgconfig.patch
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
 BuildRequires:  libicu-devel
-BuildRequires:  libwpd-devel = 0.9.5
-BuildRequires:  libwpg-devel = 0.2.0
+BuildRequires:  librevenge-devel = 0.0.0
 BuildRequires:  libxml2-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,8 +55,6 @@
 Summary:Files for Developing with libvisio
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
-Requires:   libwpd-devel
-Requires:   libwpg-devel
 
 %description devel
 libvisio is a library for parsing the MS Visio file format structure. It is
@@ -85,8 +81,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .iterator_range
-%patch1 -p1 -b .wpx_seek_end
+%patch0 -p1
 
 %build
 export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden
@@ -111,7 +106,7 @@
 
 %files -n %{libname}
 %defattr(-,root,root)
-%{_libdir}/*.so.0*
+%{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root)

++ libvisio-0.1.0-pkgconfig.patch ++
--- libvisio-0.1.0/libvisio.pc.in   2014-04-16 19:13:10.0 +0200
+++ libvisio-0.1.0/libvisio.pc.in   2014-07-25 09:32:17.433533097 +0200
@@ -9,5 +9,3 @@
 Requires: librevenge-0.0 librevenge-stream-0.0
 Libs: -L${libdir} -lvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@
 Cflags: -I${includedir}/libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@
-
-Requires.private: icu-i18n libxml-2.0 zlib
++ libvisio-0.0.30.tar.xz - libvisio-0.1.0.tar.xz ++
 21395 lines of diff (skipped)

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



commit libvisio for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

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

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2014-01-23 
15:48:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2014-01-30 
11:30:47.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 20:55:30 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner and noarch the documentation.
+
+---



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.G1w9U8/_old  2014-01-30 11:30:48.0 +0100
+++ /var/tmp/diff_new_pack.G1w9U8/_new  2014-01-30 11:30:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvisio
 #
-# 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
@@ -17,7 +17,6 @@
 
 
 %define libname libvisio-0_0-0
-
 Name:   libvisio
 Version:0.0.30
 Release:0
@@ -70,6 +69,9 @@
 %package devel-doc
 Summary:Documentation for the libvisio API
 Group:  Documentation/HTML
+%if 0%{?suse_version}  1200
+BuildArch:  noarch
+%endif
 
 %description devel-doc
 This package contains documentation for the libvisio API.
@@ -87,7 +89,7 @@
 %patch1 -p1 -b .wpx_seek_end
 
 %build
-export CXXFLAGS=%optflags -fvisibility-inlines-hidden
+export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \
@@ -95,9 +97,9 @@
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name *.la -delete -print
 
 cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}-devel/
 

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



commit libvisio for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2014-01-20 11:42:29

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-11-04 
15:12:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2014-01-23 
15:48:46.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 14:14:24 UTC 2014 - crrodrig...@opensuse.org
+
+- build with -fvisibility-inlines-hidden 
+
+---



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.UBoVFI/_old  2014-01-23 15:48:47.0 +0100
+++ /var/tmp/diff_new_pack.UBoVFI/_new  2014-01-23 15:48:47.0 +0100
@@ -87,6 +87,7 @@
 %patch1 -p1 -b .wpx_seek_end
 
 %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 libvisio for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-11-04 15:12:08

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-07-27 
15:47:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-11-04 
15:12:09.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:05:03 UTC 2013 - tchva...@suse.com
+
+- Remove conditional for the doc building, use verbose build.
+
+---



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.eVkbju/_old  2013-11-04 15:12:10.0 +0100
+++ /var/tmp/diff_new_pack.eVkbju/_new  2013-11-04 15:12:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvisio
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -21,30 +21,25 @@
 Name:   libvisio
 Version:0.0.30
 Release:0
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure
-Url:http://www.freedesktop.org/wiki/Software/libvisio
+License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Productivity/Publishing/Word
+Url:http://www.freedesktop.org/wiki/Software/libvisio
 Source0:http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
 Patch0: libvisio-0.0.30-iterator_range.patch
 Patch1: libvisio-0.0.30-wpx_seek_end.patch
 BuildRequires:  boost-devel
-%if 0%{?suse_version}  1020
-%define build_doc   1
 BuildRequires:  doxygen
-%else
-%define build_doc   0
-%endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gperf
 BuildRequires:  libicu-devel
 BuildRequires:  libwpd-devel = 0.9.5
 BuildRequires:  libwpg-devel = 0.2.0
 BuildRequires:  libxml2-devel
-BuildRequires:  zlib-devel
-BuildRequires:  gperf
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,14 +67,12 @@
 
 This package contains the libvisio development files.
 
-%if %build_doc
 %package devel-doc
 Summary:Documentation for the libvisio API
 Group:  Documentation/HTML
 
 %description devel-doc
 This package contains documentation for the libvisio API.
-%endif
 
 %package tools
 Summary:Tools to work with documents in MS Visio file-format
@@ -98,7 +91,7 @@
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}-devel/html
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install
@@ -125,11 +118,9 @@
 %{_libdir}/pkgconfig/libvisio*.pc
 %{_includedir}/libvisio-*
 
-%if %build_doc != 0
 %files devel-doc
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-devel/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 libvisio for openSUSE:Factory

2013-07-27 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-07-27 15:47:47

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-07-10 
23:24:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-07-27 
15:47:48.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 06:58:30 UTC 2013 - fridrich.st...@suse.com
+
+- Performance regression fix
+  * Add patch to unconditionally use WPX_SEEK_END
+  * Depend on libwpd-devel = 0.9.5 that has WPX_SEEK_END
+
+---

New:

  libvisio-0.0.30-iterator_range.patch
  libvisio-0.0.30-wpx_seek_end.patch



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.y7G8JJ/_old  2013-07-27 15:47:50.0 +0200
+++ /var/tmp/diff_new_pack.y7G8JJ/_new  2013-07-27 15:47:50.0 +0200
@@ -26,6 +26,8 @@
 Url:http://www.freedesktop.org/wiki/Software/libvisio
 Group:  Productivity/Publishing/Word
 Source0:http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
+Patch0: libvisio-0.0.30-iterator_range.patch
+Patch1: libvisio-0.0.30-wpx_seek_end.patch
 BuildRequires:  boost-devel
 %if 0%{?suse_version}  1020
 %define build_doc   1
@@ -36,7 +38,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
-BuildRequires:  libwpd-devel = 0.9.0
+BuildRequires:  libwpd-devel = 0.9.5
 BuildRequires:  libwpg-devel = 0.2.0
 BuildRequires:  libxml2-devel
 BuildRequires:  zlib-devel
@@ -88,6 +90,8 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .iterator_range
+%patch1 -p1 -b .wpx_seek_end
 
 %build
 %configure \

++ libvisio-0.0.30-iterator_range.patch ++
--- a/src/lib/libvisio_utils.cpp
+++ b/src/lib/libvisio_utils.cpp
@@ -35,6 +35,7 @@
 #include boost/archive/iterators/binary_from_base64.hpp
 #include boost/archive/iterators/remove_whitespace.hpp
 #include boost/archive/iterators/transform_width.hpp
+#include boost/range/iterator_range.hpp
 
 uint8_t libvisio::readU8(WPXInputStream *input)
 {
@@ -125,7 +126,7 @@ double libvisio::readDouble(WPXInputStream *input)
 
 void libvisio::appendFromBase64(WPXBinaryData data, const unsigned char 
*base64Data, size_t base64DataLength)
 {
-  std::string base64String((const char *)base64Data, base64DataLength);
+  boost::iterator_rangeconst char * base64String((const char *)base64Data, 
(const char *)base64Data + base64DataLength);
   typedef boost::archive::iterators::transform_width
   boost::archive::iterators::binary_from_base64
   boost::archive::iterators::remove_whitespace std::string::const_iterator  
, 8, 6  base64_decoder;
++ libvisio-0.0.30-wpx_seek_end.patch ++
--- a/src/lib/VSDZipStream.cpp
+++ b/src/lib/VSDZipStream.cpp
@@ -161,11 +161,7 @@ WPXInputStream 
*libvisio::VSDZipStream::getDocumentOLEStream(const char *name)
 
 bool libvisio::VSDZipStreamImpl::findCentralDirectoryEnd()
 {
-#if defined(LIBWPD_STREAM_VERSION_MAJOR)  
defined(LIBWPD_STREAM_VERSION_MINOR)  defined(LIBWPD_STREAM_VERSION_REVISION) 
\
-   (LIBWPD_STREAM_VERSION_MAJOR  0 || (LIBWPD_STREAM_VERSION_MAJOR == 0  
(LIBWPD_STREAM_VERSION_MINOR  9 \
-  || (LIBWPD_STREAM_VERSION_MINOR == 9  LIBWPD_STREAM_VERSION_REVISION = 
5
   if (m_cdir_offset || m_input-seek(-1024, WPX_SEEK_END))
-#endif
 m_input-seek(m_cdir_offset, WPX_SEEK_SET);
   try
   {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libvisio for openSUSE:Factory

2013-07-10 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-07-10 23:24:56

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-07-03 
10:24:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-07-10 
23:24:58.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 10 16:54:11 UTC 2013 - fridrich.st...@suse.com
+
+- Bump version to 0.0.30
+  * Fix building with older boosts
+  * Considerable performance improvement due to diminished
+memory consumption.
+  * Implemented B-Spline conversion for xml-based formats
+  * For NURBS and B-Splines where it is possible, lossless
+conversion to bezier segments.
+  * Coverity fixes.
+
+---

Old:

  libvisio-0.0.29.tar.xz

New:

  libvisio-0.0.30.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.3Tvanr/_old  2013-07-10 23:25:00.0 +0200
+++ /var/tmp/diff_new_pack.3Tvanr/_new  2013-07-10 23:25:00.0 +0200
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.29
+Version:0.0.30
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure

++ libvisio-0.0.29.tar.xz - libvisio-0.0.30.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvisio-0.0.29/ChangeLog 
new/libvisio-0.0.30/ChangeLog
--- old/libvisio-0.0.29/ChangeLog   2013-07-02 14:20:53.0 +0200
+++ new/libvisio-0.0.30/ChangeLog   2013-07-10 15:16:31.0 +0200
@@ -1,3 +1,79 @@
+2013-07-10  Fridrich Štrba  fridrich.st...@bluewin.ch  
[0c2293c7b1e0793f61a396d5bb3e9161f965b8e3]
+
+   Add support of SplineStart and SplineKnot to xml-based formats
+
+
+2013-07-10  Fridrich Štrba  fridrich.st...@bluewin.ch  
[5a38774b5f9bfc2d58e8a7a06effb0bbe7d0debd]
+
+   Try not to go out of bonds
+
+
+2013-07-10  Fridrich Štrba  fridrich.st...@bluewin.ch  
[e7974026dd728d2882962de803c0cfbc29057283]
+
+   Fixing back some mistakes paid cash to valgrind
+
+
+2013-07-10  David Tardon  dtar...@redhat.com  
[d8e22ac854217d647753c2f5c4943e167f45b6be]
+
+   fix condition
+
+
+2013-07-10  Fridrich Štrba  fridrich.st...@bluewin.ch  
[31b9a3540b83bf0cbceb70ae3acadfc1a800e54e]
+
+   SplineStart ends previous spline
+
+
+2013-07-10  Fridrich Štrba  fridrich.st...@bluewin.ch  
[f611310868933279a8d6899e6eabb9c5f820e929]
+
+   Some more trying of refactoring of nurbs-related code
+
+
+2013-07-09  Fridrich Štrba  fridrich.st...@bluewin.ch  
[0e8734be3d3294454d3f6f8f9de282c31bdf28bf]
+
+   De-uglify a tiny bit the NURBS code
+
+
+2013-07-09  Fridrich Štrba  fridrich.st...@bluewin.ch  
[98f9d25aae4de36c75656935da2909d044344398]
+
+   Bump version to 0.0.30 (not release yet)
+
+
+2013-07-09  Fridrich Štrba  fridrich.st...@bluewin.ch  
[b49fb988a458c84869abc30376def886d4d3cc7f]
+
+   Don't add a trailing M-segment when emulating NURBS by curves
+
+
+2013-07-09  Fridrich Štrba  fridrich.st...@bluewin.ch  
[29d671d0cd7a1b777d9c5172c5794d59b8048402]
+
+   Handling in a special ways uniform NURBS of degree 2 and 3
+
+
+2013-07-09  Fridrich Štrba  fridrich.st...@bluewin.ch  
[78fdaaf690c6aa37e56cb8a06f29be02fcd140a1]
+
+   astyle
+
+
+2013-07-06  Fridrich Štrba  fridrich.st...@bluewin.ch  
[688aa1eb357b41e26d0a12f0d34dca426a50feb7]
+
+   Proper fix for older boost and remove_whitespace
+
+
+2013-07-06  Fridrich Štrba  fridrich.st...@bluewin.ch  
[0cde479e62ce80a8a619f2e11b77f7f64b970802]
+
+   Revert Some older versions of boost have a buggy remove_whitespace and 
original code was not removing either
+
+   This reverts commit 6fe924aae90c7aed8a3ad6e172a90a341f7a82ca.
+
+2013-07-06  David Tardon  dtar...@redhat.com  
[73a17a5730bfbfb738cf0fa4fe59ad4b478f9731]
+
+   coverity: gmtime can return NULL
+
+
+2013-07-02  Fridrich Štrba  fridrich.st...@bluewin.ch  
[6fe924aae90c7aed8a3ad6e172a90a341f7a82ca]
+
+   Some older versions of boost have a buggy remove_whitespace and 
original code was not removing either
+
+
 2013-07-02  Fridrich Štrba  fridrich.st...@bluewin.ch  
[a55e97f84fdd51632f1fb29fbc438d1baa0c8e64]
 
Bump version to 0.0.29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvisio-0.0.29/configure 
new/libvisio-0.0.30/configure
--- old/libvisio-0.0.29/configure   2013-07-02 14:18:55.0 +0200
+++ 

commit libvisio for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-07-03 10:24:32

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-06-05 
17:45:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-07-03 
10:24:33.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul  2 13:59:58 UTC 2013 - fridrich.st...@suse.com
+
+- Bump version to 0.0.29
+  * Avoid NAN in NURBS code - fixes some freehand curves
+  * Fix generation of doxygen documentation
+  * Fix several parser errors due to padding zeros after chunks
+
+---

Old:

  libvisio-0.0.28.tar.xz

New:

  libvisio-0.0.29.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.JffDwK/_old  2013-07-03 10:24:36.0 +0200
+++ /var/tmp/diff_new_pack.JffDwK/_new  2013-07-03 10:24:36.0 +0200
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.28
+Version:0.0.29
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure

++ libvisio-0.0.28.tar.xz - libvisio-0.0.29.tar.xz ++
 3273 lines of diff (skipped)

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



commit libvisio for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-06-05 17:45:23

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-04-23 
11:33:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-06-05 
17:45:25.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun  5 08:56:24 UTC 2013 - fridrich.st...@suse.com
+
+- Bump version to 0.0.28
+  * Miscellaneous crash fixes revealed by fuzzer run.
+  * Miscellaneous coverity fixes.
+  * New layout of source code with public headers in inc/libvisio
+directory.
+
+---

Old:

  libvisio-0.0.26.tar.xz

New:

  libvisio-0.0.28.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.Qp8CXc/_old  2013-06-05 17:45:27.0 +0200
+++ /var/tmp/diff_new_pack.Qp8CXc/_new  2013-06-05 17:45:27.0 +0200
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.26
+Version:0.0.28
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure

++ libvisio-0.0.26.tar.xz - libvisio-0.0.28.tar.xz ++
 6809 lines of diff (skipped)

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



commit libvisio for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-04-23 11:33:07

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


Package is libvisio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-04-22 
14:31:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-04-23 
11:33:11.0 +0200
@@ -9,3 +9,3 @@
-  * vsd2raw/vss2raw:
-- add possibility to detect groups that are not properly finished
-   - indent raw output for easier detection of problems
+  * vsd2raw/vss2raw -add possibility to detect groups that are not
+properly finished and indent raw output for easier detection of
+problems



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



commit libvisio for openSUSE:Factory

2013-04-22 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-04-22 14:31:10

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


Package is libvisio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-02-28 
10:18:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-04-22 
14:31:11.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 22 09:42:12 UTC 2013 - fridrich.st...@suse.com
+
+- Bump version to 0.0.26
+  * Fix missing WMFs in some Visio files
+  * Use ICU for text encoding conversions
+  * Honour the HideText property
+  * Don't truncate end of the text
+  * vsd2raw/vss2raw:
+- add possibility to detect groups that are not properly finished
+   - indent raw output for easier detection of problems
+- Add dependency on libicu-devel
+
+---

Old:

  libvisio-0.0.25.tar.xz

New:

  libvisio-0.0.26.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.pzSmu8/_old  2013-04-22 14:31:17.0 +0200
+++ /var/tmp/diff_new_pack.pzSmu8/_new  2013-04-22 14:31:17.0 +0200
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.25
+Version:0.0.26
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure
@@ -35,6 +35,7 @@
 %endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libicu-devel
 BuildRequires:  libwpd-devel = 0.9.0
 BuildRequires:  libwpg-devel = 0.2.0
 BuildRequires:  libxml2-devel

++ libvisio-0.0.25.tar.xz - libvisio-0.0.26.tar.xz ++
 24245 lines of diff (skipped)

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



commit libvisio for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-02-28 07:12:01

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


Package is libvisio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2012-12-05 
13:58:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-02-28 
10:18:50.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 26 13:33:06 CET 2013 - fridrich.st...@suse.com
+
+- Bump version to 0.0.25
+  * don't throw from parser to the outer world
+  * fix line height conversion with fixed line-height
+  * fix incorrect colour conversion in documents without cached hex value
+  * convert page names
+  * miscellaneous coverty fixes
+
+---

Old:

  libvisio-0.0.23.tar.xz

New:

  libvisio-0.0.25.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.Yb5Sg7/_old  2013-02-28 10:18:51.0 +0100
+++ /var/tmp/diff_new_pack.Yb5Sg7/_new  2013-02-28 10:18:51.0 +0100
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.23
+Version:0.0.25
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure

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



commit libvisio for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2012-12-05 13:58:20

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


Package is libvisio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2012-11-30 
12:27:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2012-12-05 
13:58:22.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  3 10:03:31 CET 2012 - fridrich.st...@suse.com
+
+- Bump version to 0.0.23
+  * Fixes fdo#48601 - wrong colours in some gradients
+
+---

Old:

  libvisio-0.0.22.tar.xz

New:

  libvisio-0.0.23.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.BQs0K9/_old  2012-12-05 13:58:24.0 +0100
+++ /var/tmp/diff_new_pack.BQs0K9/_new  2012-12-05 13:58:24.0 +0100
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.22
+Version:0.0.23
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure

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



commit libvisio for openSUSE:Factory

2012-11-30 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2012-11-30 12:25:29

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


Package is libvisio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2012-11-22 
16:38:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2012-11-30 
12:27:14.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 29 10:58:33 CET 2012 - fridrich.st...@suse.com
+
+- Bump version to 0.0.22
+
+---

Old:

  libvisio-0.0.21.tar.xz

New:

  libvisio-0.0.22.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.PYhT8T/_old  2012-11-30 12:27:16.0 +0100
+++ /var/tmp/diff_new_pack.PYhT8T/_new  2012-11-30 12:27:16.0 +0100
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.21
+Version:0.0.22
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure

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



commit libvisio for openSUSE:Factory

2012-11-22 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2012-11-22 16:38:26

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


Package is libvisio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2012-11-12 
11:33:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2012-11-22 
16:38:28.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 21 12:52:09 UTC 2012 - tchva...@suse.com
+
+- Disable werror explicitely. Usefull for devel but not for pkg.
+
+---
+Wed Nov 21 10:03:03 UTC 2012 - tchva...@suse.com
+
+- Bump version to 0.0.21
+
+---

Old:

  libvisio-0.0.20.tar.xz

New:

  libvisio-0.0.21.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.4fZRK7/_old  2012-11-22 16:38:33.0 +0100
+++ /var/tmp/diff_new_pack.4fZRK7/_new  2012-11-22 16:38:33.0 +0100
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.20
+Version:0.0.21
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure
@@ -89,7 +89,10 @@
 %setup -q
 
 %build
-%configure --disable-static --docdir=%{_docdir}/%{name}-devel/html
+%configure \
+   --disable-werror \
+   --disable-static \
+   --docdir=%{_docdir}/%{name}-devel/html
 make %{?_smp_mflags}
 
 %install

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



commit libvisio for openSUSE:Factory

2012-11-12 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2012-11-12 11:33:12

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


Package is libvisio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2012-11-08 
08:05:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2012-11-12 
11:33:14.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov  5 13:44:53 CET 2012 - fridrich.st...@suse.com
+
+- Upgrade to upstream version 0.0.20
+  * Support of Visio XML Drawing file-format (*.vdx)
+  * Initial support of (not-yet-relesed) Visio 2013 file-formats
+(*.vsdx and *.vsdm)
+  * Initial support of extracting of master shapes from Visio
+documents.
+
+---

Old:

  libvisio-0.0.19.tar.xz

New:

  libvisio-0.0.20.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.kDwkiP/_old  2012-11-12 11:33:16.0 +0100
+++ /var/tmp/diff_new_pack.kDwkiP/_new  2012-11-12 11:33:16.0 +0100
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.19
+Version:0.0.20
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure
@@ -37,6 +37,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libwpd-devel = 0.9.0
 BuildRequires:  libwpg-devel = 0.2.0
+BuildRequires:  libxml2-devel
+BuildRequires:  zlib-devel
+BuildRequires:  gperf
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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