summaryrefslogtreecommitdiffstats
path: root/groff.spec
diff options
context:
space:
mode:
Diffstat (limited to 'groff.spec')
-rw-r--r--groff.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/groff.spec b/groff.spec
index 8f89ac5..da96505 100644
--- a/groff.spec
+++ b/groff.spec
@@ -3,7 +3,7 @@
Summary: A document formatting system.
Name: groff
Version: 1.18.1.1
-Release: 1
+Release: 2
License: GPL
Group: Applications/Publishing
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@@ -25,6 +25,9 @@ Patch14: groff-xlibs.patch
Patch15: groff-1.18.1-fix15.patch
Patch16: groff-1.18.1-devutf8.patch
Patch17: groff-1.18.1.1-revision.patch
+Patch18: groff-1.18.1.1-do_char.patch
+Patch19: groff-1.18.1.1-grn.patch
+
URL: ftp://ftp.gnu.org/gnu/groff/
Requires: mktemp
Prereq: /sbin/install-info
@@ -86,6 +89,8 @@ System display.
%patch15 -p1 -b .fix9
%patch16 -p1 -b .devutf8
%patch17 -p1 -b .revision
+%patch18 -p1 -b .do_char
+%patch19 -p1 -b .grn
%build
PATH=$PATH:%{_prefix}/X11R6/bin
@@ -191,6 +196,11 @@ fi
%endif
%changelog
+* Thu Sep 16 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-2
+- fixed DoCharacter calls in xditview (#110812)
+- fixed fclose called once too often (#132690): thanks to Ulrich Drepper for
+ the bug hunting
+
* Tue Jun 29 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-1
- new version 1.18.1.1 (fixed groffer script)