public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cairo-rs] epel10: Update to 0.4.1
Date: Fri, 25 Sep 2026 10:37:28 GMT [thread overview]
Message-ID: <179033264857.1.10661963785656066805.rpms-rust-cairo-rs-4ef4cd6a9e9b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-cairo-rs
Branch : epel10
Commit : 4ef4cd6a9e9b24d2418c06f0ed15d9a950c37c52
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2018-03-22T13:54:08+01:00
Stats : +24/-33 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cairo-rs/c/4ef4cd6a9e9b24d2418c06f0ed15d9a950c37c52?branch=epel10
Log:
Update to 0.4.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index a265fd5..55224e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/cairo-rs-0.3.0.crate
+/cairo-rs-0.4.1.crate
diff --git a/cairo-rs-0.3.0-fix-metadata.diff b/cairo-rs-0.3.0-fix-metadata.diff
deleted file mode 100644
index 1e1ab75..0000000
--- a/cairo-rs-0.3.0-fix-metadata.diff
+++ /dev/null
@@ -1,24 +0,0 @@
---- cairo-rs-0.3.0/Cargo.toml 1970-01-01T01:00:00+01:00
-+++ cairo-rs-0.3.0/Cargo.toml 2018-01-06T18:10:30.021561+01:00
-@@ -26,7 +26,7 @@
- [lib]
- name = "cairo"
- [dependencies.c_vec]
--version = "~1.2"
-+version = "1.2"
-
- [dependencies.cairo-sys-rs]
- version = "0.5.0"
-@@ -47,12 +47,8 @@
-
- [features]
- default = ["use_glib"]
--dox = ["cairo-sys-rs/dox", "glib/dox"]
- embed-lgpl-docs = ["gtk-rs-lgpl-docs"]
- png = ["cairo-sys-rs/png"]
- purge-lgpl-docs = ["gtk-rs-lgpl-docs"]
- use_glib = ["glib", "glib-sys"]
- v1_12 = ["cairo-sys-rs/v1_12"]
--xcb = ["cairo-sys-rs/xcb"]
--[target."cfg(windows)".dependencies.winapi]
--version = "0.2.7"
diff --git a/cairo-rs-0.4.1-fix-metadata.diff b/cairo-rs-0.4.1-fix-metadata.diff
new file mode 100644
index 0000000..779cbb9
--- /dev/null
+++ b/cairo-rs-0.4.1-fix-metadata.diff
@@ -0,0 +1,13 @@
+--- cairo-rs-0.4.1/Cargo.toml 1970-01-01T01:00:00+01:00
++++ cairo-rs-0.4.1/Cargo.toml 2018-03-22T13:53:23.046525+01:00
+@@ -47,10 +47,8 @@
+
+ [features]
+ default = ["use_glib"]
+-dox = ["cairo-sys-rs/dox", "glib/dox"]
+ embed-lgpl-docs = ["gtk-rs-lgpl-docs"]
+ png = ["cairo-sys-rs/png"]
+ purge-lgpl-docs = ["gtk-rs-lgpl-docs"]
+ use_glib = ["glib", "glib-sys"]
+ v1_12 = ["cairo-sys-rs/v1_12"]
+-xcb = ["cairo-sys-rs/xcb"]
diff --git a/rust-cairo-rs.spec b/rust-cairo-rs.spec
index 2c9782e..10885cd 100644
--- a/rust-cairo-rs.spec
+++ b/rust-cairo-rs.spec
@@ -5,8 +5,8 @@
%global crate cairo-rs
Name: rust-%{crate}
-Version: 0.3.0
-Release: 3%{?dist}
+Version: 0.4.1
+Release: 1%{?dist}
Summary: Rust bindings for the Cairo library
License: MIT
@@ -14,18 +14,16 @@ URL: https://crates.io/crates/cairo-rs
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No X11
-# * No windows
-# * Relax c_vec version, https://github.com/gtk-rs/cairo/pull/173
-Patch0: cairo-rs-0.3.0-fix-metadata.diff
+Patch0: cairo-rs-0.4.1-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(c_vec) >= 1.2.0 with crate(c_vec) < 2.0.0)
-BuildRequires: (crate(cairo-sys-rs) >= 0.5.0 with crate(cairo-sys-rs) < 0.6.0)
-BuildRequires: (crate(glib) >= 0.4.0 with crate(glib) < 0.5.0)
-BuildRequires: (crate(glib-sys) >= 0.5.0 with crate(glib-sys) < 0.6.0)
+BuildRequires: (crate(cairo-sys-rs) >= 0.6.0 with crate(cairo-sys-rs) < 0.7.0)
+BuildRequires: (crate(glib) >= 0.5.0 with crate(glib) < 0.6.0)
+BuildRequires: (crate(glib-sys) >= 0.6.0 with crate(glib-sys) < 0.7.0)
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
# [build-dependencies]
BuildRequires: (crate(gtk-rs-lgpl-docs) >= 0.1.3 with crate(gtk-rs-lgpl-docs) < 0.2.0)
@@ -64,6 +62,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,LGPL}
%changelog
+* Thu Mar 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1
+- Update to 0.4.1
+
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 8c7a463..155e1c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cairo-rs-0.3.0.crate) = 068c53cb2c37236a8a3751628035b93d10fbdaf2efd7df09faa1dcfc482266183c2140ba235041e4246bdda76f14ba729f5da8491269efaa1c806442bddcaf25
+SHA512 (cairo-rs-0.4.1.crate) = b5aee0475eb8ff5a62ff86d2703ec52feef38e694e4779e3a6acfbddbd9588a75f7b08e01f4f1b9140ce01c827f54e8a58931013a3bb0dc3e6eefa676601934b
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=179033264857.1.10661963785656066805.rpms-rust-cairo-rs-4ef4cd6a9e9b@fedoraproject.org \
--to=ignatenkobrain@fedoraproject.org \
--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