Update to version 0.4.1; Fixes RHBZ#2332559

epel10 imports/epel10/rust-zlib-rs-0.4.1-1.el10
Benjamin A. Beasley 2 months ago
parent 5570a60ae4
commit cc76866b29

1
.gitignore vendored

@ -1,2 +1,3 @@
/zlib-rs-0.3.1.crate
/zlib-rs-0.4.0.crate
/zlib-rs-0.4.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate zlib-rs
Name: rust-zlib-rs
Version: 0.4.0
Version: 0.4.1
Release: %autorelease
Summary: Memory-safe zlib implementation written in rust

@ -1 +1 @@
SHA512 (zlib-rs-0.4.0.crate) = f068ecb90393c470c39c733bc6e9ffe683b3b66027c90f03f72542b5497edc6c134bc48573483bef69f35ce20f6a4af7c8f7b205fe1f3faeccebb76873780321
SHA512 (zlib-rs-0.4.1.crate) = 75d8f68e7b60925f30f17dca49689dbe9ee4ac00d8852c4e7b11405900bcdc9c532bbf369b7cd93aef89fdd56a6fc7faef1a2c85e2661cfd58427ec9fafcabdb

@ -1,6 +1,6 @@
--- zlib-rs-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zlib-rs-0.4.0/Cargo.toml 2024-11-20T05:03:47.033928+00:00
@@ -30,17 +30,6 @@
--- zlib-rs-0.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zlib-rs-0.4.1/Cargo.toml 2024-12-16T13:59:19.494265+00:00
@@ -31,17 +31,6 @@
name = "zlib_rs"
path = "src/lib.rs"
@ -18,7 +18,7 @@
[dev-dependencies.crc32fast]
version = "1.3.2"
@@ -50,10 +39,6 @@
@@ -51,10 +40,6 @@
default-features = false
[features]

Loading…
Cancel
Save