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-macros] epel10: Update to 0.3.5
Date: Mon, 15 Jun 2026 14:13:18 GMT [thread overview]
Message-ID: <178153279825.1.1266065173620301984.rpms-rust-cssparser-macros-d57efb192720@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-cssparser-macros
Branch : epel10
Commit : d57efb192720d2f3e28c2ccacc5f8decb927a3cc
Author : Josh Stone <jistone@redhat.com>
Date : 2019-01-07T17:03:02-08:00
Stats : +38/-18 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cssparser-macros/c/d57efb192720d2f3e28c2ccacc5f8decb927a3cc?branch=epel10
Log:
Update to 0.3.5
Adapt to new packaging
---
diff --git a/.gitignore b/.gitignore
index 1de744c..29539f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/cssparser-macros-0.3.2.crate
/cssparser-macros-0.3.3.crate
/cssparser-macros-0.3.4.crate
+/cssparser-macros-0.3.5.crate
diff --git a/rust-cssparser-macros.spec b/rust-cssparser-macros.spec
index 1888558..df489bf 100644
--- a/rust-cssparser-macros.spec
+++ b/rust-cssparser-macros.spec
@@ -5,10 +5,11 @@
%global crate cssparser-macros
Name: rust-%{crate}
-Version: 0.3.4
-Release: 2%{?dist}
+Version: 0.3.5
+Release: 1%{?dist}
Summary: Procedural macros for cssparser
+# Upstream license specification: MPL-2.0
License: MPLv2.0
URL: https://crates.io/crates/cssparser-macros
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@@ -16,25 +17,43 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
-# [dependencies]
-BuildRequires: (crate(phf_codegen) >= 0.7.0 with crate(phf_codegen) < 0.8.0)
-BuildRequires: (crate(proc-macro2) >= 0.4.0 with crate(proc-macro2) < 0.5.0)
-BuildRequires: (crate(procedural-masquerade) >= 0.1.0 with crate(procedural-masquerade) < 0.2.0)
-BuildRequires: (crate(quote) >= 0.6.0 with crate(quote) < 0.7.0)
-BuildRequires: ((crate(syn) >= 0.14.0 with crate(syn) < 0.15.0) with crate(syn/full) with crate(syn/extra-traits))
+BuildRequires: (crate(phf_codegen/default) >= 0.7.0 with crate(phf_codegen/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(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/full) >= 0.15.12 with crate(syn/full) < 0.16.0)
+
+%global _description \
+Procedural macros for cssparser.
-%description
-%{summary}.
+%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
-%description devel
-Procedural macros for cssparser.
+%description devel %{_description}
+
+This package contains library source intended for building other packages
+which use "%{crate}" crate.
+
+%files devel
+%license LICENSE
+%{cargo_registry}/%{crate}-%{version}/
+
+%package -n %{name}+default-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
-which use %{crate} from crates.io.
+which use "default" feature of "%{crate}" crate.
+
+%files -n %{name}+default-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
@@ -51,11 +70,11 @@ which use %{crate} from crates.io.
%cargo_test
%endif
-%files devel
-%license LICENSE
-%{cargo_registry}/%{crate}-%{version}/
-
%changelog
+* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.3.5-1
+- Update to 0.3.5
+- Adapt to new packaging
+
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 33f235d..1a235f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cssparser-macros-0.3.4.crate) = 1ec49947f6664db458a37a85b3fb9ecc9aa978ceab85a3d745b3c15fed43f1451dc29b5185ee380ff8c037d152dd6851dd2c631530d4a9d2704aae524736d454
+SHA512 (cssparser-macros-0.3.5.crate) = 7db953c0b45f6c8d7e2a6a5c8162333e9ba032ff2cde2cf70a338e67eb389f1798b793689042df60cf7dedd6fb53e1f3f43538a3ce9000cfd2f1027c99ec2408
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=178153279825.1.1266065173620301984.rpms-rust-cssparser-macros-d57efb192720@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