Compare commits

...

8 Commits

Author SHA1 Message Date
Fabio Valentini d1095d4c7d
Update to version 0.11.14; Fixes RHBZ#2256497
1 year ago
Fabio Valentini 391ca11a1f
Update to version 0.11.13; Fixes RHBZ#2255950
1 year ago
Fabio Valentini 4a689834b3
Update to version 0.11.12; Fixes RHBZ#2223141
2 years ago
Fabio Valentini f69743bf01
Update to version 0.11.11; Fixes RHBZ#2219464
2 years ago
Fabio Valentini 896c898bc8
Update to version 0.11.9; Fixes RHBZ#2167141
2 years ago
Fabio Valentini b4c94ad0ac
Update to version 0.11.8; Fixes RHBZ#2154577
2 years ago
Fabio Valentini 4bae46b72e
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 9520d425c1
Rebuild
3 years ago

6
.gitignore vendored

@ -10,3 +10,9 @@
/serde_bytes-0.11.5.crate
/serde_bytes-0.11.6.crate
/serde_bytes-0.11.7.crate
/serde_bytes-0.11.8.crate
/serde_bytes-0.11.9.crate
/serde_bytes-0.11.11.crate
/serde_bytes-0.11.12.crate
/serde_bytes-0.11.13.crate
/serde_bytes-0.11.14.crate

@ -1,3 +0,0 @@
# rust-serde_bytes
The rust-serde_bytes package

@ -1,21 +1,19 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate serde_bytes
Name: rust-serde_bytes
Version: 0.11.7
Version: 0.11.14
Release: %autorelease
Summary: Optimized handling of `&[u8]` and `Vec<u8>` for Serde
Summary: Optimized handling of &[u8] and Vec<u8> for Serde
License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_bytes
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Optimized handling of `&[u8]` and `Vec<u8>` for Serde.}
@ -74,7 +72,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (serde_bytes-0.11.7.crate) = 95890bf6ee454e893145d45e2b1ebd5596379e5f76a8cda7057527c2ff7b35ae7de8505ee307707d59fe2cd6a58a55206df012f914efa7a2b902f0f437b281b6
SHA512 (serde_bytes-0.11.14.crate) = 7132fb65a52a9533145562abdf8d253c5ed669a55bf89e443376c8b566e736a1258a0b876ce92c62e9082248adad7dbd5c721074bc918293895a6625d5ef260a

Loading…
Cancel
Save