Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package which for openSUSE:Factory checked in at 2025-02-07 22:46:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/which (Old) and /work/SRC/openSUSE:Factory/.which.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "which" Fri Feb 7 22:46:31 2025 rev:9 rq:1243455 version:2.23 Changes: -------- --- /work/SRC/openSUSE:Factory/which/which.changes 2022-04-30 22:52:05.668188262 +0200 +++ /work/SRC/openSUSE:Factory/.which.new.2316/which.changes 2025-02-07 22:46:34.400066798 +0100 @@ -1,0 +2,9 @@ +Sat Feb 1 19:16:01 UTC 2025 - Andreas Stieger <[email protected]> + +- Update to 2.23: + * The function that decides if a found path is executable + (file_status) was updated to that of bash version 5.2. +- add upstream signing key +- drop obsolete texinfo packaging macros + +------------------------------------------------------------------- Old: ---- which-2.21.tar.gz which-2.21.tar.gz.sig New: ---- which-2.23.tar.gz which-2.23.tar.gz.sig which.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ which.spec ++++++ --- /var/tmp/diff_new_pack.iWaQmM/_old 2025-02-07 22:46:35.184099195 +0100 +++ /var/tmp/diff_new_pack.iWaQmM/_new 2025-02-07 22:46:35.188099360 +0100 @@ -2,6 +2,7 @@ # spec file for package which # # Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ Name: which -Version: 2.21 +Version: 2.23 Release: 0 Summary: Displays where a particular program in your path is located License: GPL-3.0-or-later @@ -25,36 +26,30 @@ URL: https://savannah.gnu.org/projects/which/ Source0: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz Source1: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz.sig -Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} +Source2: https://savannah.gnu.org/people/viewgpg.php?user_id=3639#/%{name}.keyring Provides: util-linux:%{_bindir}/which -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -The which command shows the full pathname of a specified program, if -the specified program is in your PATH. +The which command shows the full pathname of a specified program, if the +specified program is in your PATH. %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} +%make_build %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install -%post -%install_info --info-dir="%{_infodir}" "%{_infodir}/which.info.gz" - -%preun -%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/which.info.gz" +%check +%make_build check %files -%defattr(-,root,root) -%{_bindir}/which %license COPYING %doc EXAMPLES README README.alias AUTHORS NEWS -%{_infodir}/which.info* -%{_mandir}/man1/which.1* +%{_bindir}/which +%{_infodir}/which.info%{?ext_info} +%{_mandir}/man1/which.1%{?ext_man} ++++++ which-2.21.tar.gz -> which-2.23.tar.gz ++++++ ++++ 24882 lines of diff (skipped)
