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-cairo-sys-rs] epel10: Update to version 0.15.1; Fixes RHBZ#2040885
Date: Fri, 25 Sep 2026 10:32:31 GMT [thread overview]
Message-ID: <179033235197.1.16738794043392727264.rpms-rust-cairo-sys-rs-3788a2080e52@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-cairo-sys-rs
Branch : epel10
Commit : 3788a2080e525a6818f30d0f7dadb65228edae1d
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2022-02-12T19:54:21+01:00
Stats : +41/-43 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cairo-sys-rs/c/3788a2080e525a6818f30d0f7dadb65228edae1d?branch=epel10
Log:
Update to version 0.15.1; Fixes RHBZ#2040885
---
diff --git a/.gitignore b/.gitignore
index c00fa0e..cc29f80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/cairo-sys-rs-0.10.0.crate
/cairo-sys-rs-0.14.0.crate
/cairo-sys-rs-0.14.9.crate
+/cairo-sys-rs-0.15.1.crate
diff --git a/cairo-sys-rs-fix-metadata.diff b/cairo-sys-rs-fix-metadata.diff
index 652bf41..aacf46a 100644
--- a/cairo-sys-rs-fix-metadata.diff
+++ b/cairo-sys-rs-fix-metadata.diff
@@ -1,8 +1,8 @@
---- cairo-sys-rs-0.14.9/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ cairo-sys-rs-0.14.9/Cargo.toml 2021-11-05T22:42:11.823706+00:00
-@@ -62,10 +62,5 @@
+--- cairo-sys-rs-0.15.1/Cargo.toml 1970-01-01T00:00:01+00:00
++++ cairo-sys-rs-0.15.1/Cargo.toml 2022-02-12T18:50:44.186768+00:00
+@@ -63,10 +63,5 @@
svg = []
- use_glib = ["glib-sys"]
+ use_glib = ["glib"]
v1_16 = []
-win32-surface = ["winapi"]
xcb = []
diff --git a/rust-cairo-sys-rs.spec b/rust-cairo-sys-rs.spec
index a4fa6df..7a9511f 100644
--- a/rust-cairo-sys-rs.spec
+++ b/rust-cairo-sys-rs.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 18
+# Generated by rust2rpm 20
# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
%bcond_with check
%global debug_package %{nil}
@@ -6,7 +6,7 @@
%global crate cairo-sys-rs
Name: rust-%{crate}
-Version: 0.14.9
+Version: 0.15.1
Release: %autorelease
Summary: FFI bindings to libcairo
@@ -19,9 +19,6 @@ Source: %{crates_source}
Patch0: cairo-sys-rs-fix-metadata.diff
ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
BuildRequires: rust-packaging
@@ -37,8 +34,8 @@ Requires: pkgconfig(cairo) >= 1.14
%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
%license LICENSE
@@ -50,8 +47,8 @@ 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
@@ -62,8 +59,8 @@ BuildArch: noarch
%description -n %{name}+dox-devel %{_description}
-This package contains library source intended for building other packages
-which use "dox" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "dox" feature of the "%{crate}" crate.
%files -n %{name}+dox-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -74,22 +71,22 @@ BuildArch: noarch
%description -n %{name}+freetype-devel %{_description}
-This package contains library source intended for building other packages
-which use "freetype" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "freetype" feature of the "%{crate}" crate.
%files -n %{name}+freetype-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-%package -n %{name}+glib-sys-devel
+%package -n %{name}+glib-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+glib-sys-devel %{_description}
+%description -n %{name}+glib-devel %{_description}
-This package contains library source intended for building other packages
-which use "glib-sys" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "glib" feature of the "%{crate}" crate.
-%files -n %{name}+glib-sys-devel
+%files -n %{name}+glib-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+pdf-devel
@@ -98,8 +95,8 @@ BuildArch: noarch
%description -n %{name}+pdf-devel %{_description}
-This package contains library source intended for building other packages
-which use "pdf" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "pdf" feature of the "%{crate}" crate.
%files -n %{name}+pdf-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -110,8 +107,8 @@ BuildArch: noarch
%description -n %{name}+png-devel %{_description}
-This package contains library source intended for building other packages
-which use "png" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "png" feature of the "%{crate}" crate.
%files -n %{name}+png-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -122,8 +119,8 @@ BuildArch: noarch
%description -n %{name}+ps-devel %{_description}
-This package contains library source intended for building other packages
-which use "ps" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "ps" feature of the "%{crate}" crate.
%files -n %{name}+ps-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -134,8 +131,8 @@ BuildArch: noarch
%description -n %{name}+script-devel %{_description}
-This package contains library source intended for building other packages
-which use "script" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "script" feature of the "%{crate}" crate.
%files -n %{name}+script-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -146,8 +143,8 @@ BuildArch: noarch
%description -n %{name}+svg-devel %{_description}
-This package contains library source intended for building other packages
-which use "svg" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "svg" feature of the "%{crate}" crate.
%files -n %{name}+svg-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -159,8 +156,8 @@ Requires: ((pkgconfig(cairo-gobject) >= 1.16 if crate(cairo-sys-rs/v1_16))
%description -n %{name}+use_glib-devel %{_description}
-This package contains library source intended for building other packages
-which use "use_glib" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "use_glib" feature of the "%{crate}" crate.
%files -n %{name}+use_glib-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -172,8 +169,8 @@ Requires: pkgconfig(cairo) >= 1.16
%description -n %{name}+v1_16-devel %{_description}
-This package contains library source intended for building other packages
-which use "v1_16" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v1_16" feature of the "%{crate}" crate.
%files -n %{name}+v1_16-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -184,8 +181,8 @@ BuildArch: noarch
%description -n %{name}+x11-devel %{_description}
-This package contains library source intended for building other packages
-which use "x11" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "x11" feature of the "%{crate}" crate.
%files -n %{name}+x11-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -196,8 +193,8 @@ BuildArch: noarch
%description -n %{name}+xcb-devel %{_description}
-This package contains library source intended for building other packages
-which use "xcb" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "xcb" feature of the "%{crate}" crate.
%files -n %{name}+xcb-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -208,8 +205,8 @@ BuildArch: noarch
%description -n %{name}+xlib-devel %{_description}
-This package contains library source intended for building other packages
-which use "xlib" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "xlib" feature of the "%{crate}" crate.
%files -n %{name}+xlib-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
diff --git a/sources b/sources
index 390f40e..e935f6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cairo-sys-rs-0.14.9.crate) = d5b978130bb1b4068f378896ab71d789cfee3641339e5ec345150937ce2d763fd596ea64f0b0f3b777c26c1015a0a04aeb48ad33f9d6554ce66c78bda71fda75
+SHA512 (cairo-sys-rs-0.15.1.crate) = 85e3eb317d410b96d8879d9f51e74a98918476e9c011dd4e2d482a602341d93e5929422e3ea9b9235360d9af5d991600de512b23fe01f1e1012610bebf513e88
reply other threads:[~2026-09-25 10:32 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=179033235197.1.16738794043392727264.rpms-rust-cairo-sys-rs-3788a2080e52@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