Update to version 1.2.1; Fixes RHBZ#2251084

epel9 imports/e9/rust-form_urlencoded-1.2.1-1.el9
Fabio Valentini 1 year ago
parent 149e4ad458
commit ee2f54e588
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/form_urlencoded-1.0.1.crate /form_urlencoded-1.0.1.crate
/form_urlencoded-1.1.0.crate /form_urlencoded-1.1.0.crate
/form_urlencoded-1.2.0.crate /form_urlencoded-1.2.0.crate
/form_urlencoded-1.2.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate form_urlencoded %global crate form_urlencoded
Name: rust-form_urlencoded Name: rust-form_urlencoded
Version: 1.2.0 Version: 1.2.1
Release: %autorelease Release: %autorelease
Summary: Parser and serializer for the application/x-www-form-urlencoded syntax Summary: Parser and serializer for the application/x-www-form-urlencoded syntax
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/form_urlencoded URL: https://crates.io/crates/form_urlencoded
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Parser and serializer for the application/x-www-form-urlencoded syntax, Parser and serializer for the application/x-www-form-urlencoded syntax,
@ -72,7 +72,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,2 +0,0 @@
[DEFAULT]
summary = Parser and serializer for the application/x-www-form-urlencoded syntax

@ -0,0 +1,3 @@
[package]
summary = "Parser and serializer for the application/x-www-form-urlencoded syntax"

@ -1 +1 @@
SHA512 (form_urlencoded-1.2.0.crate) = 899ddd113a79bdeac12e499f581c5499d1a4b698c75cfc2d6aada5880cd802fc8537ff9ce68eca28374318d66fd70100962105c1e8962868a5732bb86326c104 SHA512 (form_urlencoded-1.2.1.crate) = c65104e2dc08fad572bb31f981700fd43dd29fcff42b01c7ccdbd3d4c23dec12360aed3f1b5fc4766fee386d418a65349b2941b8735f788cb0d35d631a6a8dd1

Loading…
Cancel
Save