public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-freetype-sys] epel10: Update to version 0.21.0
@ 2026-09-25 10:33 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 10:33 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-freetype-sys
Branch : epel10
Commit : 04673dfb6ccc42b76ab35b6b04355056e0d16b21
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2024-08-13T17:30:37+02:00
Stats  : +20/-2 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-freetype-sys/c/04673dfb6ccc42b76ab35b6b04355056e0d16b21?branch=epel10

Log:
Update to version 0.21.0

---
diff --git a/.gitignore b/.gitignore
index 62cdbd1..b2f9a6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /freetype-sys-0.17.0.crate
 /freetype-sys-0.20.0.crate
 /freetype-sys-0.20.1.crate
+/freetype-sys-0.21.0.crate

diff --git a/freetype-sys-fix-metadata.diff b/freetype-sys-fix-metadata.diff
new file mode 100644
index 0000000..24fef76
--- /dev/null
+++ b/freetype-sys-fix-metadata.diff
@@ -0,0 +1,9 @@
+--- freetype-sys-0.21.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ freetype-sys-0.21.0/Cargo.toml	2024-08-13T15:27:34.256064+00:00
+@@ -42,6 +42,3 @@
+ 
+ [build-dependencies.pkg-config]
+ version = "0.3.11"
+-
+-[features]
+-bundled = []

diff --git a/rust-freetype-sys.spec b/rust-freetype-sys.spec
index 1dd5e37..4663b60 100644
--- a/rust-freetype-sys.spec
+++ b/rust-freetype-sys.spec
@@ -5,13 +5,16 @@
 %global crate freetype-sys
 
 Name:           rust-freetype-sys
-Version:        0.20.1
+Version:        0.21.0
 Release:        %autorelease
 Summary:        Low level binding for FreeType font library
 
 License:        MIT
 URL:            https://crates.io/crates/freetype-sys
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * drop feature for static linking / building freetype from vendored sources
+Patch:          freetype-sys-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 BuildRequires:  pkgconfig(freetype2) >= 24.3.18

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 9452830..6b007bb 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,3 +1,8 @@
+[package]
+cargo-toml-patch-comments = [
+    "drop feature for static linking / building freetype from vendored sources",
+]
+
 [requires]
 build = ["pkgconfig(freetype2) >= 24.3.18"]
 lib = ["pkgconfig(freetype2) >= 24.3.18"]

diff --git a/sources b/sources
index 7de6f06..0facefa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (freetype-sys-0.20.1.crate) = 03b6ad3d9339ecfb75f2b0207281e84325405347d3d6256215db4fc42e4cd5edbf25a6505a12a71d27d43f4ae5f5e35785f7120726232cebbc6738cb94fb0763
+SHA512 (freetype-sys-0.21.0.crate) = 4428de570cafcab3c300514f9141ddb83e6e7b5ecc6580b466a644e9d2b14455d663db350b294530bf9e2dfeb2b5fb9724752f784c899bac903bcd2403483e2c

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 10:33 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:33 [rpms/rust-freetype-sys] epel10: Update to version 0.21.0 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox