public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Josh Stone <jistone@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cssparser] epel10: Update to 0.25.3
Date: Mon, 15 Jun 2026 14:13:38 GMT [thread overview]
Message-ID: <178153281868.1.11752602804463833194.rpms-rust-cssparser-418b3fdc4da9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-cssparser
Branch : epel10
Commit : 418b3fdc4da963e0b3ff22a1d38bef0a8e7402e3
Author : Josh Stone <jistone@redhat.com>
Date : 2019-04-03T12:08:10-07:00
Stats : +6/-18 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cssparser/c/418b3fdc4da963e0b3ff22a1d38bef0a8e7402e3?branch=epel10
Log:
Update to 0.25.3
---
diff --git a/.gitignore b/.gitignore
index 07d7e30..71ab539 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/cssparser-0.24.0.crate
/cssparser-0.24.1.crate
/cssparser-0.25.2.crate
+/cssparser-0.25.3.crate
diff --git a/cssparser-fix-metadata.diff b/cssparser-fix-metadata.diff
deleted file mode 100644
index 3d0d6cd..0000000
--- a/cssparser-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- cssparser-0.25.2/Cargo.toml 1970-01-01T01:00:00+01:00
-+++ cssparser-0.25.2/Cargo.toml 2019-02-10T17:38:13.438776+01:00
-@@ -54,7 +54,7 @@
- version = "2.0"
-
- [dev-dependencies.encoding_rs]
--version = "0.7"
-+version = "0.8"
-
- [dev-dependencies.rustc-serialize]
- version = "0.3"
diff --git a/rust-cssparser.spec b/rust-cssparser.spec
index b972779..9917fb5 100644
--- a/rust-cssparser.spec
+++ b/rust-cssparser.spec
@@ -5,7 +5,7 @@
%global crate cssparser
Name: rust-%{crate}
-Version: 0.25.2
+Version: 0.25.3
Release: 1%{?dist}
Summary: Rust implementation of CSS Syntax Level 3
@@ -13,23 +13,18 @@ Summary: Rust implementation of CSS Syntax Level 3
License: MPLv2.0
URL: https://crates.io/crates/cssparser
Source: %{crates_source}
-# Initial patched metadata
-# * Bump encoding_rs to 0.8, https://github.com/servo/rust-cssparser/pull/227
-Patch0: cssparser-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(cssparser-macros/default) >= 0.3.3 with crate(cssparser-macros/default) < 0.4.0)
BuildRequires: (crate(dtoa-short/default) >= 0.3.0 with crate(dtoa-short/default) < 0.4.0)
-BuildRequires: (crate(heapsize/default) >= 0.3.0 with crate(heapsize/default) < 0.5.0)
BuildRequires: (crate(itoa/default) >= 0.4.0 with crate(itoa/default) < 0.5.0)
BuildRequires: (crate(matches/default) >= 0.1.0 with crate(matches/default) < 0.2.0)
BuildRequires: (crate(phf/default) >= 0.7.0 with crate(phf/default) < 0.8.0)
BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0)
BuildRequires: (crate(procedural-masquerade/default) >= 0.1.0 with crate(procedural-masquerade/default) < 0.2.0)
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
-BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
BuildRequires: (crate(smallvec/default) >= 0.6.0 with crate(smallvec/default) < 0.7.0)
BuildRequires: (crate(syn/default) >= 0.15.12 with crate(syn/default) < 0.16.0)
BuildRequires: (crate(syn/extra-traits) >= 0.15.12 with crate(syn/extra-traits) < 0.16.0)
@@ -138,6 +133,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
+* Wed Apr 03 2019 Josh Stone <jistone@redhat.com> - 0.25.3-1
+- Update to 0.25.3
+
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.25.2-1
- Update to 0.25.2
diff --git a/sources b/sources
index 9187e8e..b041cab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cssparser-0.25.2.crate) = 4b40c2a68c07001769f1c8070e739b4f48ad245e5bfecc8e1b39cf0192dd437b6a70b3a645a108aa164c6ef8135a71ae99258c96555b23023d579a415d81ceec
+SHA512 (cssparser-0.25.3.crate) = 6e4e0d96e284626c963477b38aad3f23e880ae3fcdb0dc1950402bb4559cd8ab32966db9423dcc77879cfc5ea1d4880f7d51cef0ac19cbfb4531ca0a26c9e8b1
reply other threads:[~2026-06-15 14:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178153281868.1.11752602804463833194.rpms-rust-cssparser-418b3fdc4da9@fedoraproject.org \
--to=jistone@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox