Hello community,

here is the log from the commit of package inst-source-utils for 
openSUSE:Factory
checked in at Wed May 25 11:23:59 CEST 2011.



--------
--- inst-source-utils/inst-source-utils.changes 2011-05-05 12:26:20.000000000 
+0200
+++ /mounts/work_src_done/STABLE/inst-source-utils/inst-source-utils.changes    
2011-05-25 10:19:00.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 25 08:18:37 UTC 2011 - adr...@suse.de
+
+- fix header generation for SHA256 mode (no SHA1 tag)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ inst-source-utils.spec ++++++
--- /var/tmp/diff_new_pack.eE8oPV/_old  2011-05-25 11:23:41.000000000 +0200
+++ /var/tmp/diff_new_pack.eE8oPV/_new  2011-05-25 11:23:41.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           inst-source-utils
 Summary:        Utilities for creating customized installation sources
-Version:        2011.5.5
+Version:        2011.5.25
 Release:        1
 Url:            http://en.opensuse.org/Inst-source-utils
 License:        GPLv2+

++++++ inst-source-utils.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/create_package_descr 
new/inst-source-utils/usr/bin/create_package_descr
--- old/inst-source-utils/usr/bin/create_package_descr  2011-05-05 
12:25:51.000000000 +0200
+++ new/inst-source-utils/usr/bin/create_package_descr  2011-05-25 
10:26:31.000000000 +0200
@@ -397,7 +397,11 @@
     WriteSeparator( $pkg_main ) unless $wrote_comment;
     $wrote_comment = 1;
     WriteSEntry( $pkg_main, "Pkg", "$res{1000}[0] $res{1001}[0] $res{1002}[0] 
$file_arch");
-    WriteSEntry( $pkg_main, "Cks", "SHA1 $checksum") if ($checksum);
+    if ($do_sha256 eq "1") {
+       WriteSEntry( $pkg_main, "Cks", "SHA256 $checksum") if ($checksum);
+    } else {
+       WriteSEntry( $pkg_main, "Cks", "SHA1 $checksum") if ($checksum);
+    }
     if ( $res{1044}[0] ) {
        # has src, so it's a binary package
        WriteMEntry( $pkg_main, "Req", @{$res{1049}} );


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to