-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d05c3e7
commit ed5a8f9
Showing
3 changed files
with
44 additions
and
11 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,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"optipng-0.7.7.tar.gz": "4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452" | ||
"optipng-0.7.8.tar.gz": "25a3bd68481f21502ccaa0f4c13f84dcf6b20338e4c4e8c51f2cefbd8513398c" | ||
} | ||
} |
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,16 +1,17 @@ | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Name: optipng | ||
Version: 0.7.7 | ||
Release: 7%{?dist} | ||
Version: 0.7.8 | ||
Release: 5%{?dist} | ||
Summary: PNG optimizer and converter | ||
|
||
License: zlib | ||
URL: http://optipng.sourceforge.net/ | ||
Source0: http://downloads.sourceforge.net/optipng/%{name}-%{version}.tar.gz | ||
URL: https://optipng.sourceforge.net/ | ||
Source0: https://downloads.sourceforge.net/optipng/%{name}-%{version}.tar.gz | ||
|
||
BuildRequires: gcc | ||
BuildRequires: zlib-devel libpng-devel | ||
BuildRequires: make | ||
BuildRequires: gcc | ||
BuildRequires: zlib-devel libpng-devel | ||
|
||
%description | ||
OptiPNG is a PNG optimizer that recompresses image files to a smaller size, | ||
|
@@ -56,8 +57,40 @@ chmod -c 755 $RPM_BUILD_ROOT%{_bindir}/optipng | |
|
||
|
||
%changelog | ||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.7.7-7 | ||
- Initial CBL-Mariner import from Fedora 33 (license: MIT). | ||
* Wed Jan 15 2025 Durga Jagadeesh Palli <[email protected]> - 0.7.8-5 | ||
- Update to 0.7.8 | ||
- change the URL and Source0 from http to https | ||
- License verified | ||
|
||
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 0.7.8-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.7.8-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.7.8-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Sun Nov 5 2023 Peter Hanecak <[email protected]> - 0.7.8-1 | ||
- Update to 0.7.8 | ||
|
||
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.7.7-12 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 0.7.7-11 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.7.7-10 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 0.7.7-9 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 0.7.7-8 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 0.7.7-7 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Thu Dec 10 2020 Peter Hanecak <[email protected]> - 0.7.7-6 | ||
- Use make macros (PR from tbaeder) | ||
|
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