Compare commits

...

9 Commits

6
.gitignore vendored

@ -1,3 +1,9 @@
/gix-trace-0.1.1.crate /gix-trace-0.1.1.crate
/gix-trace-0.1.2.crate /gix-trace-0.1.2.crate
/gix-trace-0.1.3.crate /gix-trace-0.1.3.crate
/gix-trace-0.1.7.crate
/gix-trace-0.1.8.crate
/gix-trace-0.1.9.crate
/gix-trace-0.1.10.crate
/gix-trace-0.1.11.crate
/gix-trace-0.1.12.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-trace %global crate gix-trace
Name: rust-gix-trace Name: rust-gix-trace
Version: 0.1.3 Version: 0.1.12
Release: %autorelease Release: %autorelease
Summary: Minimal tracing support for gitoxide that can be turned off to zero cost Summary: Minimal tracing support for gitoxide that can be turned off to zero cost
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -85,7 +84,7 @@ use the "tracing-detail" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %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.12.crate) = 18eb9bbb0a3f227080e320353bb11cf704c1110e4b82350b60c0c7237f1ba94a99449d554aeead760ca326a20598da40011a3603c9145acd92a92e1f61c162df

Loading…
Cancel
Save