Mailinglist Archive: opensuse-commit (1177 mails)
| < Previous | Next > |
commit groff for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 08 Jan 2009 18:06:30 +0100
- Message-id: <20090108170630.8A64A678162@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package groff for openSUSE:Factory
checked in at Thu Jan 8 18:06:30 CET 2009.
--------
--- groff/groff.changes 2008-11-25 15:16:52.000000000 +0100
+++ /mounts/work_src_done/STABLE/groff/groff.changes 2008-12-22
15:19:17.361048000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 22 15:18:31 CET 2008 - mls@xxxxxxx
+
+- keep zzz-groff.csh from aborting if LANG is unset
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ groff.spec ++++++
--- /var/tmp/diff_new_pack.G11397/_old 2009-01-08 18:06:07.000000000 +0100
+++ /var/tmp/diff_new_pack.G11397/_new 2009-01-08 18:06:07.000000000 +0100
@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
PreReq: %fillup_prereq %install_info_prereq
AutoReqProv: on
Version: 1.18.1.1
-Release: 167
+Release: 168
Summary: GNU troff Document Formatting System
Url: http://www.gnu.org/software/groff/groff.html
# cvs -z3 -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxxx:/sources/groff co groff
@@ -191,6 +191,8 @@
/var/adm/fillup-templates/sysconfig.suseconfig-groff
%changelog
+* Mon Dec 22 2008 mls@xxxxxxx
+- keep zzz-groff.csh from aborting if LANG is unset
* Tue Nov 25 2008 mfabian@xxxxxxx
- bnc#448185: improve workaround for bnc#446710. After the
tmandocdb workaround was removed from "man", the new
++++++ gxdview.spec ++++++
--- /var/tmp/diff_new_pack.G11397/_old 2009-01-08 18:06:07.000000000 +0100
+++ /var/tmp/diff_new_pack.G11397/_new 2009-01-08 18:06:07.000000000 +0100
@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
Requires: groff
Conflicts: jgxdview
Version: 1.18.1.1
-Release: 208
+Release: 209
Summary: Ditroff Output Displayer for Groff
Url: http://www.gnu.org/software/groff/groff.html
Source0: ftp://ftp.gnu.org/gnu/groff/groff-1.18.1.1.tar.bz2
++++++ zzz-groff.csh ++++++
--- /var/tmp/diff_new_pack.G11397/_old 2009-01-08 18:06:07.000000000 +0100
+++ /var/tmp/diff_new_pack.G11397/_new 2009-01-08 18:06:07.000000000 +0100
@@ -3,6 +3,7 @@
#
# This script must be executed after setting the LANG variable.
+if ( $?LANG ) then
switch ( $LANG )
case ja*:
@@ -15,3 +16,5 @@
setenv MAN_KEEP_FORMATTING yes
unsetenv GROFF_NO_SGR
endsw
+
+endif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |