Update to version 1.0.3; Fixes RHBZ#2278699

epel10
Fabio Valentini 10 months ago
parent 04064c393a
commit ba98c46160
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/anstyle-query-1.0.0.crate /anstyle-query-1.0.0.crate
/anstyle-query-1.0.2.crate /anstyle-query-1.0.2.crate
/anstyle-query-1.0.3.crate

@ -1,6 +1,6 @@
--- anstyle-query-1.0.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- anstyle-query-1.0.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ anstyle-query-1.0.2/Cargo.toml 2024-01-11T20:06:48.873832+00:00 +++ anstyle-query-1.0.3/Cargo.toml 2024-05-07T22:30:23.428865+00:00
@@ -72,9 +72,3 @@ @@ -79,13 +79,6 @@
[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD""" [Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD"""
search = "<!-- next-url -->" search = "<!-- next-url -->"
@ -10,3 +10,12 @@
- "Win32_System_Console", - "Win32_System_Console",
- "Win32_Foundation", - "Win32_Foundation",
-] -]
-
[lints.clippy]
bool_assert_comparison = "allow"
branches_sharing_code = "allow"
@@ -155,3 +148,4 @@
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"
+

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate anstyle-query %global crate anstyle-query
Name: rust-anstyle-query Name: rust-anstyle-query
Version: 1.0.2 Version: 1.0.3
Release: %autorelease Release: %autorelease
Summary: Look up colored console capabilities Summary: Look up colored console capabilities

@ -1 +1 @@
SHA512 (anstyle-query-1.0.2.crate) = f409b624cbeecf58fd87c47f85be28cae1fe48f65d692195fb80854c514e38c40d0e0ffad3a5b388a3929c47bd2060302ebb635aa98dc57329f3a5ed7be3e2dc SHA512 (anstyle-query-1.0.3.crate) = 38637f49e547836a4958d9f528cb270abfc81c5ca644d6d43b0f3aaef8c6f1301a8bc30a23afec5e71722c3afe7eb0f48f9fdea88b73e36f597b74531da84226

Loading…
Cancel
Save