public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-freetype-rs] epel10: Update to version 0.37.0; Fixes RHBZ#2238392
@ 2026-09-25 10:34 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 10:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-freetype-rs
Branch : epel10
Commit : 67369814eaf409a32b0c9eeb0524c6ac34cb8287
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-08-13T17:41:35+02:00
Stats : +20/-2 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-freetype-rs/c/67369814eaf409a32b0c9eeb0524c6ac34cb8287?branch=epel10
Log:
Update to version 0.37.0; Fixes RHBZ#2238392
---
diff --git a/.gitignore b/.gitignore
index c2195e4..ca65c51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/freetype-rs-0.31.0.crate
/freetype-rs-0.32.0.crate
/freetype-rs-0.35.0.crate
+/freetype-rs-0.37.0.crate
diff --git a/freetype-rs-fix-metadata.diff b/freetype-rs-fix-metadata.diff
new file mode 100644
index 0000000..e61f1f4
--- /dev/null
+++ b/freetype-rs-fix-metadata.diff
@@ -0,0 +1,9 @@
+--- freetype-rs-0.37.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ freetype-rs-0.37.0/Cargo.toml 2024-08-13T15:29:07.340922+00:00
+@@ -52,6 +52,3 @@
+
+ [dev-dependencies.unicode-normalization]
+ version = "0.1.0"
+-
+-[features]
+-bundled = ["freetype-sys/bundled"]
diff --git a/rust-freetype-rs.spec b/rust-freetype-rs.spec
index a5d559c..6451083 100644
--- a/rust-freetype-rs.spec
+++ b/rust-freetype-rs.spec
@@ -5,13 +5,16 @@
%global crate freetype-rs
Name: rust-freetype-rs
-Version: 0.35.0
+Version: 0.37.0
Release: %autorelease
Summary: Bindings for FreeType font library
License: MIT
URL: https://crates.io/crates/freetype-rs
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * drop feature for static linking / building freetype from vendored sources
+Patch: freetype-rs-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..f7e41af
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+cargo-toml-patch-comments = [
+ "drop feature for static linking / building freetype from vendored sources",
+]
+
diff --git a/sources b/sources
index 32c2225..147ccaa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (freetype-rs-0.35.0.crate) = f5593e0e7732aa113d53d5a8b12ced92305d8da96011a3185a675f6992ba8fbaf3e28d68eb0a9d8c9d597ae21c2950312ef05c95482b88eec754e1756095ef20
+SHA512 (freetype-rs-0.37.0.crate) = 7ddc9d91bb596b5e477a5965af7eb8e685fa171dd7b85ae2b73f0365eef42975ff98c1bb1b3bc814e52836b47b3b8ffffc2b9eeb9fa0249261a5f6355274f036
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 10:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 10:34 [rpms/rust-freetype-rs] epel10: Update to version 0.37.0; Fixes RHBZ#2238392 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox