Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xedit for openSUSE:Factory checked in at 2022-08-20 20:29:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xedit (Old) and /work/SRC/openSUSE:Factory/.xedit.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xedit" Sat Aug 20 20:29:07 2022 rev:9 rq:998303 version:1.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xedit/xedit.changes 2022-04-04 19:27:11.955982228 +0200 +++ /work/SRC/openSUSE:Factory/.xedit.new.2083/xedit.changes 2022-08-20 20:29:23.649474333 +0200 @@ -1,0 +2,6 @@ +Thu Aug 11 08:02:21 UTC 2022 - Dirk M??ller <[email protected]> + +- modernize spec-file, move license to %%licensedir +- use gpg validation + +------------------------------------------------------------------- New: ---- xedit-1.2.3.tar.xz.sig xedit.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xedit.spec ++++++ --- /var/tmp/diff_new_pack.aoclqY/_old 2022-08-20 20:29:24.109475608 +0200 +++ /var/tmp/diff_new_pack.aoclqY/_new 2022-08-20 20:29:24.117475631 +0200 @@ -22,9 +22,11 @@ Summary: Simple text editor for X License: MIT Group: System/X11/Utilities -URL: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz -BuildRequires: pkg-config +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz +Source1: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz.sig +Source2: xedit.keyring +BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xmu) @@ -32,7 +34,6 @@ BuildRequires: pkgconfig(xt) >= 1.0 # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Xedit is a simple text editor for X. @@ -45,21 +46,21 @@ %build %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README README.lisp README.re +%license COPYING +%doc AUTHORS ChangeLog README README.lisp README.re %{_bindir}/xedit %{_libdir}/X11/xedit/ %dir %{_datadir}/X11/app-defaults %{_datadir}/X11/app-defaults/Xedit %{_datadir}/X11/app-defaults/Xedit-color %{_mandir}/man1/xedit.1%{?ext_man} -%ifnarch %ix86 +%ifnarch %{ix86} %dir %{_libdir}/X11 %endif
