Update to 9.0.0
This commit is contained in:
parent
67b2f3853a
commit
2e95a2f882
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/tokei-7.0.1.crate
|
||||
/tokei-7.0.3.crate
|
||||
/tokei-8.0.1.crate
|
||||
/tokei-9.0.0.crate
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global crate tokei
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 8.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 9.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility that allows you to count code, quickly
|
||||
|
||||
# Upstream license specification: MIT/Apache-2.0
|
||||
@ -17,8 +17,9 @@ ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: (crate(clap/default) >= 2.0.0 with crate(clap/default) < 3.0.0)
|
||||
BuildRequires: (crate(dirs/default) >= 1.0.0 with crate(dirs/default) < 2.0.0)
|
||||
BuildRequires: (crate(encoding_rs_io/default) >= 0.1.0 with crate(encoding_rs_io/default) < 0.2.0)
|
||||
BuildRequires: (crate(env_logger/default) >= 0.5.0 with crate(env_logger/default) < 0.6.0)
|
||||
BuildRequires: (crate(env_logger/default) >= 0.6.0 with crate(env_logger/default) < 0.7.0)
|
||||
BuildRequires: (crate(handlebars/default) >= 1.0.0 with crate(handlebars/default) < 2.0.0)
|
||||
BuildRequires: (crate(hex/default) >= 0.3.0 with crate(hex/default) < 0.4.0)
|
||||
BuildRequires: (crate(ignore/default) >= 0.4.0 with crate(ignore/default) < 0.5.0)
|
||||
@ -31,7 +32,7 @@ BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/de
|
||||
BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
|
||||
BuildRequires: (crate(serde_yaml/default) >= 0.8.0 with crate(serde_yaml/default) < 0.9.0)
|
||||
BuildRequires: (crate(term_size/default) >= 0.3.1 with crate(term_size/default) < 0.4.0)
|
||||
BuildRequires: (crate(toml/default) >= 0.4.0 with crate(toml/default) < 0.5.0)
|
||||
BuildRequires: (crate(toml/default) >= 0.4.10 with crate(toml/default) < 0.5.0)
|
||||
%if %{with check}
|
||||
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
|
||||
BuildRequires: (crate(regex/default) >= 1.0.0 with crate(regex/default) < 2.0.0)
|
||||
@ -114,18 +115,6 @@ which use "hex" feature of "%{crate}" crate.
|
||||
%files -n %{name}+hex-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+io-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+io-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "io" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+io-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+json-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@ -138,18 +127,6 @@ which use "json" feature of "%{crate}" crate.
|
||||
%files -n %{name}+json-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+serde-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+serde-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "serde" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+serde-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+serde_cbor-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@ -162,18 +139,6 @@ which use "serde_cbor" feature of "%{crate}" crate.
|
||||
%files -n %{name}+serde_cbor-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+serde_derive-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+serde_derive-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "serde_derive" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+serde_derive-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+serde_json-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@ -198,30 +163,6 @@ which use "serde_yaml" feature of "%{crate}" crate.
|
||||
%files -n %{name}+serde_yaml-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+toml-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+toml-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "toml" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+toml-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+toml-io-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+toml-io-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "toml-io" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+toml-io-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+yaml-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@ -250,6 +191,9 @@ which use "yaml" feature of "%{crate}" crate.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jan 14 2019 Josh Stone <jistone@redhat.com> - 9.0.0-1
|
||||
- Update to 9.0.0
|
||||
|
||||
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.0.1-2
|
||||
- Adapt to new packaging
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tokei-8.0.1.crate) = a923f743b6a933a6e04ef6e3efa32f60b1331a1f34150ab96b318c1045dc5c1b992a0e37750a4acb4c3d848686821cd3827b1b9cd8307e89a06617fc37cf0c3f
|
||||
SHA512 (tokei-9.0.0.crate) = b3ece283da8932e8f2d65405caa4d3e638ca2326e47dcc7235803154f75db50a63e7279fbeb511ddb6430dd007e49c2da0ca88ad1ba2f34f77dfa37299167c91
|
||||
|
Loading…
Reference in New Issue
Block a user