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

4
.gitignore vendored

@ -20,3 +20,7 @@
/bstr-1.7.0.crate /bstr-1.7.0.crate
/bstr-1.8.0.crate /bstr-1.8.0.crate
/bstr-1.9.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,11 +0,0 @@
--- 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,21 +1,17 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate bstr %global crate bstr
Name: rust-bstr Name: rust-bstr
Version: 1.9.0 Version: 1.11.3
Release: %autorelease Release: %autorelease
Summary: String type that is not required to be valid UTF-8 Summary: String type that is not required to be valid UTF-8
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 License: MIT OR Apache-2.0
URL: https://crates.io/crates/bstr URL: https://crates.io/crates/bstr
Source: %{crates_source} 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
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
@ -37,7 +33,6 @@ use the "%{crate}" crate.
%license %{crate_instdir}/COPYING %license %{crate_instdir}/COPYING
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/src/unicode/data/LICENSE-UNICODE
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -116,7 +111,8 @@ use the "unicode" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * test data for unit tests is not included in published crates
%cargo_test -- --doc
%endif %endif
%changelog %changelog

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

@ -1 +1 @@
SHA512 (bstr-1.9.0.crate) = dc313a16c38ad881128977a20bb390e7c95a96d9530596433a7c4fd7f77d5fffd079d436006dd8d2bfc4aacdd7f0aff229504444250418f6aa3f8d6d4df9abba SHA512 (bstr-1.11.3.crate) = f1082ac8f121c6f9eab4b41c5f60aafe4623696c9f800f9d59f6726efc74f86071910f7749fbcdc8f1c20c83416d58f3ff507978775f602e18ae3d1bb027944d

Loading…
Cancel
Save