Update to version 0.10.2

epel10
Fabio Valentini 10 months ago
parent 050b45f15e
commit 55a6f118d7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/annotate-snippets-0.9.1.crate /annotate-snippets-0.9.1.crate
/annotate-snippets-0.9.2.crate /annotate-snippets-0.9.2.crate
/annotate-snippets-0.10.2.crate

@ -1,12 +1,12 @@
--- annotate-snippets-0.9.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- annotate-snippets-0.10.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ annotate-snippets-0.9.2/Cargo.toml 2023-11-10T16:35:07.863221+00:00 +++ annotate-snippets-0.10.2/Cargo.toml 2024-05-13T21:08:01.565738+00:00
@@ -37,9 +37,6 @@ @@ -75,9 +75,6 @@
version = "0.1" [dependencies.unicode-width]
optional = true version = "0.1.11"
-[dev-dependencies.criterion] -[dev-dependencies.criterion]
-version = "0.3" -version = "0.5.1"
- -
[dev-dependencies.difference] [dev-dependencies.difference]
version = "2.0" version = "2.0.0"

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate annotate-snippets %global crate annotate-snippets
Name: rust-annotate-snippets Name: rust-annotate-snippets
Version: 0.9.2 Version: 0.10.2
Release: %autorelease Release: %autorelease
Summary: Library for building code annotations Summary: Library for building code annotations
@ -52,28 +52,16 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+color-devel %package -n %{name}+testing-colors-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+color-devel %{_description} %description -n %{name}+testing-colors-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "color" feature of the "%{crate}" crate. use the "testing-colors" feature of the "%{crate}" crate.
%files -n %{name}+color-devel %files -n %{name}+testing-colors-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+yansi-term-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+yansi-term-devel %{_description}
This package contains library source intended for building other packages which
use the "yansi-term" feature of the "%{crate}" crate.
%files -n %{name}+yansi-term-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]

@ -1 +1 @@
SHA512 (annotate-snippets-0.9.2.crate) = 668202780b4822d4cbbb654346eba1d36b6b47e0047df55f233768cff73ecd53220c8613179cede942a0bd2373eac753b29803e91924f1037dac1135a0690013 SHA512 (annotate-snippets-0.10.2.crate) = 634033be2727d7bbcab48c7bfe94e98e6c07158bd24796596a4ede2418df97549d89d3d64ccb505b033dcc149af1884f967a2c805556849b233d1f4fee109375

Loading…
Cancel
Save