update to version 0.3.1

epel9
Fabio Valentini 4 years ago
parent a3c00df538
commit 09b5090aa5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/smawk-0.3.0.crate /smawk-0.3.0.crate
/smawk-0.3.1.crate

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
ndarray

@ -5,17 +5,14 @@
%global crate smawk %global crate smawk
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.3.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Functions for finding row-minima in a totally monotone matrix Summary: Functions for finding row-minima in a totally monotone matrix
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/smawk URL: https://crates.io/crates/smawk
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Drop ndarray feature, broken deps
Patch0: smawk-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -74,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1.
- Fixes RHBZ#1922635
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1,12 +0,0 @@
--- smawk-0.3.0/Cargo.toml 2020-09-02T13:13:27+00:00
+++ smawk-0.3.0/Cargo.toml 2020-12-29T16:22:57.320222+00:00
@@ -21,9 +21,6 @@
categories = ["algorithms", "science"]
license = "MIT"
repository = "https://github.com/mgeisler/smawk"
-[dependencies.ndarray]
-version = "0.13"
-optional = true
[dev-dependencies.num-traits]
version = "0.2"

@ -1 +1 @@
SHA512 (smawk-0.3.0.crate) = 374f6e5c99f275d37d8ce8e49021ffcc71842a6e2678cd428652e57f6d7cd0041d9f52c6bf5ba238d3c1325a9a218309aaeaf1e86694210c7c9e678bb91d9473 SHA512 (smawk-0.3.1.crate) = d6a050e873da5c90de3ff9fd02166de3be4c03931de9cac5307e6c16a71b8db1db6e8309eaa38ad408b20e0cc98eb4133595ad7aea96f62ebdcea579a643b65f

Loading…
Cancel
Save