Update to version 2.5.0; Fixes RHBZ#2251081

epel9 imports/e9/rust-url-2.5.0-1.el9
Fabio Valentini 1 year ago
parent 36781a57cb
commit b4348870b8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/url-2.3.1.crate
/url-2.4.0.crate
/url-2.4.1.crate
/url-2.5.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate url
Name: rust-url
Version: 2.4.1
Version: 2.5.0
Release: %autorelease
Summary: URL library for Rust, based on the WHATWG URL Standard
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/url
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
URL library for Rust, based on the WHATWG URL Standard.}
@ -32,6 +32,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -71,7 +72,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,4 +0,0 @@
[DEFAULT]
summary = URL library for Rust, based on the WHATWG URL Standard
unwanted-features =
debugger_visualizer

@ -0,0 +1,6 @@
[package]
summary = "URL library for Rust, based on the WHATWG URL Standard"
[features]
hide = ["debugger_visualizer"]

@ -1 +1 @@
SHA512 (url-2.4.1.crate) = ff2aed100e405f4474e17dcc01d59b63460e7a8babeb7cdcf9df6c1c65216c425e24d557f76c7097702b2befc381656107bef755ce929089b52a3901c46aa185
SHA512 (url-2.5.0.crate) = 4aedbc48b85bcc2853189f5fe8265a01c76516b5507f4e958d8d0b860fe2590c69c95f0f4b9fd6fac9b8d5911bcb0a5e9ab7f8e8b600f37a12db1438976ee5c3

@ -1,9 +0,0 @@
--- url-2.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ url-2.4.1/Cargo.toml 2023-08-28T16:01:00.024105+00:00
@@ -63,6 +63,5 @@
version = "1.0"
[features]
-debugger_visualizer = []
default = []
expose_internals = []
Loading…
Cancel
Save