Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2016-09-21 18:24:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-08-26 23:12:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes 2016-09-21 18:24:04.000000000 +0200 @@ -1,0 +2,8 @@ +Thu Sep 15 14:59:39 UTC 2016 - [email protected] + +- Update to version 13.2+git20160915.106a00d: + * enhance comment for NO_PROXY variable (bsc#990254) + * Fix spelling of SUSE (skipped copyright statements - they need more thoughts) + * fix regression introduced by fix for bnc#971567 (bnc#996442) + +------------------------------------------------------------------- Old: ---- aaa_base-13.2+git20160817.5c25c9c.tar.xz New: ---- aaa_base-13.2+git20160915.106a00d.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.hOFADi/_old 2016-09-21 18:24:05.000000000 +0200 +++ /var/tmp/diff_new_pack.hOFADi/_new 2016-09-21 18:24:05.000000000 +0200 @@ -18,7 +18,7 @@ Name: aaa_base -Version: 13.2+git20160817.5c25c9c +Version: 13.2+git20160915.106a00d Release: 0 Url: https://github.com/openSUSE/aaa_base Provides: aaa_skel = %{version}-%{release} ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.hOFADi/_old 2016-09-21 18:24:06.000000000 +0200 +++ /var/tmp/diff_new_pack.hOFADi/_new 2016-09-21 18:24:06.000000000 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">7f4c8c4dc6adaac428c539ebf76410954a0d900d</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">106a00da1df540677b39e94037868a55f92bf648</param></service></servicedata> \ No newline at end of file ++++++ aaa_base-13.2+git20160817.5c25c9c.tar.xz -> aaa_base-13.2+git20160915.106a00d.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20160817.5c25c9c/files/etc/bash.bashrc new/aaa_base-13.2+git20160915.106a00d/files/etc/bash.bashrc --- old/aaa_base-13.2+git20160817.5c25c9c/files/etc/bash.bashrc 2016-08-17 15:07:38.000000000 +0200 +++ new/aaa_base-13.2+git20160915.106a00d/files/etc/bash.bashrc 2016-09-15 16:49:01.000000000 +0200 @@ -349,7 +349,7 @@ # # And now let us see if there is e.g. a local bash.bashrc -# (for options defined by your sysadmin, not SuSE Linux) +# (for options defined by your sysadmin, not SUSE Linux) # case "$is" in bash) test -s /etc/bash.bashrc.local && . /etc/bash.bashrc.local ;; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20160817.5c25c9c/files/etc/profile new/aaa_base-13.2+git20160915.106a00d/files/etc/profile --- old/aaa_base-13.2+git20160817.5c25c9c/files/etc/profile 2016-08-17 15:07:38.000000000 +0200 +++ new/aaa_base-13.2+git20160915.106a00d/files/etc/profile 2016-09-15 16:49:01.000000000 +0200 @@ -215,7 +215,7 @@ #export TEXINPUTS # -# Configure the default pager on SuSE Linux +# Configure the default pager on SUSE Linux # if test -z "$LESS" -a -x /usr/bin/less ; then LESS="-M -I -R" @@ -322,7 +322,7 @@ if test "$is" != "ash" ; then # # And now let's see if there is a local profile - # (for options defined by your sysadmin, not SuSE Linux) + # (for options defined by your sysadmin, not SUSE Linux) # test -s /etc/profile.local && . /etc/profile.local fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20160817.5c25c9c/files/usr/bin/chkconfig new/aaa_base-13.2+git20160915.106a00d/files/usr/bin/chkconfig --- old/aaa_base-13.2+git20160817.5c25c9c/files/usr/bin/chkconfig 2016-08-17 15:07:38.000000000 +0200 +++ new/aaa_base-13.2+git20160915.106a00d/files/usr/bin/chkconfig 2016-09-15 16:49:01.000000000 +0200 @@ -818,9 +818,11 @@ } for $s (@services) { if (!$known_rc{$s}) { - print STDERR "$s: unknown service\n" unless $known_all{$s}; - $status = 1; - next; + if (!$known_all{$s}) { + print STDERR "$s: unknown service\n"; + $status = 1; + next; + } } my $line = ""; my $l; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20160817.5c25c9c/files/usr/sbin/smart_agetty new/aaa_base-13.2+git20160915.106a00d/files/usr/sbin/smart_agetty --- old/aaa_base-13.2+git20160817.5c25c9c/files/usr/sbin/smart_agetty 2016-08-17 15:07:38.000000000 +0200 +++ new/aaa_base-13.2+git20160915.106a00d/files/usr/sbin/smart_agetty 2016-09-15 16:49:01.000000000 +0200 @@ -88,7 +88,7 @@ done if test -z "$kernel_console" then - # check SuSE TIOCGDEV, remove /dev/ + # check SUSE TIOCGDEV, remove /dev/ kernel_console="`showconsole < /dev/console`" kernel_console="${kernel_console##*/}" fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20160817.5c25c9c/files/var/adm/fillup-templates/sysconfig.windowmanager new/aaa_base-13.2+git20160915.106a00d/files/var/adm/fillup-templates/sysconfig.windowmanager --- old/aaa_base-13.2+git20160817.5c25c9c/files/var/adm/fillup-templates/sysconfig.windowmanager 2016-08-17 15:07:38.000000000 +0200 +++ new/aaa_base-13.2+git20160915.106a00d/files/var/adm/fillup-templates/sysconfig.windowmanager 2016-09-15 16:49:01.000000000 +0200 @@ -11,7 +11,7 @@ ## Type: yesno ## Default: yes # -# install the SuSE extension for new users +# install the SUSE extension for new users # (theme and additional functions) # INSTALL_DESKTOP_EXTENSIONS="yes"
