Update to version 1.0.13; Fixes RHBZ#2311416

epel10
Fabio Valentini 5 months ago
parent 5480f32e38
commit 0150725d79
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/unicode-ident-1.0.10.crate
/unicode-ident-1.0.11.crate
/unicode-ident-1.0.12.crate
/unicode-ident-1.0.13.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
# * missing dev-dependencies: fst, roaring
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate unicode-ident
Name: rust-unicode-ident
Version: 1.0.12
Version: 1.0.13
Release: %autorelease
Summary: Determine whether characters have the XID_Start or XID_Continue properties
@ -14,7 +14,7 @@ License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
URL: https://crates.io/crates/unicode-ident
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Determine whether characters have the XID_Start or XID_Continue
@ -51,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,2 +0,0 @@
[DEFAULT]
summary = Determine whether characters have the XID_Start or XID_Continue properties

@ -0,0 +1,7 @@
[package]
summary = "Determine whether characters have the XID_Start or XID_Continue properties"
[tests]
run = ["none"]
comments = ["missing dev-dependencies: fst, roaring"]

@ -1 +1 @@
SHA512 (unicode-ident-1.0.12.crate) = bc1824e1e4452a40732fc69874d7e1a66f7803717a314790dcf48867eba34bc9441331ef031e386912e52c385645c25b6ed39d4f149973b5b97371b1b96b1920
SHA512 (unicode-ident-1.0.13.crate) = 5ba884f39debe9c8eb0b1d251ca713f7e2bc191d211707ed10cd81465487dbdca53914c19e131edfa1da15af132dc2c346260c3969c61e3747b63399ccb1cc51

Loading…
Cancel
Save