Update to version 0.1.2; Fixes RHBZ#1991152

epel9
Fabio Valentini 3 years ago
parent 6396540872
commit 85653d3f96
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/unicode-linebreak-0.1.1.crate
/unicode-linebreak-0.1.2.crate

@ -5,12 +5,11 @@
%global crate unicode-linebreak
Name: rust-%{crate}
Version: 0.1.1
Version: 0.1.2
Release: %autorelease
Summary: Implementation of the Unicode Line Breaking Algorithm
# Upstream license specification: Apache-2.0
# https://github.com/axelf4/unicode-linebreak/issues/3
License: ASL 2.0
URL: https://crates.io/crates/unicode-linebreak
Source: %{crates_source}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE
%doc LineBreak.txt
%{cargo_registry}/%{crate}-%{version_no_tilde}/

@ -1 +1 @@
SHA512 (unicode-linebreak-0.1.1.crate) = fe46428b27622eaf4763e1499b9f15f447ed60053b114d4f4d9cd2f952c62a8313be9f161625b6829b1d91ee1451016c2084c5854e64e32b6c1385857c60a970
SHA512 (unicode-linebreak-0.1.2.crate) = 170db67d6d74df913dffc921986b92df8a2ba68776ddb17c8ffca51d0d4bee597a5460591e7ba593c1eaec8b6227956f4e0f9b11d217aed4ee85cf46f1be5277

Loading…
Cancel
Save