Update to version 0.4.13; Fixes RHBZ#2299302

epel10 imports/epel10/rust-zune-jpeg-0.4.13-1.el10
Fabio Valentini 7 months ago
parent 065e62fde9
commit 83846844f7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/zune-jpeg-0.4.11.crate
/zune-jpeg-0.4.13.crate

@ -5,7 +5,7 @@
%global crate zune-jpeg
Name: rust-zune-jpeg
Version: 0.4.11
Version: 0.4.13
Release: %autorelease
Summary: Fast, correct and safe jpeg decoder

@ -1 +1 @@
SHA512 (zune-jpeg-0.4.11.crate) = 15bbe43bd963138a6750939b94225039b778fceb4af369438425096a2700b25083555c371a5cb80f5f3456664f072bdf5fee9ffb886480bebcd0939dc775eac6
SHA512 (zune-jpeg-0.4.13.crate) = ebd349cfee5756fff64cbfc9a59bfd1cf262453ec74c6225e058d4c09398e9c7086f340d6e5215dd72fa32d29bf0fc86e64cf42038ea1b0c1baa67097a214875

@ -1,14 +1,16 @@
--- zune-jpeg-0.4.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zune-jpeg-0.4.11/Cargo.toml 2024-05-17T20:20:31.735613+00:00
@@ -33,12 +33,6 @@
--- zune-jpeg-0.4.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zune-jpeg-0.4.13/Cargo.toml 2024-07-28T14:23:35.959326+00:00
@@ -38,14 +38,6 @@
license = "MIT OR Apache-2.0 OR Zlib"
repository = "https://github.com/etemesi254/zune-image/tree/dev/crates/zune-jpeg"
-[lib]
-name = "zune_jpeg"
-crate-type = [
- "cdylib",
- "rlib",
-]
-path = "src/lib.rs"
-
[dependencies.zune-core]
version = "0.4"

Loading…
Cancel
Save