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.9
Date: Mon, 15 Jun 2026 14:13:41 GMT	[thread overview]
Message-ID: <178153282150.1.9587444128153406125.rpms-rust-cssparser-1e53f22fd046@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-cssparser
            Branch : epel10
            Commit : 1e53f22fd046d00bf8e7d183ce27343fa71d76e0
            Author : Josh Stone <jistone@redhat.com>
            Date   : 2020-01-15T11:43:50-08:00
            Stats  : +30/-11 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-cssparser/c/1e53f22fd046d00bf8e7d183ce27343fa71d76e0?branch=epel10

            Log:
            Update to 0.25.9
Bump to autocfg 1

---
diff --git a/.gitignore b/.gitignore
index 5f8594c..e563be1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /cssparser-0.25.6.crate
 /cssparser-0.25.7.crate
 /cssparser-0.25.8.crate
+/cssparser-0.25.9.crate

diff --git a/cssparser-fix-metadata.diff b/cssparser-fix-metadata.diff
new file mode 100644
index 0000000..87f249b
--- /dev/null
+++ b/cssparser-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- cssparser-0.25.9/Cargo.toml	1970-01-01T00:00:00+00:00
++++ cssparser-0.25.9/Cargo.toml	2020-01-15T19:38:01.535351+00:00
+@@ -59,7 +59,7 @@
+ [dev-dependencies.serde_json]
+ version = "1.0"
+ [build-dependencies.autocfg]
+-version = "0.1.4"
++version = "1"
+ 
+ [build-dependencies.proc-macro2]
+ version = "1"

diff --git a/rust-cssparser.spec b/rust-cssparser.spec
index 83942e2..2e84d6e 100644
--- a/rust-cssparser.spec
+++ b/rust-cssparser.spec
@@ -1,18 +1,21 @@
-# Generated by rust2rpm 10
+# Generated by rust2rpm 13
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate cssparser
 
 Name:           rust-%{crate}
-Version:        0.25.8
-Release:        2%{?dist}
+Version:        0.25.9
+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
 Source:         %{crates_source}
+# Initial patched metadata
+# * Bump to autocfg 1
+Patch0:         cssparser-fix-metadata.diff
 
 ExclusiveArch:  %{rust_arches}
 %if %{__cargo_skip_build}
@@ -38,8 +41,8 @@ which use "%{crate}" crate.
 %files          devel
 %license LICENSE
 %doc README.md
-%{cargo_registry}/%{crate}-%{version}/
-%exclude %{cargo_registry}/%{crate}-%{version}/docs
+%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/docs
 
 %package     -n %{name}+default-devel
 Summary:        %{summary}
@@ -51,7 +54,7 @@ This package contains library source intended for building other packages
 which use "default" feature of "%{crate}" crate.
 
 %files       -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
 %package     -n %{name}+bench-devel
 Summary:        %{summary}
@@ -63,7 +66,7 @@ This package contains library source intended for building other packages
 which use "bench" feature of "%{crate}" crate.
 
 %files       -n %{name}+bench-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
 %package     -n %{name}+dummy_match_byte-devel
 Summary:        %{summary}
@@ -75,7 +78,7 @@ This package contains library source intended for building other packages
 which use "dummy_match_byte" feature of "%{crate}" crate.
 
 %files       -n %{name}+dummy_match_byte-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
 %package     -n %{name}+heapsize-devel
 Summary:        %{summary}
@@ -87,7 +90,7 @@ This package contains library source intended for building other packages
 which use "heapsize" feature of "%{crate}" crate.
 
 %files       -n %{name}+heapsize-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
 %package     -n %{name}+serde-devel
 Summary:        %{summary}
@@ -99,7 +102,7 @@ This package contains library source intended for building other packages
 which use "serde" feature of "%{crate}" crate.
 
 %files       -n %{name}+serde-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
@@ -121,6 +124,10 @@ which use "serde" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.25.9-1
+- Update to 0.25.9
+- Bump to autocfg 1
+
 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.25.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
 

diff --git a/sources b/sources
index 55f5700..416fceb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cssparser-0.25.8.crate) = 4f1aa62472243e4b8f272b03b9dae0af40c507996f5852311847d273965936f6261c9ef28f0ea86fa72f6f0381af4c21024755b4f59410598dd25f97985ddfd6
+SHA512 (cssparser-0.25.9.crate) = 3b13f044655f9305904429da8079ae44bf1e4836e3362057d07df4e0114ecde5abed726124389b4bb99215c62ef867f3417f00fe18b1c1d75d2cada895b14d8f

                 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=178153282150.1.9587444128153406125.rpms-rust-cssparser-1e53f22fd046@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