fix: oxipng (#2548) (#2551)

Not sure if we should remove this from Terra, we do have faster updates
compared to Fedora but does this introduce breaking changes…?

(cherry picked from commit 474d9fe48e)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2024-12-03 00:42:41 -08:00
committed by GitHub
parent 5bb0729939
commit 0acffe99f5
2 changed files with 9 additions and 9 deletions
@@ -1,6 +1,6 @@
--- oxipng-9.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ oxipng-9.1.2/Cargo.toml 2024-07-13T07:08:09.478330+00:00
@@ -150,7 +150,6 @@
--- oxipng-9.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ oxipng-9.1.3/Cargo.toml 2024-11-30T06:39:39.902804+00:00
@@ -149,7 +149,6 @@
[features]
binary = [
"dep:clap",
@@ -8,7 +8,7 @@
"dep:env_logger",
]
default = [
@@ -169,13 +168,10 @@
@@ -168,13 +167,10 @@
sanity-checks = ["dep:image"]
zopfli = ["dep:zopfli"]
+5 -5
View File
@@ -7,7 +7,7 @@
Name: rust-oxipng
Version: 9.1.3
Release: 1%?dist
Release: %autorelease
Summary: Lossless PNG compression optimizer
License: MIT
@@ -16,7 +16,7 @@ Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: oxipng-fix-metadata-auto.diff
BuildRequires: anda-srpm-macros cargo-rpm-macros >= 24
BuildRequires: mold anda-srpm-macros cargo-rpm-macros >= 24
%global _description %{expand:
A lossless PNG compression optimizer.}
@@ -33,7 +33,7 @@ License: # FIXME
%files -n %{crate}
%license LICENSE
#license LICENSE.dependencies
%license LICENSE.dependencies
%doc CHANGELOG.md
%doc MANUAL.txt
%doc README.md
@@ -145,8 +145,8 @@ use the "zopfli" feature of the "%{crate}" crate.
%build
%cargo_build
#{cargo_license_summary}
#{cargo_license} > LICENSE.dependencies
%{cargo_license_summary_online}
%{cargo_license_online} > LICENSE.dependencies
%install
%cargo_install