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

A new commit has been pushed.

Repo   : rpms/rust-cairo-rs
Branch : epel10
Commit : 7a5f74576fe02bc544de5ee16006730ac5f8738d
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-02-13T00:29:41+01:00
Stats  : +38/-49 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cairo-rs/c/7a5f74576fe02bc544de5ee16006730ac5f8738d?branch=epel10

Log:
Update to version 0.15.1; Fixes RHBZ#2040884

---
diff --git a/.gitignore b/.gitignore
index 717eb31..ca290d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /cairo-rs-0.14.3.crate
 /cairo-rs-0.14.7.crate
 /cairo-rs-0.14.9.crate
+/cairo-rs-0.15.1.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
new file mode 100644
index 0000000..f893c1b
--- /dev/null
+++ b/.rust2rpm.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+unwanted-features =
+  win32-surface

diff --git a/cairo-rs-fix-metadata.diff b/cairo-rs-fix-metadata.diff
deleted file mode 100644
index f7a17c0..0000000
--- a/cairo-rs-fix-metadata.diff
+++ /dev/null
@@ -1,9 +0,0 @@
---- cairo-rs-0.14.9/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ cairo-rs-0.14.9/Cargo.toml	2021-11-05T22:48:00.720582+00:00
-@@ -61,6 +61,5 @@
- svg = ["ffi/svg"]
- use_glib = ["glib", "ffi/use_glib"]
- v1_16 = ["ffi/v1_16"]
--win32-surface = ["ffi/win32-surface"]
- xcb = ["ffi/xcb"]
- xlib = ["ffi/xlib"]

diff --git a/rust-cairo-rs.spec b/rust-cairo-rs.spec
index ef8bb2d..67b267a 100644
--- a/rust-cairo-rs.spec
+++ b/rust-cairo-rs.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 18
+# Generated by rust2rpm 20
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate cairo-rs
 
 Name:           rust-%{crate}
-Version:        0.14.9
+Version:        0.15.1
 Release:        %autorelease
 Summary:        Rust bindings for the Cairo library
 
@@ -13,14 +13,8 @@ Summary:        Rust bindings for the Cairo library
 License:        MIT
 URL:            https://crates.io/crates/cairo-rs
 Source:         %{crates_source}
-# Initial patched metadata
-# * drop windows-specific features
-Patch0:         cairo-rs-fix-metadata.diff
 
 ExclusiveArch:  %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch:      noarch
-%endif
 
 BuildRequires:  rust-packaging
 
@@ -35,11 +29,11 @@ BuildArch:      noarch
 
 %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 COPYRIGHT
+%license COPYRIGHT LICENSE
 %doc README.md
 %{cargo_registry}/%{crate}-%{version_no_tilde}/
 
@@ -49,8 +43,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
@@ -61,8 +55,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
@@ -73,8 +67,8 @@ 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
@@ -85,8 +79,8 @@ BuildArch:      noarch
 
 %description -n %{name}+freetype-crate-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "freetype-crate" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "freetype-crate" feature of the "%{crate}" crate.
 
 %files       -n %{name}+freetype-crate-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -97,8 +91,8 @@ BuildArch:      noarch
 
 %description -n %{name}+glib-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "glib" 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-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -109,8 +103,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
@@ -121,8 +115,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
@@ -133,8 +127,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
@@ -145,8 +139,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
@@ -157,8 +151,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
@@ -169,8 +163,8 @@ BuildArch:      noarch
 
 %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
@@ -181,8 +175,8 @@ BuildArch:      noarch
 
 %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
@@ -193,8 +187,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
@@ -205,8 +199,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 012da28..a821400 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cairo-rs-0.14.9.crate) = 0a595ef22bc16393308b1fae2852b74b1b3816856715e483bc76df7eeaff3c37d0875f9d6daf50055cf565fed708ce0520a852bf8b5b474f9dc913a899604c6f
+SHA512 (cairo-rs-0.15.1.crate) = 76b72c504e4046dee655f0170e9dc834712cf59c379bcfb1bba0b5b09684c561f41a3fc9c55b0cc275240065933b8bad930bec7547f709e3d6f8f3368f315340

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

only message in thread, other threads:[~2026-09-25 10:37 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:37 [rpms/rust-cairo-rs] epel10: Update to version 0.15.1; Fixes RHBZ#2040884 Fabio Valentini

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