Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xstroke for openSUSE:Factory checked in at 2023-04-27 20:01:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xstroke (Old) and /work/SRC/openSUSE:Factory/.xstroke.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xstroke" Thu Apr 27 20:01:22 2023 rev:21 rq:1083181 version:0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xstroke/xstroke.changes 2014-10-23 14:21:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xstroke.new.1533/xstroke.changes 2023-04-27 20:02:31.042483837 +0200 @@ -1,0 +2,5 @@ +Wed Apr 26 09:56:04 UTC 2023 - Jan Engelhardt <[email protected]> + +- Remove pre-SUSE-15 build logic + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xstroke.spec ++++++ --- /var/tmp/diff_new_pack.C8LZ64/_old 2023-04-27 20:02:31.514486611 +0200 +++ /var/tmp/diff_new_pack.C8LZ64/_new 2023-04-27 20:02:31.514486611 +0200 @@ -1,7 +1,7 @@ # # spec file for package xstroke # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,29 +20,23 @@ Version: 0.6 Release: 0 Summary: Fullscreen gesture recognition for X -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Hardware/Mobile -Url: http://xstroke.org/ +URL: http://xstroke.org/ Source: xstroke-%{version}.tar.bz2 Source1: xstroke.png Source2: xstroke.desktop # please upstream it Patch0: xstroke-no-copy-dt-needed-entries.patch BuildRequires: libtool -BuildRequires: update-desktop-files -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} < 1220 -BuildRequires: xorg-x11-devel -%else BuildRequires: pkgconfig +BuildRequires: update-desktop-files BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xft) BuildRequires: pkgconfig(xpm) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xtst) -%endif -#Requires: %description xstroke is a full-screen gesture recognition program for the X Window @@ -51,16 +45,15 @@ performs actions based on the gestures. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 autoreconf -f --install %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} mandir=%{_mandir} libdir=%{_libdir} install +%make_install mandir=%{_mandir} libdir=%{_libdir} %suse_update_desktop_file -i xstroke mkdir -p %{buildroot}%{_datadir}/pixmaps cp %{SOURCE1} %{buildroot}%{_datadir}/pixmaps @@ -68,7 +61,6 @@ cp -pr AUTHORS COPYING ChangeLog NEWS README TODO %{buildroot}%{_defaultdocdir}/%{name}/ %files -%defattr(-, root, root) %{_bindir}/xstroke %dir %{_sysconfdir}/xstroke %config %{_sysconfdir}/xstroke/alphabet
