Compare commits

...

16 Commits

Author SHA1 Message Date
Fabio Valentini 5a8d3428ee
Update to version 1.11.3; Fixes RHBZ#2331714
1 month ago
Fabio Valentini 5a72bf9090
Update to version 1.11.0; Fixes RHBZ#2326142
2 months ago
Fabio Valentini eac0abc3c2
Update to version 1.10.0; Fixes RHBZ#2299852
7 months ago
Fedora Release Engineering 706f58af5e Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini b1f05b9107
Update to version 1.9.1; Fixes RHBZ#2265845
10 months ago
Fedora Release Engineering be552851e8 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini dc0311ae0e
Update to version 1.9.0; Fixes RHBZ#2256147
1 year ago
Fabio Valentini bf40c7e137
Update to version 1.8.0; Fixes RHBZ#2248937
1 year ago
Fabio Valentini 95e2d633b7
Update to version 1.7.0; Fixes RHBZ#2242963
1 year ago
Fabio Valentini d8fbe4aed2
Update to version 1.6.2; Fixes RHBZ#2235790
1 year ago
Fedora Release Engineering d45ed733e4 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 8cd28fb880
Update to version 1.6.0; Fixes RHBZ#2219875
2 years ago
Fabio Valentini 3ef0d9ba82
Update to version 1.5.0; Fixes RHBZ#2208840
2 years ago
Fabio Valentini 917b1aceaf
Update to version 1.4.0; Fixes RHBZ#2179503
2 years ago
Fabio Valentini 8f77790b77
Update to version 1.3.0; Fixes RHBZ#2125013
2 years ago
Fedora Release Engineering 7ef21213bc Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

12
.gitignore vendored

@ -12,3 +12,15 @@
/bstr-0.2.14.crate
/bstr-0.2.16.crate
/bstr-0.2.17.crate
/bstr-1.3.0.crate
/bstr-1.4.0.crate
/bstr-1.5.0.crate
/bstr-1.6.0.crate
/bstr-1.6.2.crate
/bstr-1.7.0.crate
/bstr-1.8.0.crate
/bstr-1.9.0.crate
/bstr-1.9.1.crate
/bstr-1.10.0.crate
/bstr-1.11.0.crate
/bstr-1.11.3.crate

@ -1,3 +0,0 @@
# rust-bstr
The rust-bstr package

@ -1,28 +1,22 @@
# Generated by rust2rpm 18
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate bstr
Name: rust-%{crate}
Version: 0.2.17
Name: rust-bstr
Version: 1.11.3
Release: %autorelease
Summary: String type that is not required to be valid UTF-8
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/bstr
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
String type that is not required to be valid UTF-8.}
A string type that is not required to be valid UTF-8.}
%description %{_description}
@ -32,13 +26,15 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE COPYING src/unicode/data/LICENSE-UNICODE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/COPYING
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,35 +42,23 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+lazy_static-devel
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+lazy_static-devel %{_description}
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages
which use "lazy_static" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+lazy_static-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-automata-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+regex-automata-devel %{_description}
This package contains library source intended for building other packages
which use "regex-automata" feature of "%{crate}" crate.
%files -n %{name}+regex-automata-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
@ -82,35 +66,11 @@ 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.
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde1-devel %{_description}
This package contains library source intended for building other packages
which use "serde1" feature of "%{crate}" crate.
%files -n %{name}+serde1-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-nostd-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde1-nostd-devel %{_description}
This package contains library source intended for building other packages
which use "serde1-nostd" feature of "%{crate}" crate.
%files -n %{name}+serde1-nostd-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -118,11 +78,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unicode-devel
Summary: %{summary}
@ -130,14 +90,14 @@ BuildArch: noarch
%description -n %{name}+unicode-devel %{_description}
This package contains library source intended for building other packages
which use "unicode" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "unicode" feature of the "%{crate}" crate.
%files -n %{name}+unicode-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -151,7 +111,8 @@ which use "unicode" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# * test data for unit tests is not included in published crates
%cargo_test -- --doc
%endif
%changelog

@ -0,0 +1,4 @@
[tests]
run = ["doc"]
comments = ["test data for unit tests is not included in published crates"]

@ -1 +1 @@
SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
SHA512 (bstr-1.11.3.crate) = f1082ac8f121c6f9eab4b41c5f60aafe4623696c9f800f9d59f6726efc74f86071910f7749fbcdc8f1c20c83416d58f3ff507978775f602e18ae3d1bb027944d

Loading…
Cancel
Save