Skip to content

Commit

Permalink
optipng: update to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
durgajagadeesh committed Jan 16, 2025
1 parent d05c3e7 commit ed5a8f9
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 11 deletions.
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/optipng/optipng.signatures.json
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"
}
}
49 changes: 41 additions & 8 deletions SPECS-EXTENDED/optipng/optipng.spec
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,
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15333,8 +15333,8 @@
"type": "other",
"other": {
"name": "optipng",
"version": "0.7.7",
"downloadUrl": "http://downloads.sourceforge.net/optipng/optipng-0.7.7.tar.gz"
"version": "0.7.8",
"downloadUrl": "https://downloads.sourceforge.net/optipng/optipng-0.7.8.tar.gz"
}
}
},
Expand Down

0 comments on commit ed5a8f9

Please sign in to comment.