public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Hrcka <thrcka@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cssparser-macros] epel10: Unretirement request: https://pagure.io/releng/issue/11012
Date: Mon, 15 Jun 2026 14:13:24 GMT [thread overview]
Message-ID: <178153280489.1.7525204747287257882.rpms-rust-cssparser-macros-b099f8eabcf8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-cssparser-macros
Branch : epel10
Commit : b099f8eabcf8c983ba1e9a4e67a49ced272a29ba
Author : Tomas Hrcka <thrcka@redhat.com>
Date : 2022-09-09T10:05:39+02:00
Stats : +141/-1 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cssparser-macros/c/b099f8eabcf8c983ba1e9a4e67a49ced272a29ba?branch=epel10
Log:
Unretirement request: https://pagure.io/releng/issue/11012
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..184eb4d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+/cssparser-macros-0.3.0.crate
+/cssparser-macros-0.3.2.crate
+/cssparser-macros-0.3.3.crate
+/cssparser-macros-0.3.4.crate
+/cssparser-macros-0.3.5.crate
+/cssparser-macros-0.3.6.crate
+/cssparser-macros-0.6.0.crate
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b649e05
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-cssparser-macros
+
+The rust-cssparser-macros package
\ No newline at end of file
diff --git a/dead.package b/dead.package
deleted file mode 100644
index c7912ba..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-no longer needed
diff --git a/rust-cssparser-macros.spec b/rust-cssparser-macros.spec
new file mode 100644
index 0000000..6950b5f
--- /dev/null
+++ b/rust-cssparser-macros.spec
@@ -0,0 +1,130 @@
+# Generated by rust2rpm 13
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate cssparser-macros
+
+Name: rust-%{crate}
+Version: 0.6.0
+Release: 6%{?dist}
+Summary: Procedural macros for cssparser
+
+# Upstream license specification: MPL-2.0
+License: MPLv2.0
+URL: https://crates.io/crates/cssparser-macros
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+Procedural macros for cssparser.}
+
+%description %{_description}
+
+%package devel
+Summary: %{summary}
+BuildArch: noarch
+
+%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_no_tilde}/
+
+%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 "default" feature of "%{crate}" crate.
+
+%files -n %{name}+default-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
+%prep
+%autosetup -n %{crate}-%{version_no_tilde} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%cargo_build
+
+%install
+%cargo_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%changelog
+* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat Feb 15 14:58:24 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.6.0-1
+- Update to 0.6.0
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Mon Sep 16 15:34:15 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.6-1
+- Update to 0.3.6
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.5-3
+- Run tests in infrastructure
+
+* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* 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
+
+* Sat Jun 30 2018 Josh Stone <jistone@redhat.com> - 0.3.4-1
+- Update to 0.3.4
+
+* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.3.3-1
+- Update to 0.3.3
+
+* Fri Mar 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.2-1
+- Update to 0.3.2
+
+* Fri Mar 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-3
+- Bump syn to 0.12, quote to 0.4
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Wed Jan 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..e9556c7
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (cssparser-macros-0.6.0.crate) = 9b0aa19d46efe600fbb8b4763639affa5491727ae05312f5c7fb9c5c4d29971c33cb9afcee5001c7d0aec8677d36b5763986783ce8c897de892411f1bdb9a4ea
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=178153280489.1.7525204747287257882.rpms-rust-cssparser-macros-b099f8eabcf8@fedoraproject.org \
--to=thrcka@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