Hello community,

here is the log from the commit of package inst-source-utils for 
openSUSE:Factory checked in at 2012-02-02 17:57:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inst-source-utils (Old)
 and      /work/SRC/openSUSE:Factory/.inst-source-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inst-source-utils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/inst-source-utils/inst-source-utils.changes      
2011-10-16 22:46:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.inst-source-utils.new/inst-source-utils.changes 
2012-02-02 17:57:44.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 11:10:39 UTC 2012 - [email protected]
+
+- write SHA256 sums into CHECKSUMS file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ inst-source-utils.spec ++++++
--- /var/tmp/diff_new_pack.hESpGK/_old  2012-02-02 17:57:45.000000000 +0100
+++ /var/tmp/diff_new_pack.hESpGK/_new  2012-02-02 17:57:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package inst-source-utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           inst-source-utils
 Summary:        Utilities for creating customized installation sources
-Version:        2011.10.16
-Release:        1
-Url:            http://en.opensuse.org/Inst-source-utils
 License:        GPL-2.0+
 Group:          System/YaST
+Version:        2011.10.16
+Release:        0
+Url:            http://en.opensuse.org/Inst-source-utils
 BuildArch:      noarch
 Requires:       gpg2 recode
 Obsoletes:      autoyast2-utils <= 2.14.10

++++++ inst-source-utils.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/create_sha1sum 
new/inst-source-utils/usr/bin/create_sha1sum
--- old/inst-source-utils/usr/bin/create_sha1sum        2011-10-16 
21:55:30.000000000 +0200
+++ new/inst-source-utils/usr/bin/create_sha1sum        2012-02-02 
12:10:28.000000000 +0100
@@ -57,7 +57,7 @@
         -h|--help) usage 0 ;;
        -m|--meta) CREATE_META=1 ; shift ;;
        -q|--quiet) QUIET="yes" ; shift ;;
-       -2) CHECKSUM="sha256sum" ; CHECKSUM_F="SHA256SUMS" ; shift ;;
+       -2) CHECKSUM="sha256sum" ; CHECKSUM_F="CHECKSUMS" ; shift ;;
        *) break ;;
     esac
 done
@@ -100,7 +100,7 @@
                 test $IS_SKIP = true && continue
             }
             case "$FILE" in
-              (*.swp|SHA1SUMS*|SHA256SUMS*|MD5SUMS*)
+              (*.swp|SHA1SUMS*|CHECKSUMS*|MD5SUMS*)
                 continue
                 ;;
               (*)
@@ -109,7 +109,7 @@
             esac
           done
         if [ $NFILES -eq 0 ]; then
-            rm -f SHA1SUMS* SHA256SUMS*
+            rm -f SHA1SUMS* CHECKSUMS*
         else
             echo -n > $TMPFILE
             for FILE in "${FILES[@]}"; do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/create_sha1sums 
new/inst-source-utils/usr/bin/create_sha1sums
--- old/inst-source-utils/usr/bin/create_sha1sums       2011-10-16 
21:55:30.000000000 +0200
+++ new/inst-source-utils/usr/bin/create_sha1sums       2012-02-02 
12:10:05.000000000 +0100
@@ -40,7 +40,7 @@
 function usage() {
        echo "Usage: `basename $0` [OPTIONS] <CD-Rootdir>"
        echo "       -n : don't re-sign the generated files"
-       echo "       -m : include SHA1SUMS files (or SHA256SUMS files for 
sha256)"
+       echo "       -m : include SHA1SUMS files (or CHECKSUMS files for 
others)"
        echo "       -2 : use sha256 instead of sha1"
        echo "       -x : add sha1sums for extra files"
        echo
@@ -71,7 +71,7 @@
                ;;
                2)      CHECKSUM="sha256sum"
                        CHECKSUM_T="SHA256"
-                       CHECKSUM_F="SHA256SUMS"
+                       CHECKSUM_F="CHECKSUMS"
                        CHECKSUM_O="-2"
                ;;
        esac

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to