diff --git a/.gitignore b/.gitignore index ed4db53..49d8cbf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /unicode-width-0.1.8.crate /unicode-width-0.1.9.crate /unicode-width-0.1.10.crate +/unicode-width-0.1.11.crate diff --git a/README.md b/README.md deleted file mode 100644 index af98df0..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-unicode-width - -The rust-unicode-width package \ No newline at end of file diff --git a/rust-unicode-width.spec b/rust-unicode-width.spec index 966d44b..0e6ee29 100644 --- a/rust-unicode-width.spec +++ b/rust-unicode-width.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate unicode-width Name: rust-unicode-width -Version: 0.1.10 +Version: 0.1.11 Release: %autorelease Summary: Determine displayed width of `char` and `str` types @@ -17,8 +17,6 @@ Source: %{crates_source} # * exclude scripts that are only useful for upstream development Patch: unicode-width-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/rust2rpm.conf b/rust2rpm.conf index 622111c..b2481ab 100644 --- a/rust2rpm.conf +++ b/rust2rpm.conf @@ -1,4 +1,5 @@ [DEFAULT] +summary = Determine displayed width of `char` and `str` types unwanted-features = compiler_builtins core diff --git a/sources b/sources index 7829c6d..d8b1bdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unicode-width-0.1.10.crate) = 9836a8d489d18ea1ecfe1957ed6d5da7dce825e138cd1848aef093fa8d2eb83fcf01eabb1a2446df4f5ede4e67316e9e81b5d58b59d4e8c5d67870e8fa5dca3b +SHA512 (unicode-width-0.1.11.crate) = ee06f4144525424327a17578642565f396802f0eea539b3bebc8d9627376a8bc6c5376d83a6ee577068e99fe75815bd765e6d49fb9ab9b253d00594bb15a5ffe diff --git a/unicode-width-fix-metadata.diff b/unicode-width-fix-metadata.diff index 8539b07..3ff4323 100644 --- a/unicode-width-fix-metadata.diff +++ b/unicode-width-fix-metadata.diff @@ -1,5 +1,5 @@ ---- unicode-width-0.1.10/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ unicode-width-0.1.10/Cargo.toml 2022-10-05T12:49:14.698922+00:00 +--- unicode-width-0.1.11/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ unicode-width-0.1.11/Cargo.toml 2023-09-19T19:23:32.582543+00:00 @@ -19,6 +19,7 @@ exclude = [ "target/*",