Update to version 0.2.4; Fixes RHBZ#2176260

epel9
Fabio Valentini 2 years ago
parent 7ea7dd462f
commit 80f6b11d06
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/sys-locale-0.2.0.crate
/sys-locale-0.2.1.crate
/sys-locale-0.2.3.crate
/sys-locale-0.2.4.crate

@ -1,3 +0,0 @@
# rust-sys-locale
The rust-sys-locale package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate sys-locale
Name: rust-sys-locale
Version: 0.2.3
Version: 0.2.4
Release: %autorelease
Summary: Small and lightweight library to obtain the active system locale

@ -1 +1 @@
SHA512 (sys-locale-0.2.3.crate) = 9346e721efcd1f3d7efed7f194f744fd09c9808595415cabbf91463fa44a7fbae9216f17b36912eeb572aaf3b54536eca2452562b225bb0235e52d834cccf805
SHA512 (sys-locale-0.2.4.crate) = 6967fa9caf7be31e7469bd49c5fc3fb70679c51b8de7abacc6d884093f2f47b9120f2f3c98e4b168dc1c7134ab6e4078c316971146c5fa2c6a9b170b76fbe896

@ -1,6 +1,6 @@
--- sys-locale-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sys-locale-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -25,24 +25,3 @@
--- sys-locale-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sys-locale-0.2.4/Cargo.toml 2023-03-07T22:21:45.681793+00:00
@@ -25,27 +25,3 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/1Password/sys-locale"
@ -22,6 +22,9 @@
-[target."cfg(target_os = \"android\")".dependencies.libc]
-version = "0.2"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winnls"]
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45"
-features = [
- "Win32_Globalization",
- "Win32_System_SystemServices",
-]

Loading…
Cancel
Save