Hello community, here is the log from the commit of package earlyoom for openSUSE:Factory checked in at 2020-07-05 01:18:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/earlyoom (Old) and /work/SRC/openSUSE:Factory/.earlyoom.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "earlyoom" Sun Jul 5 01:18:00 2020 rev:8 rq:818485 version:1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/earlyoom/earlyoom.changes 2020-03-19 19:54:10.696277423 +0100 +++ /work/SRC/openSUSE:Factory/.earlyoom.new.3060/earlyoom.changes 2020-07-05 01:19:27.321237183 +0200 @@ -1,0 +2,25 @@ +Wed Jun 10 08:18:22 UTC 2020 - Dan Čermák <[email protected]> + +- New upstream release 1.6 + + * 1.6, 2020-04-11 + * Replace old `notify-send` GUI notification logic with `dbus-send` / + [systembus-notify](https://github.com/rfjakob/systembus-notify) + ([#183](https://github.com/rfjakob/earlyoom/issues/183)) + * `-n`/`-N` now enables the new logic + * You need to have + [systembus-notify](https://github.com/rfjakob/systembus-notify) running + in your GUI session for notifications for work + * Handle `/proc` mounted with + [hidepid](https://github.com/rfjakob/earlyoom/wiki/proc-hidepid) + gracefully ([issue #184](https://github.com/rfjakob/earlyoom/issues/184)) + + * v1.5, 2020-03-22 + * `-p`: set oom_score_adj to `-100` instead of `-1000` + ([#170](https://github.com/rfjakob/earlyoom/issues/170)) + * Allow using **both** `-M` and `-m`, and `-S` and `-s`. The lower value + (converted to percentages) will be used. + * Set memory report interval in `earlyoom.default` to 1 hour instead of 1 + minute ([#177](https://github.com/rfjakob/earlyoom/issues/177)) + +------------------------------------------------------------------- Old: ---- earlyoom-1.4.tar.gz New: ---- earlyoom-1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ earlyoom.spec ++++++ --- /var/tmp/diff_new_pack.WtETOd/_old 2020-07-05 01:19:31.761250802 +0200 +++ /var/tmp/diff_new_pack.WtETOd/_new 2020-07-05 01:19:31.765250814 +0200 @@ -20,14 +20,14 @@ %global _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: earlyoom -Version: 1.4 +Version: 1.6 Release: 0 Summary: Early OOM Daemon for Linux License: MIT Group: System/Daemons -URL: https://github.com/rfjakob/earlyoom -Source0: https://github.com/rfjakob/earlyoom/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source11: earlyoom.sysconfig +URL: https://github.com/rfjakob/%{name} +Source0: %{URL}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source11: %{name}.sysconfig # pandoc only for `pandoc MANPAGE.md -s -t man > earlyoom.1` BuildRequires: pandoc BuildRequires: pkgconfig @@ -41,7 +41,7 @@ below critical level, it will kill the largest process (highest oom_score). %prep -%setup -q +%autosetup # Fix defaults file location sed -i 's|/default/|/sysconfig/|' earlyoom.service.in @@ -50,8 +50,9 @@ sed -ri '/LDFLAGS/ s|$| -lrt|' Makefile %build -CFLAGS='%{optflags} -DVERSION=\"%{version}\" -std=gnu99' -%make_build CFLAGS="$CFLAGS" PREFIX=%{_prefix} +CFLAGS='%{?build_cflags}%{!?build_cflags:%optflags} -DVERSION=\"%{version}\" -std=gnu99' +CPPFLAGS='%{?build_cxxflags}%{!?build_cxxflags:%optflags}' +%make_build CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" PREFIX=%{_prefix} %install %make_install PREFIX=%{_prefix} SYSTEMDUNITDIR=%{_unitdir} ++++++ earlyoom-1.4.tar.gz -> earlyoom-1.6.tar.gz ++++++ ++++ 2281 lines of diff (skipped)
