Hello community,

here is the log from the commit of package x86info for openSUSE:Factory checked 
in at 2018-11-19 23:30:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x86info (Old)
 and      /work/SRC/openSUSE:Factory/.x86info.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x86info"

Mon Nov 19 23:30:29 2018 rev:25 rq:647235 version:1.30+git.20180323

Changes:
--------
--- /work/SRC/openSUSE:Factory/x86info/x86info.changes  2017-07-21 
22:49:02.355775154 +0200
+++ /work/SRC/openSUSE:Factory/.x86info.new/x86info.changes     2018-11-19 
23:30:32.775290712 +0100
@@ -1,0 +2,21 @@
+Wed Nov  7 09:52:22 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Thu Oct 11 10:13:54 UTC 2018 - Martin Pluskal <[email protected]>
+
+- Update to version 1.30+git.20180323:
+  * rename release target to tarball
+  * bump minimum for -Werror to gcc 6.3
+  * add tag target
+  * Make cpuid-freebsd.c:cpuid() handle top word of idx as count (%ecx), same 
as cpuid-linux.c:cpuid() does.
+  * Make native_cpuid() handle top word of idx as count (%ecx), same as 
cpuid-linux.c:cpuid() does.
+  *  Fix vendor/inte/identify-family6-extended.c::get_namestring() to print 
cpu mode name correcty. When I tested on Kaby Lake machine, it shows:
+  * amd: Identify Family 17h model CPUs
+  * Makefile: Use pkg-config libpci location
+- Use more accurate versioning
+- Update build requirements
+- Make building more verbose
+
+-------------------------------------------------------------------

Old:
----
  x86info-1.30.tar.xz

New:
----
  x86info-1.30+git.20180323.tar.xz

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

Other differences:
------------------
++++++ x86info.spec ++++++
--- /var/tmp/diff_new_pack.UX9Af0/_old  2018-11-19 23:30:33.415289974 +0100
+++ /var/tmp/diff_new_pack.UX9Af0/_new  2018-11-19 23:30:33.419289970 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package x86info
 #
-# 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
@@ -12,22 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           x86info
-Version:        1.30
+Version:        1.30+git.20180323
 Release:        0
-Summary:        Show x86 CPU Information
-License:        GPL-2.0
+Summary:        Tool to show x86 CPU Information
+License:        GPL-2.0-only
 Group:          System/Monitoring
-Url:            http://www.codemonkey.org.uk/projects/x86info/
+URL:            http://www.codemonkey.org.uk/projects/x86info/
 Source:         %{name}-%{version}.tar.xz
-BuildRequires:  pciutils-devel
-BuildRequires:  python
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64
+BuildRequires:  pkgconfig
+BuildRequires:  python2
+BuildRequires:  pkgconfig(libpci)
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 Unlike other 'cpuinfo' tools which just parse /proc/cpuinfo, x86info
@@ -39,25 +39,25 @@
 %setup -q
 
 %build
-make CFLAGS="%{optflags} -Iinclude" %{?_smp_mflags}
-make CFLAGS="%{optflags} -I. -I../include" %{?_smp_mflags} -C lsmsr
+make CFLAGS="%{optflags} -Iinclude -DVERSION=%{version}" %{?_smp_mflags} V=1
+make CFLAGS="%{optflags} -I. -I../include" %{?_smp_mflags} -C lsmsr V=1
 
 %install
-mkdir -p %{buildroot}%{_prefix}/bin
-mkdir -p %{buildroot}%{_mandir}/man1
-mkdir -p %{buildroot}%{_prefix}/sbin
-mkdir -p %{buildroot}%{_mandir}/man8
-install -m 755 x86info %{buildroot}%{_prefix}/bin
-install -m 644 x86info.1 %{buildroot}%{_mandir}/man1
-install -m 755 lsmsr/lsmsr %{buildroot}%{_prefix}/sbin
-install -m 644 lsmsr/lsmsr.8 %{buildroot}%{_mandir}/man8
+install -Dpm 0575 x86info \
+  %{buildroot}%{_bindir}/x86info
+install -Dpm 0644 x86info.1 \
+  %{buildroot}%{_mandir}/man1/x86info.1
+install -Dpm 0755 lsmsr/lsmsr \
+  %{buildroot}%{_sbindir}/lsmsr
+install -Dpm 0644 lsmsr/lsmsr.8 \
+  %{buildroot}%{_mandir}/man8/lsmsr.8
 
 %files
-%defattr(-, root, root)
-%{_mandir}/man1/%{name}.1.gz
-%{_mandir}/man8/lsmsr.8.gz
+%license COPYING
 %doc README TODO
 %{_bindir}/%{name}
 %{_sbindir}/lsmsr
+%{_mandir}/man1/%{name}.1%{?ext_man}
+%{_mandir}/man8/lsmsr.8%{?ext_man}
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.UX9Af0/_old  2018-11-19 23:30:33.499289878 +0100
+++ /var/tmp/diff_new_pack.UX9Af0/_new  2018-11-19 23:30:33.511289864 +0100
@@ -2,11 +2,9 @@
   <service name="tar_scm" mode="disabled">
     <param name="scm">git</param>
     <param name="url">https://github.com/kernelslacker/x86info.git</param>
-    <param name="subdir"></param>
     <param name="filename">x86info</param>
-    <param name="versionformat">1.30</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">9501749231164135db25c72cbeb42bf32af1519b</param>
+    <param name="versionformat">1.30+git.%cd</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">x86info-*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.UX9Af0/_old  2018-11-19 23:30:33.575289790 +0100
+++ /var/tmp/diff_new_pack.UX9Af0/_new  2018-11-19 23:30:33.575289790 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/kernelslacker/x86info.git</param>
-              <param 
name="changesrevision">9501749231164135db25c72cbeb42bf32af1519b</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">1b41e8b338da6a18092e62e61295028ad59a3c2b</param></service></servicedata>
\ No newline at end of file


Reply via email to