|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate unicode-normalization
|
|
|
|
%global crate unicode-normalization
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.1.17
|
|
|
|
Version: 0.1.18
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Functions for normalization of Unicode strings
|
|
|
|
Summary: Functions for normalization of Unicode strings
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,8 @@ License: MIT or ASL 2.0
|
|
|
|
URL: https://crates.io/crates/unicode-normalization
|
|
|
|
URL: https://crates.io/crates/unicode-normalization
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Exclude unneeded scripts, https://github.com/unicode-rs/unicode-normalization/pull/30
|
|
|
|
# * Exclude unneeded scripts:
|
|
|
|
|
|
|
|
# https://github.com/unicode-rs/unicode-normalization/pull/30
|
|
|
|
Patch0: unicode-normalization-fix-metadata.diff
|
|
|
|
Patch0: unicode-normalization-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -88,6 +89,10 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun May 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.18-1
|
|
|
|
|
|
|
|
- Update to version 0.1.18.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1965669
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 15 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.17-1
|
|
|
|
* Mon Feb 15 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.17-1
|
|
|
|
- Update to version 0.1.17.
|
|
|
|
- Update to version 0.1.17.
|
|
|
|
- Fixes RHBZ#1926534
|
|
|
|
- Fixes RHBZ#1926534
|
|
|
|