diff --git a/.gitignore b/.gitignore index ab5328b..9d2d3cf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/0001-fix-import-statement.patch b/0001-fix-import-statement.patch deleted file mode 100644 index d73e12b..0000000 --- a/0001-fix-import-statement.patch +++ /dev/null @@ -1,25 +0,0 @@ -From baf98cf3c7923d7a89a7f5facbaa02669b1a0245 Mon Sep 17 00:00:00 2001 -From: David Tardon -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 - diff --git a/librevenge.spec b/librevenge.spec index 5bf98ba..a456e38 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -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 - 0.0.4-1 +- new upstream release + * Sat Dec 26 2015 David Tardon - 0.0.3-3 - fix packaging diff --git a/sources b/sources index bd3ab9e..d99bdc7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b777d64bbe13830627c7bda69e5f3e31 librevenge-0.0.3.tar.xz +2677cf97716c699146f999575ac0147d librevenge-0.0.4.tar.xz