public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: releng-bot <releng-bot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-macroquad_macro] rawhide: Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/322
Date: Sun, 23 Aug 2026 15:51:36 GMT	[thread overview]
Message-ID: <178750029687.1.7610378353257105972.rpms-rust-macroquad_macro-8c78792b444d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-macroquad_macro
Branch : rawhide
Commit : 8c78792b444d817185726598e78be7fb6826dcbb
Author : releng-bot <releng-bot@fedoraproject.org>
Date   : 2026-08-23T15:51:34+00:00
Stats  : +83/-1 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-macroquad_macro/c/8c78792b444d817185726598e78be7fb6826dcbb?branch=rawhide

Log:
Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/322

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7eadcd0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/macroquad_macro-0.1.5.crate
+/macroquad_macro-0.1.6.crate
+/macroquad_macro-0.1.7.crate

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..81a2b81
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-macroquad_macro
+
+The rust-macroquad_macro package

diff --git a/changelog b/changelog
new file mode 100644
index 0000000..4ab18cb
--- /dev/null
+++ b/changelog
@@ -0,0 +1,2 @@
+* Thu Jun 24 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.1.5-1
+- Initial package

diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5ac8255..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-no longer used

diff --git a/rust-macroquad_macro.spec b/rust-macroquad_macro.spec
new file mode 100644
index 0000000..b2ba67e
--- /dev/null
+++ b/rust-macroquad_macro.spec
@@ -0,0 +1,74 @@
+# Generated by rust2rpm 18
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate macroquad_macro
+
+Name:           rust-%{crate}
+Version:        0.1.7
+Release:        %autorelease
+Summary:        Proc macro for macroquad
+
+# Upstream license specification: MIT/Apache-2.0
+License:        MIT or ASL 2.0
+URL:            https://crates.io/crates/macroquad_macro
+Source:         %{crates_source}
+
+ExclusiveArch:  %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch:      noarch
+%endif
+
+BuildRequires:  rust-packaging
+
+%global _description %{expand:
+Proc macro for macroquad.}
+
+%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-MIT LICENSE-APACHE
+%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
+
+%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
+%autochangelog

diff --git a/sources b/sources
new file mode 100644
index 0000000..6360f2c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (macroquad_macro-0.1.7.crate) = 30bd84c32524f36b7d761a563b344f567f83a79b104c6f90bcea2e6cb2fe14995a0a88312f88f823343004bfcccfb467e29e49474c8b02d99d7f3bb88b350b91

                 reply	other threads:[~2026-08-23 15:51 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=178750029687.1.7610378353257105972.rpms-rust-macroquad_macro-8c78792b444d@fedoraproject.org \
    --to=releng-bot@fedoraproject.org \
    --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