Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2015-02-08 11:41:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2014-09-15 17:39:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes 2015-02-08 11:41:23.000000000 +0100 @@ -1,0 +2,21 @@ +Mon Jan 26 12:30:54 UTC 2015 - [email protected] + +- Remove the official patch for fate#314974 as now part of systemd +- Merge pull request #21 from arvidjaar/bnc/907873 + +------------------------------------------------------------------- +Fri Dec 5 10:55:09 2014 UTC [email protected] + +- Avoid sourcing /etc/bash_completion.d twice + +------------------------------------------------------------------- +Wed Nov 26 11:57:27 UTC 2014 - [email protected] + +- Fix spelling of SUSE + +------------------------------------------------------------------- +Wed Oct 29 09:25:54 UTC 2014 - [email protected] + +- Add the official patch for Fate#314974 (bnc#903009) + +------------------------------------------------------------------- Old: ---- aaa_base-13.2+git20140911.61c1681.tar.xz New: ---- aaa_base-13.2+git20150126.090294e.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.LQ4fN2/_old 2015-02-08 11:41:24.000000000 +0100 +++ /var/tmp/diff_new_pack.LQ4fN2/_new 2015-02-08 11:41:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package aaa_base # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -18,7 +18,7 @@ Name: aaa_base -Version: 13.2+git20140911.61c1681 +Version: 13.2+git20150126.090294e Release: 0 Url: https://github.com/openSUSE/aaa_base Provides: aaa_skel = %{version}-%{release} ++++++ aaa_base-13.2+git20140911.61c1681.tar.xz -> aaa_base-13.2+git20150126.090294e.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20140911.61c1681/files/etc/bash.bashrc new/aaa_base-13.2+git20150126.090294e/files/etc/bash.bashrc --- old/aaa_base-13.2+git20140911.61c1681/files/etc/bash.bashrc 2014-09-11 11:42:48.000000000 +0200 +++ new/aaa_base-13.2+git20150126.090294e/files/etc/bash.bashrc 2015-01-26 13:29:49.000000000 +0100 @@ -1,4 +1,4 @@ -# /etc/bash.bashrc for SuSE Linux +# /etc/bash.bashrc for SUSE Linux # # PLEASE DO NOT CHANGE /etc/bash.bashrc There are chances that your changes # will be lost during system upgrades. Instead use /etc/bash.bashrc.local @@ -275,9 +275,12 @@ elif test -s /etc/profile.d/complete.bash ; then . /etc/profile.d/complete.bash fi - for s in /etc/bash_completion.d/*.sh ; do - test -r $s && . $s - done + # Do not source twice if already handled by bash-completion + if [[ $BASH_COMPLETION_COMPAT_DIR != /etc/bash_completion.d ]]; then + for s in /etc/bash_completion.d/*.sh ; do + test -r $s && . $s + done + fi if test -e $HOME/.bash_completion ; then . $HOME/.bash_completion fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20140911.61c1681/files/etc/csh.login new/aaa_base-13.2+git20150126.090294e/files/etc/csh.login --- old/aaa_base-13.2+git20140911.61c1681/files/etc/csh.login 2014-09-11 11:42:48.000000000 +0200 +++ new/aaa_base-13.2+git20150126.090294e/files/etc/csh.login 2015-01-26 13:29:49.000000000 +0100 @@ -164,7 +164,7 @@ #endif # -# Configure the default pager on SuSE Linux +# Configure the default pager on SUSE Linux # if (! ${?LESS} ) then setenv LESS "-M -I -R" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20140911.61c1681/files/etc/java/README new/aaa_base-13.2+git20150126.090294e/files/etc/java/README --- old/aaa_base-13.2+git20140911.61c1681/files/etc/java/README 2014-09-11 11:42:48.000000000 +0200 +++ new/aaa_base-13.2+git20150126.090294e/files/etc/java/README 2015-01-26 13:29:49.000000000 +0100 @@ -1,6 +1,6 @@ Dear customer, -The SuSE Linux distribution contains several versions of development +The SUSE Linux distribution contains several versions of development kits for developing and running java applications and several versions of runtime environments only for running java applications. @@ -175,4 +175,4 @@ Have a lot of fun, - Your SuSE team + Your SUSE team diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20140911.61c1681/files/etc/profile new/aaa_base-13.2+git20150126.090294e/files/etc/profile --- old/aaa_base-13.2+git20140911.61c1681/files/etc/profile 2014-09-11 11:42:48.000000000 +0200 +++ new/aaa_base-13.2+git20150126.090294e/files/etc/profile 2015-01-26 13:29:49.000000000 +0100 @@ -1,4 +1,4 @@ -# /etc/profile for SuSE Linux +# /etc/profile for SUSE Linux # # PLEASE DO NOT CHANGE /etc/profile. There are chances that your changes # will be lost during system upgrades. Instead use /etc/profile.local for diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20140911.61c1681/files/etc/profile.d/alias.ash new/aaa_base-13.2+git20150126.090294e/files/etc/profile.d/alias.ash --- old/aaa_base-13.2+git20140911.61c1681/files/etc/profile.d/alias.ash 2014-09-11 11:42:48.000000000 +0200 +++ new/aaa_base-13.2+git20150126.090294e/files/etc/profile.d/alias.ash 2015-01-26 13:29:49.000000000 +0100 @@ -1,4 +1,4 @@ -# /etc/profile.d/alias.ash for SuSE Linux +# /etc/profile.d/alias.ash for SUSE Linux # # The ash shell does not have an alias builtin in # therefore we use functions here. This is a seperate -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
