new upstream release 0.0.4

This commit is contained in:
David Tardon 2016-01-12 12:56:39 +01:00
parent 0fbca2e202
commit 2a2aa9b8b8
4 changed files with 8 additions and 30 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/librevenge-0.0.1.tar.xz
/librevenge-0.0.2.tar.xz
/librevenge-0.0.3.tar.xz
/librevenge-0.0.4.tar.xz

View File

@ -1,25 +0,0 @@
From baf98cf3c7923d7a89a7f5facbaa02669b1a0245 Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Sat, 26 Dec 2015 11:20:32 +0100
Subject: [PATCH] fix import statement
---
data/gdb/librevenge/util/printing.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/gdb/librevenge/util/printing.py b/data/gdb/librevenge/util/printing.py
index 6187d21..19ec29a 100644
--- a/data/gdb/librevenge/util/printing.py
+++ b/data/gdb/librevenge/util/printing.py
@@ -18,7 +18,7 @@ from collections import Mapping
import gdb
import re
-from compatibility import use_gdb_printing
+from librevenge.util.compatibility import use_gdb_printing
class SimplePrinter(object):
--
2.5.0

View File

@ -1,8 +1,8 @@
%global apiversion 0.0
Name: librevenge
Version: 0.0.3
Release: 3%{?dist}
Version: 0.0.4
Release: 1%{?dist}
Summary: A base library for writing document import filters
# src/lib/RVNGOLEStream.{h,cpp} are BSD
@ -15,8 +15,6 @@ BuildRequires: doxygen
BuildRequires: pkgconfig(cppunit)
BuildRequires: pkgconfig(zlib)
Patch0: 0001-fix-import-statement.patch
%description
%{name} is a base library for writing document import filters. It has
interfaces for text documents, vector graphics, spreadsheets and
@ -40,6 +38,7 @@ The %{name}-doc package contains documentation files for %{name}.
%package gdb
Summary: gdb pretty printers for %{name}
Requires: gdb%{?_isa}
Requires: python3-six
Requires: %{name}%{?_isa} = %{version}-%{release}
Supplements: %{name}-debuginfo%{?_isa} = %{version}-%{release}
@ -99,6 +98,9 @@ make %{?_smp_mflags} check
%{_datadir}/%{name}/python
%changelog
* Tue Jan 12 2016 David Tardon <dtardon@redhat.com> - 0.0.4-1
- new upstream release
* Sat Dec 26 2015 David Tardon <dtardon@redhat.com> - 0.0.3-3
- fix packaging

View File

@ -1 +1 @@
b777d64bbe13830627c7bda69e5f3e31 librevenge-0.0.3.tar.xz
2677cf97716c699146f999575ac0147d librevenge-0.0.4.tar.xz