Update to version 0.1.5; Fixes RHBZ#2225504

epel9 imports/e9/rust-unicode-linebreak-0.1.5-1.el9
Fabio Valentini 2 years ago
parent 0ed1311022
commit 5b1119971b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/unicode-linebreak-0.1.1.crate
/unicode-linebreak-0.1.2.crate
/unicode-linebreak-0.1.4.crate
/unicode-linebreak-0.1.5.crate

@ -1,3 +0,0 @@
# rust-unicode-linebreak
The rust-unicode-linebreak package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate unicode-linebreak
Name: rust-unicode-linebreak
Version: 0.1.4
Version: 0.1.5
Release: %autorelease
Summary: Implementation of the Unicode Line Breaking Algorithm
@ -13,8 +13,6 @@ License: Apache-2.0
URL: https://crates.io/crates/unicode-linebreak
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -33,6 +31,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (unicode-linebreak-0.1.4.crate) = 4c4a1cb4d8d9563740a6a5bc8ea5db8bab88b1cfbd751fdf33dbdb3923478a4bb716e3ce7441aca0d84426894834959cbc845f3cc2bc1379c5935019dc3f703d
SHA512 (unicode-linebreak-0.1.5.crate) = f37be2f7b04b886e95bb7d0f33bd392b78bb940ef9a01cec487062cf31ec0367306650fad7004df556887a324c714eeb28f697044aad9a429ce07b7b7344af60

Loading…
Cancel
Save