Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package devilspie2 for openSUSE:Factory checked in at 2021-02-15 23:16:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/devilspie2 (Old) and /work/SRC/openSUSE:Factory/.devilspie2.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "devilspie2" Mon Feb 15 23:16:00 2021 rev:9 rq:871354 version:0.43 Changes: -------- --- /work/SRC/openSUSE:Factory/devilspie2/devilspie2.changes 2019-01-21 11:01:58.947148842 +0100 +++ /work/SRC/openSUSE:Factory/.devilspie2.new.28504/devilspie2.changes 2021-02-15 23:18:03.279553023 +0100 @@ -1,0 +2,5 @@ +Fri Feb 12 07:33:37 UTC 2021 - Martin Pluskal <[email protected]> + +- Requires lua-5.1 as its only one supported now + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ devilspie2.spec ++++++ --- /var/tmp/diff_new_pack.XTzlhg/_old 2021-02-15 23:18:03.927553991 +0100 +++ /var/tmp/diff_new_pack.XTzlhg/_new 2021-02-15 23:18:03.931553997 +0100 @@ -1,7 +1,7 @@ # # spec file for package devilspie2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -22,15 +22,14 @@ Summary: A window matching utility License: GPL-3.0-or-later Group: System/X11/Utilities -URL: http://www.nongnu.org/devilspie2/ +URL: https://www.nongnu.org/devilspie2/ Source0: http://download.savannah.gnu.org/releases/devilspie2/%{name}_%{version}-src.tar.gz Source1: http://download.savannah.gnu.org/releases/devilspie2/%{name}_%{version}-src.tar.gz.asc Source2: %{name}.keyring BuildRequires: pkgconfig BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libwnck-3.0) -BuildRequires: pkgconfig(lua) >= 5.1 -Recommends: %{name}-lang = %{version} +BuildRequires: pkgconfig(lua5.1) %description Devilspie 2 is based on the excellent program Devil's Pie by Ross Burton, and @@ -43,10 +42,10 @@ %lang_package %prep -%setup -q +%autosetup %build -make %{?_smp_mflags} CC="cc %{optflags}" +%make_build CC="cc %{optflags}" %install %make_install PREFIX=%{_usr}
