Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2015-11-04 15:29:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-07-21 
13:23:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2015-11-04 
15:29:51.000000000 +0100
@@ -1,0 +2,18 @@
+Tue Oct 27 16:42:44 UTC 2015 - [email protected]
+
+- suse.de-backup-rc.config: trigger also if only files changed
+  that have spaces in their name (bnc#915259)
+
+-------------------------------------------------------------------
+Tue Oct 27 15:41:19 UTC 2015 - [email protected]
+
+- sysconf_addword: do not insert spaces at start of string (bnc#932456)
+
+-------------------------------------------------------------------
+Tue Oct 27 12:29:11 UTC 2015 - [email protected]
+
+- Merge pull request #19 from super7ramp/cleaning-references-to-suseconfig
+  - drop references to sysconfig/suseconfig
+  - drop SCANNER_TYPE variable
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-13.2+git20150625.4df5033.tar.xz

New:
----
  aaa_base-13.2+git20151027.ca4b24d.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.tSqBoG/_old  2015-11-04 15:29:53.000000000 +0100
+++ /var/tmp/diff_new_pack.tSqBoG/_new  2015-11-04 15:29:53.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           aaa_base
-Version:        13.2+git20150625.4df5033
+Version:        13.2+git20151027.ca4b24d
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}

++++++ aaa_base-13.2+git20150625.4df5033.tar.xz -> 
aaa_base-13.2+git20151027.ca4b24d.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20150625.4df5033/files/etc/cron.daily/suse.de-backup-rc.config
 
new/aaa_base-13.2+git20151027.ca4b24d/files/etc/cron.daily/suse.de-backup-rc.config
--- 
old/aaa_base-13.2+git20150625.4df5033/files/etc/cron.daily/suse.de-backup-rc.config
 2015-06-25 12:25:24.000000000 +0200
+++ 
new/aaa_base-13.2+git20151027.ca4b24d/files/etc/cron.daily/suse.de-backup-rc.config
 2015-10-27 17:27:17.000000000 +0100
@@ -31,7 +31,7 @@
     test -f /etc/rc.config && ETC_RCCONFIG="/etc/rc.config"
     test -e $RCCONFIG_BACKUP_DIR/sysconfig_recent_md5 && \
         OLD_MD5="`cat $RCCONFIG_BACKUP_DIR/sysconfig_recent_md5`"
-    NEW_MD5="`find $ETC_RCCONFIG /etc/sysconfig -type f | xargs cat | md5sum`"
+    NEW_MD5="`find $ETC_RCCONFIG /etc/sysconfig -type f –exec cat {} \; | 
md5sum`"
     if test "$OLD_MD5" != "$NEW_MD5" ; then
         DATESTRING=`date +"%Y%m%d"`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20150625.4df5033/files/etc/profile.d/profile.csh 
new/aaa_base-13.2+git20151027.ca4b24d/files/etc/profile.d/profile.csh
--- old/aaa_base-13.2+git20150625.4df5033/files/etc/profile.d/profile.csh       
2015-06-25 12:25:24.000000000 +0200
+++ new/aaa_base-13.2+git20151027.ca4b24d/files/etc/profile.d/profile.csh       
2015-10-27 17:27:17.000000000 +0100
@@ -4,7 +4,6 @@
 # Used configuration files:
 #
 #     /etc/sysconfig/windowmanager
-#     /etc/sysconfig/suseconfig
 #     /etc/sysconfig/mail
 #     /etc/sysconfig/proxy
 #     /etc/sysconfig/console
@@ -14,7 +13,6 @@
 set noglob
 set sysconf=""
 foreach sys (/etc/sysconfig/windowmanager      \
-            /etc/sysconfig/suseconfig          \
             /etc/sysconfig/mail                \
             /etc/sysconfig/proxy               \
             /etc/sysconfig/console             \
@@ -32,20 +30,17 @@
     switch (${line:q})
     case CWD_IN_ROOT_PATH=*:
        if ( ${line:q} !~ *=*yes* ) continue
-       if ( "$path[*]" =~ *.* )    continue
-       if ( $uid <  100 ) set -l path=( $path . )
+       if ( "$path[*]" =~ *.* ) continue
+       if ( $uid < 100 ) set -l path=( $path . )
        breaksw
     case CWD_IN_USER_PATH=*:
        if ( ${line:q} !~ *=*yes* ) continue
-       if ( "$path[*]" =~ *.* )    continue
+       if ( "$path[*]" =~ *.* ) continue
        if ( $uid >= 100 ) set -l path=( $path . )
        breaksw
     case FROM_HEADER=*:
        setenv FROM_HEADER "${val:q}"
        breaksw
-    case SCANNER_TYPE=*:
-       setenv SCANNER_TYPE "${val:q}"
-       breaksw
     case PROXY_ENABLED=*:
        set proxy_enabled="${val:q}"
        breaksw
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20150625.4df5033/files/etc/profile.d/profile.sh 
new/aaa_base-13.2+git20151027.ca4b24d/files/etc/profile.d/profile.sh
--- old/aaa_base-13.2+git20150625.4df5033/files/etc/profile.d/profile.sh        
2015-06-25 12:25:24.000000000 +0200
+++ new/aaa_base-13.2+git20151027.ca4b24d/files/etc/profile.d/profile.sh        
2015-10-27 17:27:17.000000000 +0100
@@ -4,7 +4,6 @@
 # Used configuration files:
 #
 #     /etc/sysconfig/windowmanager
-#     /etc/sysconfig/suseconfig
 #     /etc/sysconfig/mail
 #     /etc/sysconfig/proxy
 #     /etc/sysconfig/console
@@ -12,7 +11,6 @@
 #
 
 for sys in /etc/sysconfig/windowmanager        \
-          /etc/sysconfig/suseconfig    \
           /etc/sysconfig/mail          \
           /etc/sysconfig/proxy         \
           /etc/sysconfig/console       \
@@ -37,10 +35,6 @@
            FROM_HEADER="${val}"
            export FROM_HEADER
            ;;
-       SCANNER_TYPE=*)
-           SCANNER_TYPE="${val}"
-           export SCANNER_TYPE
-           ;;
        PROXY_ENABLED=*)
            PROXY_ENABLED="${val}"
            ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20150625.4df5033/files/usr/bin/mkinfodir 
new/aaa_base-13.2+git20151027.ca4b24d/files/usr/bin/mkinfodir
--- old/aaa_base-13.2+git20150625.4df5033/files/usr/bin/mkinfodir       
2015-06-25 12:25:24.000000000 +0200
+++ new/aaa_base-13.2+git20151027.ca4b24d/files/usr/bin/mkinfodir       
2015-10-27 17:27:17.000000000 +0100
@@ -340,8 +340,8 @@
     Typing "d" returns here,       typing "?" lists all INFO commands,
     typing "q" exits,     typing "h" gives a  primer for first-timers,
     pressing 2nd button on a highlighted word follows cross-reference.
-
- ---- AUTOCONFIGURED BY SuSEConfig: EDIT WITH CARE: ----
+    
+ ---- EDIT WITH CARE: ----
  ---- Only descriptive text for otherwise empty topics will survive ----
 
 * Menu: The list of major topics begins on the next line.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20150625.4df5033/files/usr/sbin/sysconf_addword 
new/aaa_base-13.2+git20151027.ca4b24d/files/usr/sbin/sysconf_addword
--- old/aaa_base-13.2+git20150625.4df5033/files/usr/sbin/sysconf_addword        
2015-06-25 12:25:24.000000000 +0200
+++ new/aaa_base-13.2+git20151027.ca4b24d/files/usr/sbin/sysconf_addword        
2015-10-27 17:27:17.000000000 +0100
@@ -54,7 +54,7 @@
                $debug && cp $file $tmpf
                sed -i -e "${lineno} { 
                        s/^[[:space:]]*\($var=\".*\)\(\".*\)/\1 
$word_quoted\2/; 
-                       s/=\" /=\"/ 
+                       s/=\"  */=\"/ 
                        }" $file
                $debug && diff -u $tmpf $file
        else


Reply via email to