Update to version 0.14.1; Fixes RHBZ#2173077

epel9
Fabio Valentini 2 years ago
parent 2eb71786e7
commit 06b10bcdd2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/ena-0.14.0.crate /ena-0.14.0.crate
/ena-0.14.1.crate

@ -1,6 +0,0 @@
[DEFAULT]
unwanted-features =
congruence-closure
dogged
persistent
petgraph

@ -0,0 +1,21 @@
--- ena-0.14.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ena-0.14.1/Cargo.toml 2023-02-27T19:08:31.521127+00:00
@@ -23,18 +23,5 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/ena"
-[dependencies.dogged]
-version = "0.2.0"
-optional = true
-
[dependencies.log]
version = "0.4"
-
-[dependencies.petgraph]
-version = "0.4.5"
-optional = true
-
-[features]
-bench = []
-congruence-closure = ["petgraph"]
-persistent = ["dogged"]

@ -1,29 +1,26 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ena %global crate ena
Name: rust-%{crate} Name: rust-ena
Version: 0.14.0 Version: 0.14.1
Release: %autorelease Release: %autorelease
Summary: Union-find, congruence closure, and other unification code Summary: Union-find, congruence closure, and other unification code
# Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/ena URL: https://crates.io/crates/ena
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * remove unused features with outdated optional dependencies
Patch: ena-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Union-find, congruence closure, and other unification code. Based on code from Union-find, congruence closure, and other unification code. Based on
rustc.} code from rustc.}
%description %{_description} %description %{_description}
@ -33,13 +30,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,23 +45,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bench-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bench-devel %{_description}
This package contains library source intended for building other packages
which use "bench" feature of "%{crate}" crate.
%files -n %{name}+bench-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (ena-0.14.0.crate) = bcf842f8f5da8a7e9b8e51df50bdf3f00234534f1d59d96bb1e45b0ee4fa74847eb8b9b5ca615a66d84d23c629d7386f28294a5c64d22efdf2903bc89faab2d4 SHA512 (ena-0.14.1.crate) = 2754a103c3d01a1168f3419f0568b072e1d8d900b37e1321894a5a4886082f3d7d65b9770069d5cf477a327c891f802f8a7c52dbd6b904b972092c0ff0eb2f6c

Loading…
Cancel
Save