Update to version 0.2.8; Fixes RHBZ#2256169

epel9 imports/e9/rust-document-features-0.2.8-1.el9
Fabio Valentini 1 year ago
parent 23ce3e99c5
commit ae963203cd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/document-features-0.2.7.crate
/document-features-0.2.8.crate

@ -1,11 +0,0 @@
--- document-features-0.2.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ document-features-0.2.7/Cargo.toml 2023-09-09T17:32:50.349542+00:00
@@ -32,7 +32,7 @@
proc-macro = true
[dependencies.litrs]
-version = "0.2.3"
+version = "0.4"
default-features = false
[features]

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * self-tests do not work with munged Cargo.toml from published crates
%bcond_with check
%global debug_package %{nil}
@ -6,18 +6,15 @@
%global crate document-features
Name: rust-document-features
Version: 0.2.7
Version: 0.2.8
Release: %autorelease
Summary: Extract documentation for the feature flags from comments in Cargo.toml
License: MIT OR Apache-2.0
URL: https://crates.io/crates/document-features
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump litrs dependency from 0.2 to 0.4
Patch: document-features-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Extract documentation for the feature flags from comments in Cargo.toml.}
@ -65,7 +62,7 @@ use the "self-test" 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

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["self-tests do not work with munged Cargo.toml from published crates"]

@ -1 +1 @@
SHA512 (document-features-0.2.7.crate) = 5b90343a90debf64e92df17afb4a8eb1aec3b18737086c16f66d8ac47e50c18d20d86c4d8fe5af6c0156e87ed1537963af4535255691c69b613d5fc536e7f821
SHA512 (document-features-0.2.8.crate) = 7d564698eca8d20ae66f533071b8ac27243889eb41fc419e929280aa54f508398924456e6f63cc174aef9f2df294b56d6ffdb3064ae7b68583ff1f3790dd03f6

Loading…
Cancel
Save