Update to version 0.9.1; Fixes RHBZ#2164391

epel9 imports/e9/rust-rxml_proc-0.9.1-1.el9
Fabio Valentini 1 year ago
parent 28c0389046
commit 7ef610f4db
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/rxml_proc-0.8.2.crate
/rxml_proc-0.9.1.crate

@ -1,3 +0,0 @@
# rust-rxml_proc
The rust-rxml_proc package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate rxml_proc
Name: rust-rxml_proc
Version: 0.8.2
Version: 0.9.1
Release: %autorelease
Summary: Macros to perform compile-time XML string validations
@ -16,8 +16,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Macros to, at compile time, validate strings against the CData, Name and NCName
productions from the XML 1.0 grammar.}
Macros to, at compile time, validate strings against the CData, Name and
NCName productions from the XML 1.0 grammar.}
%description %{_description}

@ -0,0 +1,2 @@
[DEFAULT]
summary = Macros to perform compile-time XML string validations

@ -1 +1 @@
SHA512 (rxml_proc-0.8.2.crate) = 9b9e5fb8249b87d665d34bb9619416ca6eead22165a2259d336aff43ceef04284fa0543a8118df121135e9ab5dd5cefec15378cf5beca8d15ab1fbee1145ef1e
SHA512 (rxml_proc-0.9.1.crate) = 5cee81b191705f385028fd2ca4b7e520f3d81afacb5498f8f672ab8d10306852f85677958d80903db1cf27cc6b8dfd917fa2f43b4a227d96d5697fad2a32afc7

Loading…
Cancel
Save