Compare commits

...

10 Commits

Author SHA1 Message Date
Fabio Valentini ba2109ca13
Update to version 0.4.2; Fixes RHBZ#2256494
1 year ago
Fabio Valentini c244b9fdd5
Update to version 0.4.1; Fixes RHBZ#2251419
1 year ago
Fabio Valentini 7227be1d93
Update to version 0.3.31; Fixes RHBZ#2234354
1 year ago
Fabio Valentini f276544748
Update to version 0.3.29; Fixes RHBZ#2232466
1 year ago
Fabio Valentini b318625139
Update to version 0.3.28; Fixes RHBZ#2223129
2 years ago
Fabio Valentini b474593562
Update to version 0.3.27; Fixes RHBZ#2219189
2 years ago
Fabio Valentini 59ef42fb01
Update to version 0.3.25; Fixes RHBZ#2175342
2 years ago
Fabio Valentini 655cba04e1
Update to version 0.3.24; Fixes RHBZ#2154570
2 years ago
Fabio Valentini b579c86fb2
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 2345ed656f
Rebuild
3 years ago

8
.gitignore vendored

@ -11,3 +11,11 @@
/erased-serde-0.3.21.crate /erased-serde-0.3.21.crate
/erased-serde-0.3.22.crate /erased-serde-0.3.22.crate
/erased-serde-0.3.23.crate /erased-serde-0.3.23.crate
/erased-serde-0.3.24.crate
/erased-serde-0.3.25.crate
/erased-serde-0.3.27.crate
/erased-serde-0.3.28.crate
/erased-serde-0.3.29.crate
/erased-serde-0.3.31.crate
/erased-serde-0.4.1.crate
/erased-serde-0.4.2.crate

@ -1,3 +0,0 @@
# rust-erased-serde
The rust-erased-serde package

@ -1,12 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 25
# * tests require files which are not shipped with published crates %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate erased-serde %global crate erased-serde
Name: rust-erased-serde Name: rust-erased-serde
Version: 0.3.23 Version: 0.4.2
Release: %autorelease Release: %autorelease
Summary: Type-erased Serialize and Serializer traits Summary: Type-erased Serialize and Serializer traits
@ -14,9 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/erased-serde URL: https://crates.io/crates/erased-serde
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Type-erased Serialize and Serializer traits.} Type-erased Serialize and Serializer traits.}
@ -87,7 +84,7 @@ use the "unstable-debug" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (erased-serde-0.3.23.crate) = e37e6f166fb2577dbd87c0e686848ae005e5c799d849ff280070153a1d33ad4fd7e7cc11d0348344898e3c33c456f1594683c33baff572f4bc99ac89cdb2bb53 SHA512 (erased-serde-0.4.2.crate) = f17497a90e7fdf1b9578dcd192056bac1174948438d0702ce38b268fbe41476ab75cdc832c46b36fca259eab4c34d0df64ed68e9acb14a99828f2b972483e71f

Loading…
Cancel
Save