Skip to content

Commit ea005f2

Browse files
authored
diffstat: Update Version from 1.63 -> 1.66 (#10920)
1 parent db45e0a commit ea005f2

File tree

3 files changed

+52
-11
lines changed

3 files changed

+52
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
33
"COPYING": "4c13a1dd3f79e44679957051db96807506688109cafe11d7c899909119e0481d",
4-
"diffstat-1.63.tgz": "7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f"
4+
"diffstat-1.66.tgz": "f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e"
55
}
66
}

SPECS-EXTENDED/diffstat/diffstat.spec

+49-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1+
Vendor: Microsoft Corporation
2+
Distribution: Azure Linux
13
Summary: A utility which provides statistics based on the output of diff
24
Name: diffstat
3-
Version: 1.63
5+
Version: 1.66
46
Release: 3%{?dist}
5-
License: MIT
6-
Vendor: Microsoft Corporation
7-
Distribution: Azure Linux
8-
URL: http://invisible-island.net/diffstat
9-
Source0: ftp://ftp.invisible-island.net/pub/diffstat/%{name}-%{version}.tgz
7+
License: SMLNJ
8+
URL: https://invisible-island.net/diffstat
9+
Source0: https://invisible-mirror.net/archives/diffstat/%{name}-%{version}.tgz
1010
# Taken from diffstat.c.
1111
Source1: COPYING
1212

1313
BuildRequires: gcc
1414
BuildRequires: xz
15+
BuildRequires: make
1516

1617
%description
1718
The diff command compares files line by line. Diffstat reads the
@@ -43,8 +44,48 @@ make check
4344
%{_mandir}/*/*
4445

4546
%changelog
46-
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.63-3
47-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
47+
* Mon Nov 04 2024 Sreenivasulu Malavathula <[email protected]> - 1.66-3
48+
- Initial Azure Linux import from Fedora 41 (license: MIT)
49+
- License verified
50+
51+
* Wed Jul 17 2024 Fedora Release Engineering <[email protected]> - 1.66-2
52+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
53+
54+
* Mon Jan 29 2024 Fedora Release Monitoring <[email protected]> - 1.66-1
55+
- Update to 1.66 (#2260805)
56+
57+
* Wed Jan 24 2024 Fedora Release Engineering <[email protected]> - 1.65-5
58+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
59+
60+
* Fri Jan 19 2024 Fedora Release Engineering <[email protected]> - 1.65-4
61+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
62+
63+
* Wed Jul 19 2023 Fedora Release Engineering <[email protected]> - 1.65-3
64+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
65+
66+
* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.65-2
67+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
68+
69+
* Mon Oct 10 2022 Tim Waugh <[email protected]> - 1.65-1
70+
- Update to 1.65 (bug #2133330).
71+
72+
* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.64-7
73+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
74+
75+
* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.64-6
76+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
77+
78+
* Wed Jul 21 2021 Fedora Release Engineering <[email protected]> - 1.64-5
79+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
80+
81+
* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 1.64-4
82+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
83+
84+
* Wed Jan 13 2021 Tim Waugh <[email protected]> - 1.64-1
85+
- Update to 1.64.
86+
87+
* Mon Jul 27 2020 Fedora Release Engineering <[email protected]> - 1.63-3
88+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4889

4990
* Tue Jan 28 2020 Fedora Release Engineering <[email protected]> - 1.63-2
5091
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

cgmanifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2618,8 +2618,8 @@
26182618
"type": "other",
26192619
"other": {
26202620
"name": "diffstat",
2621-
"version": "1.63",
2622-
"downloadUrl": "ftp://ftp.invisible-island.net/pub/diffstat/diffstat-1.63.tgz"
2621+
"version": "1.66",
2622+
"downloadUrl": "https://invisible-mirror.net/archives/diffstat/diffstat-1.66.tgz"
26232623
}
26242624
}
26252625
},

0 commit comments

Comments
 (0)