public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cssparser] epel10: Update to 0.24.1
Date: Mon, 15 Jun 2026 14:13:37 GMT	[thread overview]
Message-ID: <178153281721.1.8897625491349222297.rpms-rust-cssparser-04a921446302@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-cssparser
            Branch : epel10
            Commit : 04a9214463021af83327bbe9f5a405da81e030c7
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2018-10-04T14:18:46+02:00
            Stats  : +24/-16 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-cssparser/c/04a9214463021af83327bbe9f5a405da81e030c7?branch=epel10

            Log:
            Update to 0.24.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 666fd2d..db9f140 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /cssparser-0.23.9.crate
 /cssparser-0.23.10.crate
 /cssparser-0.24.0.crate
+/cssparser-0.24.1.crate

diff --git a/cssparser-0.24.0-fix-metadata.diff b/cssparser-0.24.0-fix-metadata.diff
deleted file mode 100644
index 55488d6..0000000
--- a/cssparser-0.24.0-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- cssparser-0.24.0/Cargo.toml	1970-01-01T01:00:00+01:00
-+++ cssparser-0.24.0/Cargo.toml	2018-07-29T08:56:37.622123+02: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/cssparser-fix-metadata.diff b/cssparser-fix-metadata.diff
new file mode 100644
index 0000000..e3e7277
--- /dev/null
+++ b/cssparser-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- cssparser-0.24.1/Cargo.toml	1970-01-01T01:00:00+01:00
++++ cssparser-0.24.1/Cargo.toml	2018-10-04T14:15:33.095029+02: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 661c23b..6a259a7 100644
--- a/rust-cssparser.spec
+++ b/rust-cssparser.spec
@@ -5,16 +5,17 @@
 %global crate cssparser
 
 Name:           rust-%{crate}
-Version:        0.24.0
-Release:        3%{?dist}
+Version:        0.24.1
+Release:        1%{?dist}
 Summary:        Rust implementation of CSS Syntax Level 3
 
+# Upstream license specification: MPL-2.0
 License:        MPLv2.0
 URL:            https://crates.io/crates/cssparser
 Source0:        https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
 # Initial patched metadata
-# * Bump encoding_rs to 0.8, XXX
-Patch0:         cssparser-0.24.0-fix-metadata.diff
+# * Bump encoding_rs to 0.8, https://github.com/servo/rust-cssparser/pull/227
+Patch0:         cssparser-fix-metadata.diff
 
 ExclusiveArch:  %{rust_arches}
 
@@ -70,9 +71,15 @@ which use %{crate} from crates.io.
 %endif
 
 %files          devel
+%license LICENSE
+%doc README.md
 %{cargo_registry}/%{crate}-%{version}/
+%exclude %{cargo_registry}/%{crate}-%{version}/docs
 
 %changelog
+* Thu Oct 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.24.1-1
+- Update to 0.24.1
+
 * Sun Jul 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.24.0-3
 - Bump encoding_rs to 0.8
 

diff --git a/sources b/sources
index f619538..2fbe7f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cssparser-0.24.0.crate) = 70a52cbb638d6e9865a79c7394893ad256922b895228504cfeec9f01da247eb98243507bddffd62c70e2a11dd40b74ae57c34d3144d066cfd8781a2c117c8cee
+SHA512 (cssparser-0.24.1.crate) = d7ab543e82a36d87670e6d132cd97f4f563cffeebf58ee6669bf15d0bff5a8a2790d6f598a59bb64672baf9803dd4fc093da6c1df2ae1d20d3c0425e3759a5a1

                 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=178153281721.1.8897625491349222297.rpms-rust-cssparser-04a921446302@fedoraproject.org \
    --to=ignatenkobrain@fedoraproject.org \
    --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