From 2da73e651f52e88a4ca8467dfdf9856e015fc8fc Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Nov 09 2020 21:27:29 +0000 Subject: update to version 2.2.0 --- diff --git a/.gitignore b/.gitignore index 9e5dee1..9f3898e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /url-1.7.2.crate /url-2.1.0.crate /url-2.1.1.crate +/url-2.2.0.crate diff --git a/rust-url.spec b/rust-url.spec index edef13d..ebbc6b1 100644 --- a/rust-url.spec +++ b/rust-url.spec @@ -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 - 2.2.0-1 +- Update to version 2.2.0. +- Fixes RHBZ#1895285 + * Wed Jul 29 2020 Fedora Release Engineering - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index a688cce..bad810e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (url-2.1.1.crate) = a16c3a625fa85be9305f8150d5711c3e3aaa1f33753e7ecb8368b176cf3ea96f51fde74598c8ea3a5db2effc338589fd2834b297a1fba4bed967fa39e670fabb +SHA512 (url-2.2.0.crate) = 5474daa20242552fc76f8e21a28f8880c011627773fed74061fdf15afd5a33cc1b09baf6583112126a1b8287ad71a22055d2bbf78a73a0d82a115db1334d05ee diff --git a/url-fix-metadata.diff b/url-fix-metadata.diff deleted file mode 100644 index 9453372..0000000 --- a/url-fix-metadata.diff +++ /dev/null @@ -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