Update to version 1.2.0; Fixes RHBZ#2063110

epel9
Fabio Valentini 3 years ago
parent b0a611ca94
commit c18eeb9f90
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/LICENSE-APACHE
/LICENSE-MIT
/pretty_assertions-1.1.0.crate
/pretty_assertions-1.2.0.crate

@ -1,5 +1,5 @@
--- pretty_assertions-1.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pretty_assertions-1.1.0/Cargo.toml 2022-02-03T11:07:25.759586+00:00
--- pretty_assertions-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pretty_assertions-1.2.0/Cargo.toml 2022-03-29T20:41:16.216566+00:00
@@ -32,8 +32,3 @@
default = ["std"]
std = []

@ -1,11 +1,11 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate pretty_assertions
Name: rust-%{crate}
Version: 1.1.0
Version: 1.2.0
Release: %autorelease
Summary: Overwrite assert_eq! and assert_ne! with colorful replacements
@ -19,7 +19,7 @@ Patch0: pretty_assertions-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding
@ -37,9 +37,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +52,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
@ -63,7 +64,7 @@ This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -75,7 +76,7 @@ This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-devel
Summary: %{summary}
@ -87,7 +88,7 @@ This package contains library source intended for building other packages which
use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (pretty_assertions-1.1.0.crate) = 76c9b6170293bd244bb674852d5a71b46a3560ba6fd53dbdc615516e98aed55d478e8ffb2eed8b7f8b03231b640c96c8a683e01cad19ed16ec72ff5e060bd968
SHA512 (pretty_assertions-1.2.0.crate) = 00c09480796fc6f9e18332800b7a1de80f5cfa29faf94cb59e1bb9bdcb636f95ad0ee898f9fe7b47b915b833c186a5a89ce6becfaac33534b72849bd19e9efb7

Loading…
Cancel
Save