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

4
.gitignore vendored

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

@ -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,17 +1,21 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate bstr
Name: rust-bstr
Version: 1.11.3
Version: 1.9.0
Release: %autorelease
Summary: String type that is not required to be valid UTF-8
License: MIT OR Apache-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
BuildRequires: cargo-rpm-macros >= 24
@ -33,6 +37,7 @@ use the "%{crate}" crate.
%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}/
@ -111,8 +116,7 @@ use the "unicode" feature of the "%{crate}" crate.
%if %{with check}
%check
# * test data for unit tests is not included in published crates
%cargo_test -- --doc
%cargo_test
%endif
%changelog

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

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

Loading…
Cancel
Save