Hello community, here is the log from the commit of package hwinfo for openSUSE:Factory checked in at 2018-01-16 09:41:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hwinfo (Old) and /work/SRC/openSUSE:Factory/.hwinfo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hwinfo" Tue Jan 16 09:41:17 2018 rev:157 rq:563790 version:21.51 Changes: -------- --- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes 2017-10-28 14:21:13.192570896 +0200 +++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes 2018-01-16 09:41:21.252543540 +0100 @@ -1,0 +2,7 @@ +Fri Jan 12 09:04:50 UTC 2018 - [email protected] + +- merge gh#openSUSE/hwinfo#55 +- Please make CDBISDN_DATE ignore timezone. +- 21.51 + +-------------------------------------------------------------------- Old: ---- hwinfo-21.50.tar.xz New: ---- hwinfo-21.51.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hwinfo.spec ++++++ --- /var/tmp/diff_new_pack.LdHTzS/_old 2018-01-16 09:41:21.856515269 +0100 +++ /var/tmp/diff_new_pack.LdHTzS/_new 2018-01-16 09:41:21.860515082 +0100 @@ -1,7 +1,7 @@ # # spec file for package hwinfo # -# 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 @@ -36,7 +36,7 @@ License: GPL-2.0+ Group: Hardware/Other Url: http://gitorious.org/opensuse/hwinfo -Version: 21.50 +Version: 21.51 Release: 0 Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ hwinfo-21.50.tar.xz -> hwinfo-21.51.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.50/VERSION new/hwinfo-21.51/VERSION --- old/hwinfo-21.50/VERSION 2017-10-26 16:22:24.000000000 +0200 +++ new/hwinfo-21.51/VERSION 2018-01-12 10:04:50.000000000 +0100 @@ -1 +1 @@ -21.50 +21.51 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.50/changelog new/hwinfo-21.51/changelog --- old/hwinfo-21.50/changelog 2017-10-26 16:22:24.000000000 +0200 +++ new/hwinfo-21.51/changelog 2018-01-12 10:04:50.000000000 +0100 @@ -1,3 +1,6 @@ +2018-01-11: 21.51 + - Please make CDBISDN_DATE ignore timezone. + 2017-10-26: 21.50 - support SMBIOS 3.0 spec (bsc #1062562) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.50/src/hd/hd.h new/hwinfo-21.51/src/hd/hd.h --- old/hwinfo-21.50/src/hd/hd.h 2017-10-26 16:22:24.000000000 +0200 +++ new/hwinfo-21.51/src/hd/hd.h 2018-01-12 10:04:50.000000000 +0100 @@ -20,7 +20,7 @@ /** Interface version */ #define HD_VERSION 21 -#define HD_MINOR_VERSION 50 +#define HD_MINOR_VERSION 51 #define HD_FULL_VERSION (HD_VERSION * 1000 + HD_MINOR_VERSION) /** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.50/src/isdn/cdb/isdn_cdb.c new/hwinfo-21.51/src/isdn/cdb/isdn_cdb.c --- old/hwinfo-21.50/src/isdn/cdb/isdn_cdb.c 2017-10-26 16:22:24.000000000 +0200 +++ new/hwinfo-21.51/src/isdn/cdb/isdn_cdb.c 2018-01-12 10:04:50.000000000 +0100 @@ -224,7 +224,7 @@ fprintf(stdout,"const int CDBISDN_DBVERSION = 0x%x;\n", CDB_DATAVERSION); if ((source_date_epoch = getenv("SOURCE_DATE_EPOCH")) == NULL || (tim = (time_t)strtol(source_date_epoch, NULL, 10)) <= 0) time(&tim); - strcpy(line,ctime(&tim)); + strcpy(line,asctime(gmtime(&tim))); l = strlen(line); if (l) line[l-1] = 0;
