Mailinglist Archive: opensuse-commit (1059 mails)
| < Previous | Next > |
commit aaa_base
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 14 Jan 2008 10:44:18 +0100
- Message-id: <20080114094418.950CC678168@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package aaa_base
checked in at Mon Jan 14 10:44:18 CET 2008.
--------
--- aaa_base/aaa_base.changes 2008-01-11 11:50:12.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2008-01-14
09:17:17.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 09:15:43 CET 2008 - aj@xxxxxxx
+
+- Fix typo.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.u26715/_old 2008-01-14 10:43:07.000000000 +0100
+++ /var/tmp/diff_new_pack.u26715/_new 2008-01-14 10:43:07.000000000 +0100
@@ -20,7 +20,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
/usr/bin/cmp /bin/fillup /sbin/insserv net-tools
AutoReqProv: on
Version: 11.0
-Release: 15
+Release: 16
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -133,6 +133,8 @@
%defattr(-,root,root)
%changelog
+* Mon Jan 14 2008 - aj@xxxxxxx
+- Fix typo.
* Fri Jan 11 2008 - ro@xxxxxxx
- skeleton.compat (fix bash error) (#351386)
* Wed Jan 09 2008 - werner@xxxxxxx
++++++ aaa_base.tar.bz2 ++++++
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-01-09 12:00:31.000000000 +0100
+++ new/aaa_base/etc/profile 2008-01-14 09:15:28.000000000 +0100
@@ -295,7 +295,7 @@
#
if test -d /etc/profile.d -a -z "$PROFILEREAD" ; then
for s in /etc/profile.d/*.sh ; do
- test -r $s -a -! -k $s && . $s
+ test -r $s -a ! -k $s && . $s
done
unset s
fi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |