Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

5
.gitignore vendored

@ -1,8 +1,3 @@
/gix-tempfile-9.0.0.crate /gix-tempfile-9.0.0.crate
/gix-tempfile-10.0.0.crate /gix-tempfile-10.0.0.crate
/gix-tempfile-11.0.0.crate /gix-tempfile-11.0.0.crate
/gix-tempfile-13.1.1.crate
/gix-tempfile-14.0.0.crate
/gix-tempfile-14.0.1.crate
/gix-tempfile-14.0.2.crate
/gix-tempfile-16.0.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 25
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-tempfile %global crate gix-tempfile
Name: rust-gix-tempfile Name: rust-gix-tempfile
Version: 16.0.0 Version: 11.0.0
Release: %autorelease Release: %autorelease
Summary: Tempfile implementation with a global registry to assure cleanup Summary: Tempfile implementation with a global registry to assure cleanup
@ -32,6 +32,7 @@ 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
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/

@ -1 +1 @@
SHA512 (gix-tempfile-16.0.0.crate) = 6421c285ca5d22c96238a7d6a30fec33272e3d8831f1e25bb3425c7029ba856af2a3a00107c9e4b4d9672b5b8931884e8266c58959d7a78104344fa1972606e5 SHA512 (gix-tempfile-11.0.0.crate) = f46da0e9ca9301640deaffefb8546ec6f2c9b4ff329bc094b144adfaf57eaa0bf8e180536226595ffb314a0677e4cbc486c3091b55f1689fdcbf8f27573f0824

Loading…
Cancel
Save