Compare commits

...

12 Commits

Author SHA1 Message Date
Fabio Valentini 81ebb008ba
Update to version 1.9.0; Fixes RHBZ#2256147
1 year ago
Fabio Valentini efde218b20
Update to version 1.8.0; Fixes RHBZ#2248937
1 year ago
Fabio Valentini 2b66707399
Update to version 1.7.0; Fixes RHBZ#2242963
1 year ago
Fabio Valentini e6c0be7771
Update to version 1.6.2; Fixes RHBZ#2235790
1 year ago
Fabio Valentini 963e4fcbd6
Update to version 1.6.0; Fixes RHBZ#2219875
2 years ago
Fabio Valentini 4c0e93c9a5
Update to version 1.5.0; Fixes RHBZ#2208840
2 years ago
Fabio Valentini 931e22ff4f
Update to version 1.4.0; Fixes RHBZ#2179503
2 years ago
Fabio Valentini 01175bb51f
Update to version 1.3.0; Fixes RHBZ#2125013
2 years ago
Fedora Release Engineering b2980e820b
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini c3abe8faca
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 0cafa9bbd3
Rebuild
3 years ago
Igor Raits 8c3fa1b8a8
Bootstrap (disable tests)
3 years ago

8
.gitignore vendored

@ -12,3 +12,11 @@
/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

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

@ -0,0 +1,11 @@
--- bstr-1.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.9.0/Cargo.toml 2023-12-31T16:48:19.787939+00:00
@@ -34,7 +34,7 @@
"text-processing",
"encoding",
]
-license = "MIT OR Apache-2.0"
+license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
repository = "https://github.com/BurntSushi/bstr"
resolver = "2"

@ -1,28 +1,26 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate bstr
Name: rust-%{crate}
Version: 0.2.17
Name: rust-bstr
Version: 1.9.0
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) AND Unicode-DFS-2016
URL: https://crates.io/crates/bstr
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * add missing Unicode license terms to crate metadata:
# https://github.com/BurntSushi/bstr/issues/129
Patch: bstr-fix-metadata.diff
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 +30,16 @@ 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
%license %{crate_instdir}/src/unicode/data/LICENSE-UNICODE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,35 +47,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 +71,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 +83,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 +95,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

@ -1 +1 @@
SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
SHA512 (bstr-1.9.0.crate) = dc313a16c38ad881128977a20bb390e7c95a96d9530596433a7c4fd7f77d5fffd079d436006dd8d2bfc4aacdd7f0aff229504444250418f6aa3f8d6d4df9abba

Loading…
Cancel
Save