-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Base Version: upgrade diffstat from 1.63 -> 1.66
- Add "License verified" statement to the changelog.
- Loading branch information
1 parent
47e1479
commit 15c2d97
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"COPYING": "4c13a1dd3f79e44679957051db96807506688109cafe11d7c899909119e0481d", | ||
"diffstat-1.63.tgz": "7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f" | ||
"diffstat-1.66.tgz": "f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
Summary: A utility which provides statistics based on the output of diff | ||
Name: diffstat | ||
Version: 1.63 | ||
Release: 3%{?dist} | ||
Version: 1.66 | ||
Release: 1%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: http://invisible-island.net/diffstat | ||
Source0: ftp://ftp.invisible-island.net/pub/diffstat/%{name}-%{version}.tgz | ||
Source0: https://invisible-island.net/archives/diffstat/%{name}-%{version}.tgz | ||
# Taken from diffstat.c. | ||
Source1: COPYING | ||
|
||
BuildRequires: gcc | ||
BuildRequires: xz | ||
BuildRequires: make | ||
|
||
%description | ||
The diff command compares files line by line. Diffstat reads the | ||
|
@@ -43,6 +44,9 @@ make check | |
%{_mandir}/*/* | ||
|
||
%changelog | ||
* Mon Nov 04 2024 Sreenivasulu Malavathula <[email protected]> - 1.66-1 | ||
- Updating Azure-Linux import from Fedora 41 (license: MIT). | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.63-3 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters