update to version 2.2.0

epel9
Fabio Valentini 4 years ago
parent 360e37f319
commit 2da73e651f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/url-1.7.2.crate
/url-2.1.0.crate
/url-2.1.1.crate
/url-2.2.0.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate url
Name: rust-%{crate}
Version: 2.1.1
Release: 3%{?dist}
Version: 2.2.0
Release: 1%{?dist}
Summary: URL library for Rust, based on the WHATWG URL Standard
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/url
Source: %{crates_source}
# Initial patched metadata
# * Exclude CI files, https://github.com/servo/rust-url/pull/467
Patch0: url-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -40,7 +37,6 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md UPGRADING.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -86,6 +82,10 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 07 2020 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
- Update to version 2.2.0.
- Fixes RHBZ#1895285
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (url-2.1.1.crate) = a16c3a625fa85be9305f8150d5711c3e3aaa1f33753e7ecb8368b176cf3ea96f51fde74598c8ea3a5db2effc338589fd2834b297a1fba4bed967fa39e670fabb
SHA512 (url-2.2.0.crate) = 5474daa20242552fc76f8e21a28f8880c011627773fed74061fdf15afd5a33cc1b09baf6583112126a1b8287ad71a22055d2bbf78a73a0d82a115db1334d05ee

@ -1,10 +0,0 @@
--- url-2.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ url-2.1.0/Cargo.toml 2019-08-25T06:50:10.103279+00:00
@@ -21,6 +21,7 @@
categories = ["parser-implementations", "web-programming", "encoding"]
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/rust-url"
+exclude = ["/.travis.yml", "/appveyor.yml"]
[lib]
test = false
Loading…
Cancel
Save