Compare commits

..

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

5
.gitignore vendored

@ -13,8 +13,3 @@
/bitstream-io-1.8.0.crate
/bitstream-io-1.10.0.crate
/bitstream-io-2.2.0.crate
/bitstream-io-2.3.0.crate
/bitstream-io-2.4.2.crate
/bitstream-io-2.5.0.crate
/bitstream-io-2.5.3.crate
/bitstream-io-2.6.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate bitstream-io
Name: rust-bitstream-io
Version: 2.6.0
Version: 2.2.0
Release: %autorelease
Summary: Library for reading/writing un-aligned values from/to streams
@ -49,42 +49,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+core2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+core2-devel %{_description}
This package contains library source intended for building other packages which
use the "core2" feature of the "%{crate}" crate.
%files -n %{name}+core2-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (bitstream-io-2.6.0.crate) = 35aca56e727771373ca8675389a3e524f9f25c76254272b1bb51c34207dd8af95fd81f50580d8801da660edded7be2199dab6c109ec8cdb4d2675aa394c1cb92
SHA512 (bitstream-io-2.2.0.crate) = 51d328fb67df4d89f755769cb8806249349d9d69a4c1c538f72120b058fb7fed81356b867363396234a96061da92446c6e07b6498c7bf9c1f3f99de60aad3f2f

Loading…
Cancel
Save