Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wmctrl for openSUSE:Factory checked in at 2024-02-22 20:55:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wmctrl (Old) and /work/SRC/openSUSE:Factory/.wmctrl.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wmctrl" Thu Feb 22 20:55:20 2024 rev:18 rq:1148413 version:1.07 Changes: -------- --- /work/SRC/openSUSE:Factory/wmctrl/wmctrl.changes 2023-11-08 22:17:33.610803489 +0100 +++ /work/SRC/openSUSE:Factory/.wmctrl.new.1706/wmctrl.changes 2024-02-22 20:55:21.896272743 +0100 @@ -1,0 +2,6 @@ +Tue Feb 20 15:22:48 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wmctrl.spec ++++++ --- /var/tmp/diff_new_pack.uZKW3F/_old 2024-02-22 20:55:23.412327997 +0100 +++ /var/tmp/diff_new_pack.uZKW3F/_new 2024-02-22 20:55:23.412327997 +0100 @@ -1,7 +1,7 @@ # # spec file for package wmctrl # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,19 @@ Name: wmctrl -BuildRequires: automake -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xmu) Version: 1.07 Release: 0 -URL: http://sweb.cz/tripie/utils/wmctrl/ Summary: Command line tool to interact with an EWMH/NetWM compatible X Window Manager License: GPL-2.0-or-later Group: System/X11/Utilities -Source: %name-%version.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +URL: http://sweb.cz/tripie/utils/wmctrl/ +Source: %{name}-%{version}.tar.bz2 Patch0: wmctrl_1.07-6.diff.bz2 +BuildRequires: automake +BuildRequires: pkgconfig +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xmu) %description Wmctrl provides command line access to almost all the features defined @@ -46,31 +46,21 @@ Please note that wmctrl only works with window managers which implement this specification. - - -Authors: --------- - Tomas Styblo <tri...@cpan.org> - %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build ls -lha . autoreconf -fi %configure -%{__make} %{?jobs:-j%jobs} +%make_build %install -make DESTDIR=$RPM_BUILD_ROOT install - -%clean -rm -rf $RPM_BUILD_ROOT +%make_install %files -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README -%_bindir/* -%_mandir/man1/wmctrl.1.gz +%license COPYING +%doc AUTHORS ChangeLog NEWS README +%{_bindir}/* +%{_mandir}/man1/wmctrl.1%{?ext_man}