Hello community, here is the log from the commit of package powertop for openSUSE:Factory checked in at 2016-10-10 17:33:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powertop (Old) and /work/SRC/openSUSE:Factory/.powertop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powertop" Changes: -------- --- /work/SRC/openSUSE:Factory/powertop/powertop.changes 2016-06-02 12:37:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.powertop.new/powertop.changes 2016-10-10 17:33:48.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Aug 25 12:55:37 UTC 2016 - [email protected] + +- Add powertop-2.8-potential-segfaults.patch: Fix potential + segfaults. +- Drop Environment="TERM=xterm" from the systemd service file, it + is not needed. +- Following the above: Remove xterm/xterm-bin Requires. + +------------------------------------------------------------------- New: ---- powertop-2.8-potential-segfaults.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powertop.spec ++++++ --- /var/tmp/diff_new_pack.22flIn/_old 2016-10-10 17:33:50.000000000 +0200 +++ /var/tmp/diff_new_pack.22flIn/_new 2016-10-10 17:33:50.000000000 +0200 @@ -27,6 +27,8 @@ Source0: https://01.org/sites/default/files/downloads/%{name}/%{name}-%{version}.tar.gz Source1: powertop.service Patch0: powertop-no-date.patch +# PATCH-FIX-UPSTREAM powertop-2.8-potential-segfaults.patch [email protected] -- Fix potential segfaults. +Patch1: powertop-2.8-potential-segfaults.patch BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: ncurses-devel @@ -39,12 +41,6 @@ Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} -#xterm has been splitted in openSUSE to have fewer dependencies -%if 0%{?is_opensuse} && 0%{?suse_version} != 1315 -Requires: xterm-bin -%else -Requires: xterm -%endif %description PowerTOP is a program that collects the various pieces of information @@ -56,6 +52,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # Delete objects files left in tarball find . -name '*.o' -delete ++++++ powertop-2.8-potential-segfaults.patch ++++++ ++++ 1016 lines (skipped) ++++++ powertop.service ++++++ --- /var/tmp/diff_new_pack.22flIn/_old 2016-10-10 17:33:50.000000000 +0200 +++ /var/tmp/diff_new_pack.22flIn/_new 2016-10-10 17:33:50.000000000 +0200 @@ -3,7 +3,6 @@ [Service] Type=oneshot -Environment="TERM=xterm" ExecStart=/usr/sbin/powertop --auto-tune [Install]
