Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package unclutter for openSUSE:Factory 
checked in at 2024-02-21 17:58:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unclutter (Old)
 and      /work/SRC/openSUSE:Factory/.unclutter.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unclutter"

Wed Feb 21 17:58:06 2024 rev:17 rq:1148412 version:8

Changes:
--------
--- /work/SRC/openSUSE:Factory/unclutter/unclutter.changes      2023-11-08 
22:18:26.304739279 +0100
+++ /work/SRC/openSUSE:Factory/.unclutter.new.1706/unclutter.changes    
2024-02-21 17:58:15.215289358 +0100
@@ -1,0 +2,6 @@
+Tue Feb 20 15:38:51 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use %autosetup macro. Allows to eliminate the usage of deprecated
+  %patchN
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ unclutter.spec ++++++
--- /var/tmp/diff_new_pack.9Xx1SF/_old  2024-02-21 17:58:16.443333764 +0100
+++ /var/tmp/diff_new_pack.9Xx1SF/_new  2024-02-21 17:58:16.443333764 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unclutter
 #
-# 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
@@ -16,53 +16,40 @@
 #
 
 
-URL:            http://www.ibiblio.org/pub/X11/contrib/utilities/
-
 Name:           unclutter
-BuildRequires:  imake
-BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xext)
 Version:        8
 Release:        0
-Provides:       unclutt = %{version}
-Obsoletes:      unclutt < %{version}
 Summary:        Remove the idle cursor image from the screen
 License:        SUSE-Public-Domain
 Group:          System/X11/Utilities
+URL:            https://www.ibiblio.org/pub/X11/contrib/utilities/
 Source:         %{name}-%{version}.tar.bz2
 Patch0:         %{name}-%{version}-return.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  imake
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+Provides:       unclutt = %{version}
+Obsoletes:      unclutt < %{version}
 
 %description
 Unclutterer removes the cursor image from the screen so that it does
 not obstruct the area you are looking at after it has not moved for a
 given period of time.
 
-
-
-Authors:
---------
-    Mark M Martin <m...@cetia.fr>
-    Andreas Stolcke <stol...@icsi.berkeley.edu>
-
 %prep
-%setup -q
-%patch0
+%autosetup -p0
 
 %build
 xmkmf
-make
+%make_build
 
 %install
-make install DESTDIR=${RPM_BUILD_ROOT}
-make install.man DESTDIR=${RPM_BUILD_ROOT}
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+%make_install
+make install.man DESTDIR=%{buildroot}
 
 %files
-%defattr(-,root,root)
 %doc README
 %{_bindir}/*
-%doc %{_mandir}/*/*
+%{_mandir}/*/*
 

Reply via email to