OBS User unknown 2009-01-08 17:06:31 +00:00 committed by Git OBS Bridge
parent 1d5d8e801f
commit bb13582c1f
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 22 15:18:31 CET 2008 - mls@suse.de
- keep zzz-groff.csh from aborting if LANG is unset
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 25 15:15:44 CET 2008 - mfabian@suse.de Tue Nov 25 15:15:44 CET 2008 - mfabian@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package groff (Version 1.18.1.1) # spec file for package groff (Version 1.18.1.1)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -29,7 +29,7 @@ Obsoletes: jgroff
PreReq: %fillup_prereq %install_info_prereq PreReq: %fillup_prereq %install_info_prereq
AutoReqProv: on AutoReqProv: on
Version: 1.18.1.1 Version: 1.18.1.1
Release: 167 Release: 168
Summary: GNU troff Document Formatting System Summary: GNU troff Document Formatting System
Url: http://www.gnu.org/software/groff/groff.html Url: http://www.gnu.org/software/groff/groff.html
# cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/groff co groff # cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/groff co groff
@ -191,6 +191,8 @@ popd
/var/adm/fillup-templates/sysconfig.suseconfig-groff /var/adm/fillup-templates/sysconfig.suseconfig-groff
%changelog %changelog
* Mon Dec 22 2008 mls@suse.de
- keep zzz-groff.csh from aborting if LANG is unset
* Tue Nov 25 2008 mfabian@suse.de * Tue Nov 25 2008 mfabian@suse.de
- bnc#448185: improve workaround for bnc#446710. After the - bnc#448185: improve workaround for bnc#446710. After the
tmandocdb workaround was removed from "man", the new tmandocdb workaround was removed from "man", the new

View File

@ -1,7 +1,7 @@
# #
# spec file for package gxdview (Version 1.18.1.1) # spec file for package gxdview (Version 1.18.1.1)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ AutoReqProv: on
Requires: groff Requires: groff
Conflicts: jgxdview Conflicts: jgxdview
Version: 1.18.1.1 Version: 1.18.1.1
Release: 208 Release: 209
Summary: Ditroff Output Displayer for Groff Summary: Ditroff Output Displayer for Groff
Url: http://www.gnu.org/software/groff/groff.html Url: http://www.gnu.org/software/groff/groff.html
Source0: ftp://ftp.gnu.org/gnu/groff/groff-1.18.1.1.tar.bz2 Source0: ftp://ftp.gnu.org/gnu/groff/groff-1.18.1.1.tar.bz2

View File

@ -3,6 +3,7 @@
# #
# This script must be executed after setting the LANG variable. # This script must be executed after setting the LANG variable.
if ( $?LANG ) then
switch ( $LANG ) switch ( $LANG )
case ja*: case ja*:
@ -15,3 +16,5 @@ switch ( $LANG )
setenv MAN_KEEP_FORMATTING yes setenv MAN_KEEP_FORMATTING yes
unsetenv GROFF_NO_SGR unsetenv GROFF_NO_SGR
endsw endsw
endif