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-freetype-sys] rawhide: Update to version 0.23.0; Fixes RHBZ#2307740
Date: Mon, 21 Sep 2026 22:26:54 GMT [thread overview]
Message-ID: <179002961429.1.5928563115454822379.rpms-rust-freetype-sys-75cdaf639e04@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-freetype-sys
Branch : rawhide
Commit : 75cdaf639e041a8c0f53e2ed4406a23e394cc836
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-21T22:57:15+02:00
Stats : +15/-6 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-freetype-sys/c/75cdaf639e041a8c0f53e2ed4406a23e394cc836?branch=rawhide
Log:
Update to version 0.23.0; Fixes RHBZ#2307740
---
diff --git a/.gitignore b/.gitignore
index b2f9a6c..2f04d0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/freetype-sys-0.20.0.crate
/freetype-sys-0.20.1.crate
/freetype-sys-0.21.0.crate
+/freetype-sys-0.23.0.crate
diff --git a/freetype-sys-fix-metadata.diff b/freetype-sys-fix-metadata.diff
index 24fef76..cdfa175 100644
--- a/freetype-sys-fix-metadata.diff
+++ b/freetype-sys-fix-metadata.diff
@@ -1,5 +1,5 @@
---- 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
+--- freetype-sys-0.23.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ freetype-sys-0.23.0/Cargo.toml 2026-09-21T20:44:24.485004+00:00
@@ -42,6 +42,3 @@
[build-dependencies.pkg-config]
diff --git a/rust-freetype-sys.spec b/rust-freetype-sys.spec
index 4663b60..9469c7d 100644
--- a/rust-freetype-sys.spec
+++ b/rust-freetype-sys.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate freetype-sys
Name: rust-freetype-sys
-Version: 0.21.0
+Version: 0.23.0
Release: %autorelease
Summary: Low level binding for FreeType font library
@@ -56,6 +56,8 @@ use the "default" feature of the "%{crate}" crate.
%cargo_prep
# remove bundled copy of freetype2
rm -vr freetype2
+# remove bundled copy of libpng
+rm -vr libpng
%generate_buildrequires
%cargo_generate_buildrequires
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 6b007bb..0cefe19 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,6 +2,10 @@
cargo-toml-patch-comments = [
"drop feature for static linking / building freetype from vendored sources",
]
+license-files.exclude = [
+ "freetype2/**/*",
+ "libpng/**/*",
+]
[requires]
build = ["pkgconfig(freetype2) >= 24.3.18"]
@@ -11,5 +15,7 @@ lib = ["pkgconfig(freetype2) >= 24.3.18"]
prep.post = [
"# remove bundled copy of freetype2",
"rm -vr freetype2",
+ "# remove bundled copy of libpng",
+ "rm -vr libpng",
]
diff --git a/sources b/sources
index 0facefa..0efd1e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (freetype-sys-0.21.0.crate) = 4428de570cafcab3c300514f9141ddb83e6e7b5ecc6580b466a644e9d2b14455d663db350b294530bf9e2dfeb2b5fb9724752f784c899bac903bcd2403483e2c
+SHA512 (freetype-sys-0.23.0.crate) = 7819ba53c7fccdca99dc6eee4ed42069b329594ad9b64333b5931c6cca2c3f31d4f042f092fe4dc6abb71da3a2511c33169810d848a06eaa3d2e656b2ae3a794
reply other threads:[~2026-09-21 22:26 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=179002961429.1.5928563115454822379.rpms-rust-freetype-sys-75cdaf639e04@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