Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hwinfo for openSUSE:Factory checked in at 2021-07-04 22:10:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hwinfo (Old) and /work/SRC/openSUSE:Factory/.hwinfo.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hwinfo" Sun Jul 4 22:10:37 2021 rev:179 rq:903649 version:21.75 Changes: -------- --- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes 2021-05-20 19:24:57.553967378 +0200 +++ /work/SRC/openSUSE:Factory/.hwinfo.new.2625/hwinfo.changes 2021-07-04 22:10:40.481260704 +0200 @@ -1,0 +2,7 @@ +Fri Jul 2 08:19:13 UTC 2021 - wfe...@opensuse.org + +- merge gh#openSUSE/hwinfo#100 +- recognize loongarch64 architecture +- 21.75 + +-------------------------------------------------------------------- Old: ---- hwinfo-21.74.tar.xz New: ---- hwinfo-21.75.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hwinfo.spec ++++++ --- /var/tmp/diff_new_pack.2PKoJ3/_old 2021-07-04 22:10:40.929257239 +0200 +++ /var/tmp/diff_new_pack.2PKoJ3/_new 2021-07-04 22:10:40.929257239 +0200 @@ -37,7 +37,7 @@ License: GPL-2.0-or-later Group: Hardware/Other Url: http://gitorious.org/opensuse/hwinfo -Version: 21.74 +Version: 21.75 Release: 0 Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ hwinfo-21.74.tar.xz -> hwinfo-21.75.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.74/VERSION new/hwinfo-21.75/VERSION --- old/hwinfo-21.74/VERSION 2021-05-18 12:48:54.000000000 +0200 +++ new/hwinfo-21.75/VERSION 2021-07-02 10:19:13.000000000 +0200 @@ -1 +1 @@ -21.74 +21.75 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.74/changelog new/hwinfo-21.75/changelog --- old/hwinfo-21.74/changelog 2021-05-18 12:48:54.000000000 +0200 +++ new/hwinfo-21.75/changelog 2021-07-02 10:19:13.000000000 +0200 @@ -1,3 +1,7 @@ +2021-07-02: 21.75 + - merge gh#openSUSE/hwinfo#100 + - recognize loongarch64 architecture + 2021-05-18: 21.74 - merge gh#openSUSE/hwinfo#98 - update pci and usb ids diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.74/src/hd/hd.c new/hwinfo-21.75/src/hd/hd.c --- old/hwinfo-21.74/src/hd/hd.c 2021-05-18 12:48:54.000000000 +0200 +++ new/hwinfo-21.75/src/hd/hd.c 2021-07-02 10:19:13.000000000 +0200 @@ -156,6 +156,10 @@ #define HD_ARCH "riscv" #endif +#ifdef __loongarch__ +#define HD_ARCH "loongarch" +#endif + typedef struct disk_s { struct disk_s *next; unsigned crc;