Compare commits

..

6 Commits

3
.gitignore vendored

@ -1,3 +1,6 @@
/gix-packetline-0.16.4.crate /gix-packetline-0.16.4.crate
/gix-packetline-0.16.6.crate /gix-packetline-0.16.6.crate
/gix-packetline-0.16.7.crate /gix-packetline-0.16.7.crate
/gix-packetline-0.17.5.crate
/gix-packetline-0.17.6.crate
/gix-packetline-0.18.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-packetline %global crate gix-packetline
Name: rust-gix-packetline Name: rust-gix-packetline
Version: 0.16.7 Version: 0.18.3
Release: %autorelease Release: %autorelease
Summary: Implementation of the the pkt-line serialization format for gix Summary: Implementation of the the pkt-line serialization format for gix
@ -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
@ -84,42 +83,6 @@ use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel %files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-io-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+futures-io-devel %{_description}
This package contains library source intended for building other packages which
use the "futures-io" feature of the "%{crate}" crate.
%files -n %{name}+futures-io-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-lite-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+futures-lite-devel %{_description}
This package contains library source intended for building other packages which
use the "futures-lite" feature of the "%{crate}" crate.
%files -n %{name}+futures-lite-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pin-project-lite-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+pin-project-lite-devel %{_description}
This package contains library source intended for building other packages which
use the "pin-project-lite" feature of the "%{crate}" crate.
%files -n %{name}+pin-project-lite-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (gix-packetline-0.16.7.crate) = 657f5759ea34c21da7da00cee65236b2c997a30e63ec1d1715e5214712c4950de4a9d13e0a7e91e6075d32a6a44701ce33b30d12e9f6fd99e77e2c60ec363ccf SHA512 (gix-packetline-0.18.3.crate) = 64d715ba2680f8fe77971cac68e39cc2728b8cca2d6062d8d4f3c52174a7278df23d857a90bbed5adcd63c6c358f86d9ce373d8e0ecd9ff648e18d33e94ce6d9

Loading…
Cancel
Save