Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package CoreFreq for openSUSE:Factory checked in at 2021-04-15 16:58:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/CoreFreq (Old) and /work/SRC/openSUSE:Factory/.CoreFreq.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "CoreFreq" Thu Apr 15 16:58:03 2021 rev:6 rq:885607 version:1.84.1+git20210415 Changes: -------- --- /work/SRC/openSUSE:Factory/CoreFreq/CoreFreq.changes 2021-01-01 21:13:52.827397726 +0100 +++ /work/SRC/openSUSE:Factory/.CoreFreq.new.12324/CoreFreq.changes 2021-04-15 16:58:46.106802573 +0200 @@ -1,0 +2,8 @@ +Thu Apr 15 09:55:08 UTC 2021 - Michael Pujos <[email protected]> + +- updated to v1.84.1 + See commits on https://github.com/cyring/CoreFreq/commits/master + for changes list +- added patch leap15_3.patch: fix failure to build on Leap 15.3 + +------------------------------------------------------------------- Old: ---- CoreFreq-1.82.2+git20201229.tar.gz New: ---- CoreFreq-1.84.1+git20210415.tar.gz leap15_3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ CoreFreq.spec ++++++ --- /var/tmp/diff_new_pack.lc1mGr/_old 2021-04-15 16:58:46.622803390 +0200 +++ /var/tmp/diff_new_pack.lc1mGr/_new 2021-04-15 16:58:46.626803396 +0200 @@ -1,7 +1,7 @@ # # spec file for package CoreFreq # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,9 @@ # from coretypes.h %define corefreq_major 1 -%define corefreq_minor 82 -%define corefreq_rev 2 -%define gitdate 20201229 +%define corefreq_minor 84 +%define corefreq_rev 1 +%define gitdate 20210415 Name: CoreFreq Version: %{corefreq_major}.%{corefreq_minor}.%{corefreq_rev}+git%{gitdate} Release: 0 @@ -29,6 +29,7 @@ URL: https://github.com/cyring/CoreFreq Source: %{name}-%{version}.tar.gz Patch0: leap15_2.patch +Patch1: leap15_3.patch BuildRequires: %{kernel_module_package_buildreqs} BuildRequires: pkgconfig BuildRequires: pkgconfig(libsystemd) @@ -47,6 +48,9 @@ %if 0%{?sle_version} == 150200 %patch0 -p1 %endif +%if 0%{?sle_version} == 150300 +%patch1 -p1 +%endif %build %make_build ++++++ CoreFreq-1.82.2+git20201229.tar.gz -> CoreFreq-1.84.1+git20210415.tar.gz ++++++ ++++ 10508 lines of diff (skipped) ++++++ leap15_3.patch ++++++ ++++ 16471 lines (skipped)
