Mailinglist Archive: opensuse-commit (1650 mails)
| < Previous | Next > |
commit aaa_base
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 06 Oct 2008 16:15:49 +0200
- Message-id: <20081006141549.B80F567815D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package aaa_base
checked in at Mon Oct 6 16:15:49 CEST 2008.
--------
--- aaa_base/aaa_base.changes 2008-09-29 08:33:02.000000000 +0200
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2008-10-02
15:37:07.732060000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 2 12:21:45 CEST 2008 - werner@xxxxxxx
+
+- Do not set TEXINPUTS to make luatex work (bnc#429345)
+- Use /bin/grep in profile.csh (bnc#429336)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.j10698/_old 2008-10-06 16:14:23.000000000 +0200
+++ /var/tmp/diff_new_pack.j10698/_new 2008-10-06 16:14:23.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package aaa_base (Version 11.0.42)
+# spec file for package aaa_base (Version 11.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -27,8 +27,8 @@
Recommends: cron logrotate
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
/usr/bin/cmp /bin/fillup /sbin/insserv udev net-tools
AutoReqProv: on
-Version: 11.0.42
-Release: 46
+Version: 11.1
+Release: 1
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -150,6 +150,9 @@
%defattr(-,root,root)
%changelog
+* Thu Oct 02 2008 werner@xxxxxxx
+- Do not set TEXINPUTS to make luatex work (bnc#429345)
+- Use /bin/grep in profile.csh (bnc#429336)
* Fri Sep 26 2008 dmueller@xxxxxxx
- update chkconfig manpage (bnc#411221)
* Thu Sep 11 2008 mkoenig@xxxxxxx
++++++ aaa_base.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/aaa_base/etc/csh.login new/aaa_base/etc/csh.login
--- old/aaa_base/etc/csh.login 2008-07-28 13:10:25.000000000 +0200
+++ new/aaa_base/etc/csh.login 2008-10-02 12:21:17.000000000 +0200
@@ -144,13 +144,13 @@
if ( -r /etc/inputrc && ! ${?INPUTRC} ) setenv INPUTRC /etc/inputrc
#
-# Set some environment variables for TeX/LaTeX
+# Set some environment variables for TeX/LaTeX (Not used due luatex)
#
-if ( ${?TEXINPUTS} ) then
- setenv TEXINPUTS
":${TEXINPUTS}:${HOME}/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX"
-else
- setenv TEXINPUTS ":${HOME}/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX"
-endif
+#if ( ${?TEXINPUTS} ) then
+# setenv TEXINPUTS
":${TEXINPUTS}:${HOME}/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX"
+#else
+# setenv TEXINPUTS ":${HOME}/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX"
+#endif
#
# Configure the default pager on SuSE Linux
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/aaa_base/etc/profile new/aaa_base/etc/profile
--- old/aaa_base/etc/profile 2008-07-28 13:11:49.000000000 +0200
+++ new/aaa_base/etc/profile 2008-10-02 12:20:50.000000000 +0200
@@ -184,14 +184,14 @@
fi
#
-# Set some environment variables for TeX/LaTeX
+# Set some environment variables for TeX/LaTeX (Not used due luatex)
#
-if test -n "$TEXINPUTS" ; then
- TEXINPUTS=":$TEXINPUTS:$HOME/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX"
-else
- TEXINPUTS=":$HOME/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX"
-fi
-export TEXINPUTS
+#if test -n "$TEXINPUTS" ; then
+# TEXINPUTS=":$TEXINPUTS:$HOME/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX"
+#else
+# TEXINPUTS=":$HOME/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX"
+#fi
+#export TEXINPUTS
#
# Configure the default pager on SuSE Linux
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/aaa_base/etc/profile.d/profile.csh
new/aaa_base/etc/profile.d/profile.csh
--- old/aaa_base/etc/profile.d/profile.csh 2007-01-29 15:54:37.000000000
+0100
+++ new/aaa_base/etc/profile.d/profile.csh 2008-10-02 15:36:10.000000000
+0200
@@ -25,7 +25,7 @@
unset sys
set val=""
-foreach line ( "`grep -vh '^#' $sysconf`" )
+foreach line ( "`/bin/grep -vh '^#' $sysconf`" )
set val="${line:q:s/=/ /}"
set arr=( $val )
eval set val="${arr[2-]}"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |