public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-freetype-sys] rawhide: Update to version 0.23.0; Fixes RHBZ#2307740
@ 2026-09-21 22:26 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-21 22:26 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-09-21 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 22:26 [rpms/rust-freetype-sys] rawhide: Update to version 0.23.0; Fixes RHBZ#2307740 Fabio Valentini

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