Hello community,

here is the log from the commit of package inst-source-utils for 
openSUSE:Factory checked in at 2018-03-04 11:51:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inst-source-utils (Old)
 and      /work/SRC/openSUSE:Factory/.inst-source-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inst-source-utils"

Sun Mar  4 11:51:26 2018 rev:60 rq:580882 version:2018.2.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/inst-source-utils/inst-source-utils.changes      
2017-08-06 11:30:58.275784146 +0200
+++ /work/SRC/openSUSE:Factory/.inst-source-utils.new/inst-source-utils.changes 
2018-03-04 11:51:30.752500010 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 15:17:48 CET 2018 - [email protected]
+
+- mk_changelog: do not use localtime call for min_date
+  (bnc#1081766)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ inst-source-utils.spec ++++++
--- /var/tmp/diff_new_pack.9IpnGP/_old  2018-03-04 11:51:33.016418528 +0100
+++ /var/tmp/diff_new_pack.9IpnGP/_new  2018-03-04 11:51:33.024418240 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package inst-source-utils
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:        Utilities for creating customized installation sources
 License:        GPL-2.0+
 Group:          System/YaST
-Version:        2016.7.26
+Version:        2018.2.16
 Release:        0
 Url:            http://en.opensuse.org/Inst-source-utils
 BuildArch:      noarch

++++++ inst-source-utils.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/mk_changelog 
new/inst-source-utils/usr/bin/mk_changelog
--- old/inst-source-utils/usr/bin/mk_changelog  2016-07-26 12:03:01.000000000 
+0200
+++ new/inst-source-utils/usr/bin/mk_changelog  2018-02-27 15:23:02.429230000 
+0100
@@ -35,8 +35,7 @@
 use RPMQ;
 
 # current date minus two years
-#my $min_date = timelocal(0,0,0,localtime->mday,localtime->mon , 
localtime->year+1898 );
-my $min_date = localtime(time - 2*365*24*3600);
+my $min_date = time - 2*365*24*3600;
 my %month_to_num = 
(Jan=>0,Feb=>1,Mar=>2,Apr=>3,May=>4,Jun=>5,Jul=>6,Aug=>7,Sep=>8,Oct=>9,Nov=>10,Dec=>11);
 my $delimiter = 
"------------------------------------------------------------------";
 my $actual = 0;


Reply via email to