Hello community, here is the log from the commit of package msr-tools for openSUSE:Factory checked in at 2019-03-22 15:12:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/msr-tools (Old) and /work/SRC/openSUSE:Factory/.msr-tools.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "msr-tools" Fri Mar 22 15:12:46 2019 rev:23 rq:687614 version:1.3.git10 Changes: -------- --- /work/SRC/openSUSE:Factory/msr-tools/msr-tools.changes 2018-11-12 09:42:14.649118768 +0100 +++ /work/SRC/openSUSE:Factory/.msr-tools.new.25356/msr-tools.changes 2019-03-22 15:13:06.633285840 +0100 @@ -1,0 +2,11 @@ +Thu Mar 21 18:34:44 UTC 2019 - Jan Engelhardt <[email protected]> + +- Bump the version of the RPM package to be in line with the + sources that are actually packaged. + +------------------------------------------------------------------- +Thu Mar 21 16:55:19 UTC 2019 - Christian Vögl <[email protected]> + +- Use compressed tarball (.tar.xz) + +------------------------------------------------------------------- Old: ---- msr-tools-1.3.tar New: ---- msr-tools-1.3.git10.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ msr-tools.spec ++++++ --- /var/tmp/diff_new_pack.FmmpRM/_old 2019-03-22 15:13:12.249285118 +0100 +++ /var/tmp/diff_new_pack.FmmpRM/_new 2019-03-22 15:13:12.253285117 +0100 @@ -1,7 +1,7 @@ # # spec file for package msr-tools # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -17,13 +17,13 @@ Name: msr-tools -Version: 1.3 +Version: 1.3.git10 Release: 0 Summary: Tool for reading and writing MSRs (model specific register) License: GPL-2.0-or-later Group: System/Base -Url: https://github.com/01org/msr-tools -Source: msr-tools-1.3.tar +URL: https://github.com/01org/msr-tools +Source: %{name}-%{version}.tar.xz Source1: COPYING Patch1: %{name}-xen_physical_msr_support.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,8 +37,7 @@ load the "msr" module manually ("modprobe msr"). %prep -%setup -q -%autopatch -p1 +%autosetup -p1 %build ./autogen.sh ++++++ _service ++++++ --- /var/tmp/diff_new_pack.FmmpRM/_old 2019-03-22 15:13:12.281285113 +0100 +++ /var/tmp/diff_new_pack.FmmpRM/_new 2019-03-22 15:13:12.281285113 +0100 @@ -2,9 +2,13 @@ <service mode="disabled" name="tar_scm"> <param name="url">https://github.com/01org/msr-tools.git</param> <param name="scm">git</param> - <param name="changesgenerate">enable</param> + <param name="changesgenerate">disable</param> <param name="filename">msr-tools</param> - <param name="versionformat">1.3</param> + <param name="versionformat">1.3.git@TAG_OFFSET@</param> + </service> + <service mode="disabled" name="recompress"> + <param name="file">*.tar</param> + <param name="compression">xz</param> </service> <service mode="disabled" name="set_version"/> </services>
