fix gdb pretty printers
This commit is contained in:
parent
31105af4c4
commit
ffa844ad02
25
0001-fix-import-statement.patch
Normal file
25
0001-fix-import-statement.patch
Normal file
@ -0,0 +1,25 @@
|
||||
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
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: librevenge
|
||||
Version: 0.0.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A base library for writing document import filters
|
||||
|
||||
# src/lib/RVNGOLEStream.{h,cpp} are BSD
|
||||
@ -15,6 +15,8 @@ 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
|
||||
@ -84,6 +86,9 @@ make %{?_smp_mflags} check
|
||||
%doc docs/doxygen/html
|
||||
|
||||
%changelog
|
||||
* Sat Dec 26 2015 David Tardon <dtardon@redhat.com> - 0.0.3-2
|
||||
- fix gdb pretty printers
|
||||
|
||||
* Fri Dec 25 2015 David Tardon <dtardon@redhat.com> - 0.0.3-1
|
||||
- new upstream release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user