Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xorg-x11 for openSUSE:Factory checked in at 2025-03-03 16:04:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-x11 (Old) and /work/SRC/openSUSE:Factory/.xorg-x11.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11" Mon Mar 3 16:04:28 2025 rev:222 rq:1249315 version:7.6_1 Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-x11/xorg-x11.changes 2013-10-23 10:15:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xorg-x11.new.19136/xorg-x11.changes 2025-03-03 16:04:34.149844166 +0100 @@ -1,0 +2,5 @@ +Thu Feb 27 22:43:32 UTC 2025 - Jan Engelhardt <[email protected]> + +- Modernize specfile + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11.spec ++++++ --- /var/tmp/diff_new_pack.5gc4aw/_old 2025-03-03 16:04:35.869916123 +0100 +++ /var/tmp/diff_new_pack.5gc4aw/_new 2025-03-03 16:04:35.873916291 +0100 @@ -1,7 +1,7 @@ # # spec file for package xorg-x11 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # 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/ # Name: xorg-x11 -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ Version: 7.6_1 Release: 0 ## Recommends of packages that we split away from xorg-x11 @@ -143,28 +143,21 @@ X.Org core applications packages. %prep -%setup -q -T -c '%{name}' +%autosetup -p1 -Tc %name cp %{SOURCE0} . %build %install -pushd $RPM_BUILD_ROOT -%{__tar} xjf '%{S:200}' -popd +tar -C "%{buildroot}" -xjf '%{S:200}' # Compatibility symlink (Bug #223524) -mkdir -p "${RPM_BUILD_ROOT}%{_bindir}" -%{__ln_s}nf . "${RPM_BUILD_ROOT}%{_bindir}/X11" - -%clean -rm -rf "$RPM_BUILD_ROOT" +mkdir -p "%{buildroot}/%{_bindir}" +ln -snf . "%{buildroot}/%{_bindir}/X11" %files -%defattr(-,root,root) %doc README.meta %files essentials -%defattr(-,root,root) %dir %{_datadir}/X11 %{_datadir}/X11/nls/ %{_bindir}/X11
