Bug 2342020 - which-2.22 is available
Summary: which-2.22 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: which
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-01-24 20:30 UTC by Upstream Release Monitoring
Modified: 2025-01-27 12:08 UTC (History)
1 user (show)

Fixed In Version: which-2.22-1.fc42
Clone Of:
Environment:
Last Closed: 2025-01-27 12:08:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Update to 2.22 (#2342020) (1.04 KB, patch)
2025-01-24 20:30 UTC, Upstream Release Monitoring
no flags Details | Diff

Description Upstream Release Monitoring 2025-01-24 20:30:12 UTC
Releases retrieved: 2.22
Upstream release that is considered latest: 2.22
Current version/release in rawhide: 2.21-43.fc42
URL: https://www.gnu.org/software/which/

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/5127/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/which

Comment 1 Upstream Release Monitoring 2025-01-24 20:30:17 UTC
Created attachment 2073732 [details]
Update to 2.22 (#2342020)

Comment 2 Upstream Release Monitoring 2025-01-24 20:34:57 UTC
the-new-hotness/release-monitoring.org's scratch build of which-2.22-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=128438111

Comment 3 Xose Vazquez Perez 2025-01-25 09:35:16 UTC
(In reply to Upstream Release Monitoring from comment #0)

> Releases retrieved: 2.22
> Upstream release that is considered latest: 2.22
> Current version/release in rawhide: 2.21-43.fc42
> URL: https://www.gnu.org/software/which/
> Based on the information from Anitya: https://release-monitoring.org/project/5127/
> To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/which

Changelog says:
Version 2.21 --> 2.22
* Improved Windows support (by Mitch Capper).
* The function that decides if a found path is executable (file_status)
  was updated to that of bash version 5.2.

But diffstat:
 AUTHORS                                             |    5 
 EXAMPLES                                            |  128 
 Makefile.am                                         |   21 
 Makefile.in                                         |  314 +-
 NEWS                                                |    6 
 README                                              |  100 
 README.alias                                        |    4 
 README.md                                           |   47 
 acinclude.m4                                        |   71 
 aclocal.m4                                          |  671 ++---
 bash.c                                              |  387 +-
 bash.h                                              |   20 
 compile                                             |   24 
 config.guess                                        | 1812 +++++++++++++
 config.h.in                                         |   85 
 config.sub                                          | 1971 ++++++++++++++
 configure                                           | 6337 +++++++++++++++++++++++++++++++++---------------
 configure.ac                                        |   70 
 cwm4/aclocal/AX_CHECK_COMPILE_FLAG.m4               |   74 
 cwm4/aclocal/CW_LIB_LIBCWD.m4                       |  190 +
 cwm4/aclocal/CW_OPG_CXXFLAGS.m4                     |  259 +
 cwm4/cmake/AICxxProject                             |   86 
 cwm4/cmake/AICxxProject.cmake                       |   13 
 cwm4/cmake/AICxxSubmodules.cmake                    |   18 
 cwm4/cmake/CW_CHECK_BMI2_SUPPORT.c                  |    7 
 cwm4/cmake/CW_CHECK_BMI2_SUPPORT.cmake              |   61 
 cwm4/cmake/CW_CHECK_REQUIRED_INCLUDE_FILE_CXX.cmake |   44 
 cwm4/cmake/CW_DEFINE_TYPE.cmake                     |   41 
 cwm4/cmake/CW_OPTIONS.cmake                         |  232 +
 cwm4/cmake/CW_SYS_CACHELINE_SIZE.c                  |   65 
 cwm4/cmake/CW_SYS_CACHELINE_SIZE.cmake              |   57 
 cwm4/cmake/CW_SYS_MALLOC_OVERHEAD.c                 |   33 
 cwm4/cmake/CW_SYS_MALLOC_OVERHEAD.cmake             |   58 
 cwm4/cmake/Findfarmhash.cmake                       |   68 
 cwm4/cmake/Findrt.cmake                             |   22 
 cwm4/cmake/Findwolfssl.cmake                        |   70 
 cwm4/cmake/StableGitache                            |   22 
 cwm4/cmake/ccache.cmake                             |   13 
 cwm4/cmake/color_vars.cmake                         |   20 
 cwm4/cmake/dump_cmake_variables.cmake               |   42 
 cwm4/cmake/print_target_properties.cmake            |   25 
 cwm4/configure_ac_bottom.m4                         |    4 
 cwm4/configure_ac_top.m4                            |   70 
 cwm4/root_makefile_bottom.am                        |   20 
 cwm4/root_makefile_top.am                           |    3 
 depcomp                                             |  777 +++++
 getopt.c                                            | 1146 ++++----
 getopt.h                                            |   47 
 getopt1.c                                           |  187 -
 install-sh                                          |  424 +--
 m4/BASH_CHECK_GETPW_FUNCS.m4                        |   18 
 m4/min_automake_version.m4                          |    2 
 m4/submodules.m4                                    |    4 
 maintMakefile.in                                    |   92 
 missing                                             |   87 
 posixstat.h                                         |  128 
 stamp-vti                                           |    8 
 sys.h                                               |   92 
 tilde.c                                             |  496 +++
 tilde.h                                             |   68 
 tilde/Makefile.am                                   |    6 
 tilde/Makefile.in                                   |  522 ---
 tilde/README                                        |   22 
 tilde/ansi_stdlib.h                                 |   54 
 tilde/bashansi.h                                    |   41 
 tilde/shell.c                                       |   70 
 tilde/tilde.c                                       |  502 ---
 tilde/tilde.h                                       |   81 
 tilde/xmalloc.h                                     |   40 
 version.texi                                        |    8 
 which.1                                             |   18 
 which.c                                             |  521 ++-
 which.info                                          |  163 -
 which.texi                                          |   18 
 74 files changed, 13766 insertions(+), 5566 deletions(-)

Comment 4 Xose Vazquez Perez 2025-01-25 22:55:51 UTC
(In reply to Xose Vazquez Perez from comment #3)

> (In reply to Upstream Release Monitoring from comment #0)
> 
> > Releases retrieved: 2.22
> > Upstream release that is considered latest: 2.22
> > Current version/release in rawhide: 2.21-43.fc42
> > URL: https://www.gnu.org/software/which/
> > Based on the information from Anitya: https://release-monitoring.org/project/5127/
> > To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/which

> Changelog says:
> Version 2.21 --> 2.22
> * Improved Windows support (by Mitch Capper).
> * The function that decides if a found path is executable (file_status)
>   was updated to that of bash version 5.2.
> 
> But diffstat:
>  74 files changed, 13766 insertions(+), 5566 deletions(-)

git repo has more info about all commits:
https://git.savannah.gnu.org/cgit/which.git/log/

Comment 5 Fedora Update System 2025-01-27 10:23:08 UTC
FEDORA-2025-c79c71925b (which-2.22-1.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-c79c71925b

Comment 6 Fedora Update System 2025-01-27 12:08:20 UTC
FEDORA-2025-c79c71925b (which-2.22-1.fc42) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.