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] epel10: Unretirement request: https://pagure.io/releng/issue/11056
Date: Mon, 15 Jun 2026 14:13:46 GMT [thread overview]
Message-ID: <178153282668.1.3682996375302208123.rpms-rust-cssparser-a8829925a55a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-cssparser
Branch : epel10
Commit : a8829925a55a941212e230b576e17b7c9b365c92
Author : Tomas Hrcka <thrcka@redhat.com>
Date : 2022-10-04T09:18:34+02:00
Stats : +230/-1 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cssparser/c/a8829925a55a941212e230b576e17b7c9b365c92?branch=epel10
Log:
Unretirement request: https://pagure.io/releng/issue/11056
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b8e159d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+/cssparser-0.23.2.crate
+/cssparser-0.23.4.crate
+/cssparser-0.23.5.crate
+/cssparser-0.23.6.crate
+/cssparser-0.23.7.crate
+/cssparser-0.23.9.crate
+/cssparser-0.23.10.crate
+/cssparser-0.24.0.crate
+/cssparser-0.24.1.crate
+/cssparser-0.25.2.crate
+/cssparser-0.25.3.crate
+/cssparser-0.25.5.crate
+/cssparser-0.25.6.crate
+/cssparser-0.25.7.crate
+/cssparser-0.25.8.crate
+/cssparser-0.25.9.crate
+/cssparser-0.27.2.crate
+/cssparser-0.28.1.crate
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4e21609
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-cssparser
+
+The rust-cssparser 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.spec b/rust-cssparser.spec
new file mode 100644
index 0000000..2acd7ab
--- /dev/null
+++ b/rust-cssparser.spec
@@ -0,0 +1,208 @@
+# Generated by rust2rpm 17
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate cssparser
+
+Name: rust-%{crate}
+Version: 0.28.1
+Release: 3%{?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}
+
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+Rust implementation of CSS Syntax Level 3.}
+
+%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
+%doc README.md
+%{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
+
+%package -n %{name}+bench-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+bench-devel %{_description}
+
+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_no_tilde}/Cargo.toml
+
+%package -n %{name}+dummy_match_byte-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+dummy_match_byte-devel %{_description}
+
+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_no_tilde}/Cargo.toml
+
+%package -n %{name}+serde-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+serde-devel %{_description}
+
+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_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
+# https://github.com/servo/rust-cssparser/issues/213
+%cargo_test -- --doc
+%endif
+
+%changelog
+* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Tue May 11 2021 Fabio Valentini <decathorpe@gmail.com> - 0.28.1-1
+- Update to version 0.28.1.
+- Fixes RHBZ#1904315
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.2-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat Feb 15 13:25:32 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.27.2-1
+- Update to 0.27.2
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.25.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* 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
+
+* Sun Jul 07 15:05:26 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.25.8-1
+- Update to 0.25.8
+
+* 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
+
+* Tue Apr 30 09:40:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.25.5-1
+- Update to 0.25.5
+
+* Wed Apr 03 2019 Josh Stone <jistone@redhat.com> - 0.25.3-1
+- Update to 0.25.3
+
+* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.25.2-1
+- Update to 0.25.2
+
+* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* 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
+
+* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Sat Jun 30 2018 Josh Stone <jistone@redhat.com> - 0.24.0-1
+- Update to 0.24.0
+
+* Sat Jun 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org>
+- Adopt to new macro
+
+* Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.23.10-1
+- Update to 0.23.10
+
+* Tue Jun 05 2018 Josh Stone <jistone@redhat.com> - 0.23.9-1
+- Update to 0.23.9
+
+* Thu May 03 2018 Josh Stone <jistone@redhat.com> - 0.23.7-1
+- Update to 0.23.7
+
+* Sat Apr 28 2018 Josh Stone <jistone@redhat.com> - 0.23.6-1
+- Update to 0.23.6
+
+* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.23.5-1
+- Update to 0.23.5
+
+* Wed Apr 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.23.4-1
+- Update to 0.23.4
+
+* Mon Mar 26 2018 Josh Stone <jistone@redhat.com> - 0.23.2-4
+- Bump itoa to 0.4.0
+
+* Fri Mar 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.23.2-3
+- Bump syn to 0.12, quote to 0.4
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Wed Jan 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.23.2-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..d176253
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (cssparser-0.28.1.crate) = b0a72e1b2ce3fcf74753b14a4fe5c21d9913a32e5a378ab598d83c0996363a2bda64e4d1d693a0ec4535668d5526dfe82a8986ce848d81ae61abb482d2334464
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=178153282668.1.3682996375302208123.rpms-rust-cssparser-a8829925a55a@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