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-rs] epel10: Update to version 0.14.1; Fixes RHBZ#1975011
Date: Fri, 25 Sep 2026 10:37:36 GMT	[thread overview]
Message-ID: <179033265658.1.3080699714938266284.rpms-rust-cairo-rs-6c8a2f3ac017@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-cairo-rs
Branch : epel10
Commit : 6c8a2f3ac0178db31f2c9f5f74596141e285bd4a
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2021-08-03T17:20:39+02:00
Stats  : +26/-73 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cairo-rs/c/6c8a2f3ac0178db31f2c9f5f74596141e285bd4a?branch=epel10

Log:
Update to version 0.14.1; Fixes RHBZ#1975011

---
diff --git a/.gitignore b/.gitignore
index 92580bb..b50c49f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /cairo-rs-0.8.0.crate
 /cairo-rs-0.8.1.crate
 /cairo-rs-0.9.1.crate
+/cairo-rs-0.14.1.crate

diff --git a/cairo-rs-fix-metadata.diff b/cairo-rs-fix-metadata.diff
new file mode 100644
index 0000000..a2f8837
--- /dev/null
+++ b/cairo-rs-fix-metadata.diff
@@ -0,0 +1,9 @@
+--- cairo-rs-0.14.1/Cargo.toml	1970-01-01T00:00:00+00:00
++++ cairo-rs-0.14.1/Cargo.toml	2021-08-02T15:30:18.565838+00:00
+@@ -62,6 +62,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 c341413..0528309 100644
--- a/rust-cairo-rs.spec
+++ b/rust-cairo-rs.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 13
-%bcond_with check
+# Generated by rust2rpm 18
+%bcond_without check
 %global debug_package %{nil}
 
 %global crate cairo-rs
 
 Name:           rust-%{crate}
-Version:        0.9.1
+Version:        0.14.1
 Release:        %autorelease
 Summary:        Rust bindings for the Cairo library
 
@@ -13,6 +13,9 @@ 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}
@@ -36,7 +39,7 @@ This package contains library source intended for building other packages
 which use "%{crate}" crate.
 
 %files          devel
-%license COPYRIGHT LICENSE
+%license LICENSE COPYRIGHT
 %doc README.md
 %{cargo_registry}/%{crate}-%{version_no_tilde}/
 
@@ -64,18 +67,6 @@ which use "dox" feature of "%{crate}" crate.
 %files       -n %{name}+dox-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
-%package     -n %{name}+embed-lgpl-docs-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+embed-lgpl-docs-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "embed-lgpl-docs" feature of "%{crate}" crate.
-
-%files       -n %{name}+embed-lgpl-docs-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
 %package     -n %{name}+freetype-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -88,52 +79,28 @@ which use "freetype" feature of "%{crate}" crate.
 %files       -n %{name}+freetype-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
-%package     -n %{name}+glib-devel
-Summary:        %{summary}
-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.
-
-%files       -n %{name}+glib-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package     -n %{name}+glib-sys-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+glib-sys-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "glib-sys" feature of "%{crate}" crate.
-
-%files       -n %{name}+glib-sys-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package     -n %{name}+gobject-sys-devel
+%package     -n %{name}+freetype-crate-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+gobject-sys-devel %{_description}
+%description -n %{name}+freetype-crate-devel %{_description}
 
 This package contains library source intended for building other packages
-which use "gobject-sys" feature of "%{crate}" crate.
+which use "freetype-crate" feature of "%{crate}" crate.
 
-%files       -n %{name}+gobject-sys-devel
+%files       -n %{name}+freetype-crate-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
-%package     -n %{name}+gtk-rs-lgpl-docs-devel
+%package     -n %{name}+glib-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+gtk-rs-lgpl-docs-devel %{_description}
+%description -n %{name}+glib-devel %{_description}
 
 This package contains library source intended for building other packages
-which use "gtk-rs-lgpl-docs" feature of "%{crate}" crate.
+which use "glib" feature of "%{crate}" crate.
 
-%files       -n %{name}+gtk-rs-lgpl-docs-devel
+%files       -n %{name}+glib-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
 %package     -n %{name}+pdf-devel
@@ -172,18 +139,6 @@ which use "ps" feature of "%{crate}" crate.
 %files       -n %{name}+ps-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
-%package     -n %{name}+purge-lgpl-docs-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+purge-lgpl-docs-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "purge-lgpl-docs" feature of "%{crate}" crate.
-
-%files       -n %{name}+purge-lgpl-docs-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
 %package     -n %{name}+script-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -220,18 +175,6 @@ which use "use_glib" feature of "%{crate}" crate.
 %files       -n %{name}+use_glib-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
-%package     -n %{name}+v1_14-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+v1_14-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v1_14" feature of "%{crate}" crate.
-
-%files       -n %{name}+v1_14-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
 %package     -n %{name}+v1_16-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/sources b/sources
index 1278745..9a99ba3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cairo-rs-0.9.1.crate) = e65b55b07e6ebbbb393c9c29fbeb3f1fcacb763cd0844e86fd5f25b744e4816e22d85b4edf78d9906eaabb1d3771b17bdb87680989163e051df8fc19df2b1b2a
+SHA512 (cairo-rs-0.14.1.crate) = c2f88f82accab00a2de819a1548a899b4420ba312a71af9e0cb9c16b0336b1e367204832013798ffe290923801fd40b532ec933d5c4b5b494bec42a29ac766fd

                 reply	other threads:[~2026-09-25 10:37 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=179033265658.1.3080699714938266284.rpms-rust-cairo-rs-6c8a2f3ac017@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