From 129502cb1ca8f5e9b2eb2092481f50195706a9f1 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 26 May 2014 18:12:25 +0200 Subject: [PATCH] new upstream release 0.1.0 --- .gitignore | 1 + 0001-coverity-fix-memory-leak.patch | 24 ------------------------ libfreehand.spec | 14 +++++++------- sources | 2 +- 4 files changed, 9 insertions(+), 32 deletions(-) delete mode 100644 0001-coverity-fix-memory-leak.patch diff --git a/.gitignore b/.gitignore index 9c8757a..b3e6a03 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libfreehand-0.0.0.tar.xz +/libfreehand-0.1.0.tar.xz diff --git a/0001-coverity-fix-memory-leak.patch b/0001-coverity-fix-memory-leak.patch deleted file mode 100644 index a373e52..0000000 --- a/0001-coverity-fix-memory-leak.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 0153352b99336335c5d6eb1635ea4b60574fa971 Mon Sep 17 00:00:00 2001 -From: David Tardon -Date: Fri, 1 Nov 2013 12:35:12 +0100 -Subject: [PATCH] coverity: fix memory leak - ---- - src/lib/FHStringVector.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/lib/FHStringVector.cpp b/src/lib/FHStringVector.cpp -index 2cab359..a6b5d7d 100644 ---- a/src/lib/FHStringVector.cpp -+++ b/src/lib/FHStringVector.cpp -@@ -35,6 +35,7 @@ libfreehand::FHStringVector::FHStringVector(const FHStringVector &vec) - - libfreehand::FHStringVector::~FHStringVector() - { -+ delete m_pImpl; - } - - libfreehand::FHStringVector &libfreehand::FHStringVector::operator=(const FHStringVector &vec) --- -1.8.3.1 - diff --git a/libfreehand.spec b/libfreehand.spec index 9105538..21ef383 100644 --- a/libfreehand.spec +++ b/libfreehand.spec @@ -1,8 +1,8 @@ -%global apiversion 0.0 +%global apiversion 0.1 Name: libfreehand -Version: 0.0.0 -Release: 4%{?dist} +Version: 0.1.0 +Release: 1%{?dist} Summary: A library for import of Macromedia/Adobe FreeHand documents Group: System Environment/Libraries @@ -13,12 +13,9 @@ Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: gperf BuildRequires: help2man -BuildRequires: pkgconfig(libwpd-0.9) -BuildRequires: pkgconfig(libwpg-0.2) +BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(zlib) -Patch0: 0001-coverity-fix-memory-leak.patch - %description libfreehand is library providing ability to interpret and import Macromedia/Adobe FreeHand documents into various applications. @@ -98,6 +95,9 @@ install -m 0644 fh2*.1 %{buildroot}/%{_mandir}/man1 %{_mandir}/man1/fh2svg.1* %changelog +* Mon May 26 2014 David Tardon - 0.1.0-1 +- new upstream release + * Wed Apr 09 2014 David Tardon - 0.0.0-4 - generate man pages diff --git a/sources b/sources index 3c63f7e..662741c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d143a9c72164350b332d058fc5a3f16c libfreehand-0.0.0.tar.xz +f50cee10fd59d50f1f350f9e817a0ab3 libfreehand-0.1.0.tar.xz