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] epel10: Update to version 0.16.0
Date: Fri, 25 Sep 2026 10:33:05 GMT	[thread overview]
Message-ID: <179033238551.1.3137414861243524911.rpms-rust-freetype-sys-1a20077c2730@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-freetype-sys
Branch : epel10
Commit : 1a20077c27309df177b1c9148cb919ac8f142328
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-11-28T18:01:27+01:00
Stats  : +19/-24 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-freetype-sys/c/1a20077c27309df177b1c9148cb919ac8f142328?branch=epel10

Log:
Update to version 0.16.0

---
diff --git a/.gitignore b/.gitignore
index 1fd9893..5931def 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /freetype-sys-0.13.0.crate
 /freetype-sys-0.13.1.crate
+/freetype-sys-0.16.0.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
deleted file mode 100644
index b4d8096..0000000
--- a/.rust2rpm.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-[DEFAULT]
-buildrequires =
-  pkgconfig(freetype2) >= 18.5.12
-lib.requires =
-  pkgconfig(freetype2) >= 18.5.12

diff --git a/rust-freetype-sys.spec b/rust-freetype-sys.spec
index d42ae3f..d4bc464 100644
--- a/rust-freetype-sys.spec
+++ b/rust-freetype-sys.spec
@@ -1,25 +1,19 @@
-# Generated by rust2rpm 13
+# Generated by rust2rpm 23
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate freetype-sys
 
-Name:           rust-%{crate}
-Version:        0.13.1
+Name:           rust-freetype-sys
+Version:        0.16.0
 Release:        %autorelease
 Summary:        Low level binding for FreeType font library
 
-# Upstream license specification: MIT
 License:        MIT
 URL:            https://crates.io/crates/freetype-sys
 Source:         %{crates_source}
 
-ExclusiveArch:  %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch:      noarch
-%endif
-
-BuildRequires:  rust-packaging
+BuildRequires:  rust-packaging >= 21
 
 %global _description %{expand:
 Low level binding for FreeType font library.}
@@ -33,13 +27,13 @@ Requires:       pkgconfig(freetype2) >= 18.5.12
 
 %description    devel %{_description}
 
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
 
 %files          devel
-%doc README.md
-%license LICENSE
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/LICENSE
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
 
 %package     -n %{name}+default-devel
 Summary:        %{summary}
@@ -47,11 +41,11 @@ BuildArch:      noarch
 
 %description -n %{name}+default-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "default" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "default" feature of the "%{crate}" crate.
 
 %files       -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1

diff --git a/rust2rpm.conf b/rust2rpm.conf
new file mode 100644
index 0000000..b4d8096
--- /dev/null
+++ b/rust2rpm.conf
@@ -0,0 +1,5 @@
+[DEFAULT]
+buildrequires =
+  pkgconfig(freetype2) >= 18.5.12
+lib.requires =
+  pkgconfig(freetype2) >= 18.5.12

diff --git a/sources b/sources
index cab5be1..8e54a9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (freetype-sys-0.13.1.crate) = 098ed11f9ab9f2762bf003d81543f73d290bcce94e66ac147677ac80c369231a549104312331f4dd43e9483e63621514bf8c4e30d2db035e7689f65e5478e230
+SHA512 (freetype-sys-0.16.0.crate) = dfa026562f65f2df8ed107843b7008fb1dd02db72deb269742180e83e1f5b6fb18d0604baac1311dcba6397356e31ba5d4466e4a1d3b4c0e916b639f7213b17c

                 reply	other threads:[~2026-09-25 10:33 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=179033238551.1.3137414861243524911.rpms-rust-freetype-sys-1a20077c2730@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