public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cairo-rs] rawhide: Expose freetype integration feature
Date: Mon, 21 Sep 2026 22:25:28 GMT	[thread overview]
Message-ID: <179002952806.1.6125469664766039467.rpms-rust-cairo-rs-c2d21cb1f7ce@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-cairo-rs
Branch : rawhide
Commit : c2d21cb1f7ce85de1fea0263b7f0ee3901bdf1e7
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-21T22:49:44+02:00
Stats  : +25/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cairo-rs/c/c2d21cb1f7ce85de1fea0263b7f0ee3901bdf1e7?branch=rawhide

Log:
Expose freetype integration feature

---
diff --git a/rust-cairo-rs.spec b/rust-cairo-rs.spec
index 72b494e..f561c78 100644
--- a/rust-cairo-rs.spec
+++ b/rust-cairo-rs.spec
@@ -48,6 +48,30 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+freetype-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+freetype-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "freetype" feature of the "%{crate}" crate.
+
+%files       -n %{name}+freetype-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package     -n %{name}+freetype-rs-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+freetype-rs-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "freetype-rs" feature of the "%{crate}" crate.
+
+%files       -n %{name}+freetype-rs-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+glib-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 189303f..dcf4119 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,5 @@
 [features]
-hide = ["freetype", "freetype-rs", "quartz-surface", "win32-surface"]
+hide = ["quartz-surface", "win32-surface"]
 
 [tests]
 run = false

                 reply	other threads:[~2026-09-21 22:25 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=179002952806.1.6125469664766039467.rpms-rust-cairo-rs-c2d21cb1f7ce@fedoraproject.org \
    --to=decathorpe@gmail.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