public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cssparser] epel10: Update to 0.25.7
@ 2026-06-15 14:13 Igor Gnatenko
  0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 2026-06-15 14:13 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-cssparser
            Branch : epel10
            Commit : 4f51979618f043e5eeb328011c2e21bcc3561af1
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2019-07-06T11:24:19+02:00
            Stats  : +14/-22 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-cssparser/c/4f51979618f043e5eeb328011c2e21bcc3561af1?branch=epel10

            Log:
            Update to 0.25.7

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

---
diff --git a/.gitignore b/.gitignore
index 7abbc53..858b7f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /cssparser-0.25.3.crate
 /cssparser-0.25.5.crate
 /cssparser-0.25.6.crate
+/cssparser-0.25.7.crate

diff --git a/rust-cssparser.spec b/rust-cssparser.spec
index baaa150..c20a021 100644
--- a/rust-cssparser.spec
+++ b/rust-cssparser.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 9
-%bcond_with check
+# Generated by rust2rpm 10
+%bcond_without check
 %global debug_package %{nil}
 
 %global crate cssparser
 
 Name:           rust-%{crate}
-Version:        0.25.6
+Version:        0.25.7
 Release:        1%{?dist}
 Summary:        Rust implementation of CSS Syntax Level 3
 
@@ -15,26 +15,11 @@ URL:            https://crates.io/crates/cssparser
 Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch:      noarch
+%endif
 
 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(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(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)
-BuildRequires:  (crate(syn/fold) >= 0.15.12 with crate(syn/fold) < 0.16.0)
-BuildRequires:  (crate(syn/full) >= 0.15.12 with crate(syn/full) < 0.16.0)
-%if %{with check}
-BuildRequires:  (crate(difference/default) >= 2.0.0 with crate(difference/default) < 3.0.0)
-BuildRequires:  (crate(encoding_rs/default) >= 0.8.0 with crate(encoding_rs/default) < 0.9.0)
-BuildRequires:  (crate(rustc-serialize/default) >= 0.3.0 with crate(rustc-serialize/default) < 0.4.0)
-%endif
 
 %global _description %{expand:
 Rust implementation of CSS Syntax Level 3.}
@@ -120,6 +105,9 @@ which use "serde" feature of "%{crate}" crate.
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep
 
+%generate_buildrequires
+%cargo_generate_buildrequires
+
 %build
 %cargo_build
 
@@ -133,6 +121,9 @@ which use "serde" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Sat Jul 06 11:23:45 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.25.7-1
+- Update to 0.25.7
+
 * Thu May 30 17:59:18 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.25.6-1
 - Update to 0.25.6
 

diff --git a/sources b/sources
index fc8fd2e..cda2f29 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cssparser-0.25.6.crate) = 033ae8d9385d8fd974fa3756dfb9889e9f9d00b2f219979c3e0224776cbcf48c4afed86d863f131e7a8ddefee12a2b012c8857a9d95a8418cd84d643c07c0796
+SHA512 (cssparser-0.25.7.crate) = b17015c784e31d0a310922f9302c3f21b89bb10892f99c43312419fb3451e3793230b6f6c0f7197251a9e906d4f76720ceb4c49da148d9ec1a3fc51c10370df9

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 14:13 [rpms/rust-cssparser] epel10: Update to 0.25.7 Igor Gnatenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox