[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package diffutils-3.7-12.el9.src download

Name diffutils
Epoch 0
Version 3.7
Release 12.el9
Architecture src
Website/URL https://www.gnu.org/software/diffutils/diffutils.html
License GPLv3+
Build Time 2023-03-16 21:32:42
Build Host builder-x86-02.inferitos.ru
Summary GNU collection of diff utilities
Repositories BaseOS
Description Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff compares two files and shows the differences, line by line. The cmp command shows the offset and line numbers where two files differ, or cmp can show the characters that differ between the two files. The diff3 command shows the differences between three files. Diff3 can be used when two people have made independent changes to a common original; diff3 can produce a merged file that contains both sets of changes and warnings about conflicts. The sdiff command can be used to merge two files interactively. Install diffutils if you need to compare text files.
Errata
Size 1439 KiB
Source Project diffutils-3.7-12.el9
SHA-256 checksum 88d255166238a6ab56166d9c4b93dd103c9b17b99ca889679b87bcfc0680dca2
× Full screenshot
Changelog link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.7-12
- Rebuilt for MSVSphere 9.1.

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.7-12
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

* Wed Jun 23 2021 Than Ngo <than@redhat.com> - 3.7-11
- Resolves: #1975121, Handle SIGSTKSZ no longer being a constant.

* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.7-10
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

* Wed Mar 24 2021 Than Ngo <than@redhat.com> - 3.7-9
- Fix coverity issues