import rust-unicode-bidi-0.3.18-1.el10

i10ce changed/i10ce/rust-unicode-bidi-0.3.18-1.el10
MSVSphere Packaging Team 1 month ago
parent 24c3d7d1ab
commit 1561413b22
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/unicode-bidi-0.3.17.crate SOURCES/unicode-bidi-0.3.18.crate

@ -1 +1 @@
f4e33925b68f9ff4eb87162d218d37fc1b39205c SOURCES/unicode-bidi-0.3.17.crate ee44535aeee070dda04cbebd8177333a4908a0b2 SOURCES/unicode-bidi-0.3.18.crate

@ -0,0 +1,6 @@
[package]
cargo-toml-patch-comments = [
"drop unused flame_it feature with missing dependencies",
"drop references to test files that are not shipped in published crates",
]

@ -1,5 +1,5 @@
--- unicode-bidi-0.3.17/Cargo.toml 1970-01-01T00:00:01+00:00 --- unicode-bidi-0.3.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-bidi-0.3.17/Cargo.toml 2024-10-04T17:15:42.511428+00:00 +++ unicode-bidi-0.3.18/Cargo.toml 2025-01-04T15:41:44.820263+00:00
@@ -49,14 +49,6 @@ @@ -49,14 +49,6 @@
name = "unicode_bidi" name = "unicode_bidi"
path = "src/lib.rs" path = "src/lib.rs"

@ -1,5 +1,5 @@
## START: Set by rpmautospec ## START: Set by rpmautospec
## (rpmautospec version 0.7.2) ## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog ## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1; release_number = 1;
@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate unicode-bidi %global crate unicode-bidi
Name: rust-unicode-bidi Name: rust-unicode-bidi
Version: 0.3.17 Version: 0.3.18
Release: %autorelease Release: %autorelease
Summary: Implementation of the Unicode Bidirectional Algorithm Summary: Implementation of the Unicode Bidirectional Algorithm
@ -166,10 +166,13 @@ use the "with_serde" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
## START: Generated by rpmautospec
* Sat Jan 04 2025 Fabio Valentini <decathorpe@gmail.com> - 0.3.18-1
- Update to version 0.3.18; Fixes RHBZ#2332719
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.3.17-1 * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.3.17-1
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Oct 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.17-1 * Fri Oct 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.17-1
- Update to version 0.3.17; Fixes RHBZ#2316166 - Update to version 0.3.17; Fixes RHBZ#2316166

Loading…
Cancel
Save