Compare commits

...

6 Commits

3
.gitignore vendored

@ -11,3 +11,6 @@
/unicode-ident-1.0.10.crate
/unicode-ident-1.0.11.crate
/unicode-ident-1.0.12.crate
/unicode-ident-1.0.13.crate
/unicode-ident-1.0.14.crate
/unicode-ident-1.0.17.crate

@ -1,20 +1,20 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 27
# * missing dev-dependencies: fst, roaring
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate unicode-ident
Name: rust-unicode-ident
Version: 1.0.12
Version: 1.0.17
Release: %autorelease
Summary: Determine whether characters have the XID_Start or XID_Continue properties
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
License: (MIT OR Apache-2.0) AND Unicode-3.0
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.17.crate) = 1eaf422163126796f3181f8a3cee319ce0492e75c0c293def441872b39eba8282a95e058d0fd5dd39a8d6f3304d4ae13420a0eed901f71c157d5da99e08e1437

Loading…
Cancel
Save