Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xcalc for openSUSE:Factory checked in at 2022-08-20 20:29:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xcalc (Old) and /work/SRC/openSUSE:Factory/.xcalc.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xcalc" Sat Aug 20 20:29:08 2022 rev:11 rq:998306 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xcalc/xcalc.changes 2022-04-03 21:31:37.787399459 +0200 +++ /work/SRC/openSUSE:Factory/.xcalc.new.2083/xcalc.changes 2022-08-20 20:29:25.073478282 +0200 @@ -1,0 +2,6 @@ +Thu Aug 11 08:11:37 UTC 2022 - Dirk M??ller <[email protected]> + +- modernize spec-file, move license to %%licensedir +- use gpg for source validation + +------------------------------------------------------------------- New: ---- xcalc-1.1.1.tar.xz.sig xcalc.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xcalc.spec ++++++ --- /var/tmp/diff_new_pack.Aro5gR/_old 2022-08-20 20:29:25.509479492 +0200 +++ /var/tmp/diff_new_pack.Aro5gR/_new 2022-08-20 20:29:25.513479503 +0200 @@ -22,11 +22,13 @@ Summary: Scientific calculator 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 -Source1: xcalc.desktop -Source2: xcalc.png -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: xcalc.keyring +Source3: xcalc.desktop +Source4: xcalc.png +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7) @@ -34,7 +36,6 @@ BuildRequires: pkgconfig(xt) # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xcalc is a scientific calculator X11 client that can emulate a TI-30 @@ -42,20 +43,20 @@ %prep %setup -q -cp %{SOURCE1} . +cp %{SOURCE3} . %build %configure -make %{?_smp_mflags} +%make_build %install %make_install %suse_update_desktop_file -i -u xcalc Utility Calculator -install -m0644 -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xcalc.png +install -m0644 -D %{SOURCE4} %{buildroot}%{_datadir}/pixmaps/xcalc.png %files -%defattr(-,root,root) -%doc ChangeLog COPYING README.md +%license COPYING +%doc ChangeLog README.md %{_bindir}/xcalc %{_datadir}/applications/xcalc.desktop %{_datadir}/pixmaps/xcalc.png
