From d2a90e81fe4c9c86c170d417c411a950c6f1a65c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Jul 26 2012 18:10:51 +0000 Subject: new upstream version --- diff --git a/.gitignore b/.gitignore index 1215fbe..3964b70 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /libvisio-0.0.16.tar.xz /libvisio-0.0.17.tar.xz /libvisio-0.0.18.tar.xz +/libvisio-0.0.19.tar.xz diff --git a/0001-Fix-endless-loop-with-text-fields-in-VSD6.patch b/0001-Fix-endless-loop-with-text-fields-in-VSD6.patch deleted file mode 100644 index 0b63efb..0000000 --- a/0001-Fix-endless-loop-with-text-fields-in-VSD6.patch +++ /dev/null @@ -1,24 +0,0 @@ -From c3784a67af37d19af916771afa49b9a83ae7ac32 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Fridrich=20=C5=A0trba?= -Date: Tue, 24 Jul 2012 09:53:36 +0200 -Subject: [PATCH 1/2] Fix endless loop with text fields in VSD6 - ---- - src/lib/VSDXContentCollector.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/lib/VSDXContentCollector.cpp b/src/lib/VSDXContentCollector.cpp -index d1ae0b6..577afc3 100644 ---- a/src/lib/VSDXContentCollector.cpp -+++ b/src/lib/VSDXContentCollector.cpp -@@ -2648,6 +2648,7 @@ void libvisio::VSDXContentCollector::appendCharacters(WPXString &text, const std - text.append(m_fields[m_fieldIndex++].cstr()); - else - m_fieldIndex++; -+ ++iter; - } - else if (*iter < 0x20) - { --- -1.7.10.2 - diff --git a/libvisio.spec b/libvisio.spec index b8d27f9..59c2a27 100644 --- a/libvisio.spec +++ b/libvisio.spec @@ -1,13 +1,12 @@ Name: libvisio -Version: 0.0.18 -Release: 3%{?dist} +Version: 0.0.19 +Release: 1%{?dist} Summary: A library providing ability to interpret and import visio diagrams Group: System Environment/Libraries License: GPLv2+ or LGPLv2+ or MPLv1.1 URL: http://www.freedesktop.org/wiki/Software/libvisio Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz -Patch0: 0001-Fix-endless-loop-with-text-fields-in-VSD6.patch BuildRequires: boost-devel BuildRequires: doxygen @@ -50,7 +49,6 @@ Currently supported: XHTML, raw. %prep %setup -q -%patch0 -p1 %build @@ -100,6 +98,9 @@ rm -f %{buildroot}/%{_libdir}/*.la %changelog +* Thu Jul 26 2012 David Tardon - 0.0.19-1 +- new upstream version + * Tue Jul 24 2012 David Tardon - 0.0.18-3 - fix endless loop with text fields in VSD6 diff --git a/sources b/sources index ce454b6..51246b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -474b54db5724828a152d2cc02dc927d9 libvisio-0.0.18.tar.xz +a3c4e5f4c56442cea766a37b437416fc libvisio-0.0.19.tar.xz