new upstream version
This commit is contained in:
parent
4f5e6c5456
commit
d2a90e81fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -1,24 +0,0 @@
|
||||
From c3784a67af37d19af916771afa49b9a83ae7ac32 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba@bluewin.ch>
|
||||
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
|
||||
|
||||
@ -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 <dtardon@redhat.com> - 0.0.19-1
|
||||
- new upstream version
|
||||
|
||||
* Tue Jul 24 2012 David Tardon <dtardon@redhat.com> - 0.0.18-3
|
||||
- fix endless loop with text fields in VSD6
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user