Update to version 0.1.7; Fixes RHBZ#2253244

epel10
Fabio Valentini 12 months ago
parent 1e44fd7e0f
commit c58ea6ebda
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/gix-trace-0.1.1.crate
/gix-trace-0.1.2.crate
/gix-trace-0.1.3.crate
/gix-trace-0.1.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-trace
Name: rust-gix-trace
Version: 0.1.3
Version: 0.1.7
Release: %autorelease
Summary: Minimal tracing support for gitoxide that can be turned off to zero cost
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -85,7 +84,7 @@ use the "tracing-detail" 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

@ -1,2 +0,0 @@
[DEFAULT]
summary = Minimal tracing support for gitoxide that can be turned off to zero cost

@ -0,0 +1,3 @@
[package]
summary = "Minimal tracing support for gitoxide that can be turned off to zero cost"

@ -1 +1 @@
SHA512 (gix-trace-0.1.3.crate) = 16f1781b50bd95e0b4b1a8724ba263da937022b5968d7c35f2ed2ba706f0b7fd429422f73c5643d8a119301f9e45c78f38659c963994c88e5c125788db08841a
SHA512 (gix-trace-0.1.7.crate) = de4c5f7ee505bd29dcf5da523503eeaf167d6a9c573727032da10f272e3aa47a9dd77ccd393f117ba531c5d6dafc2213eed8ee13670e6ec80dd27cb56b1476bb

Loading…
Cancel
Save