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.6.0
Date: Fri, 25 Sep 2026 10:37:30 GMT	[thread overview]
Message-ID: <179033265056.1.8196348759294947045.rpms-rust-cairo-rs-615291081f7e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-cairo-rs
            Branch : epel10
            Commit : 615291081f7e381c4c586b0cf428cd7494536abd
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2019-04-28T14:40:25+02:00
            Stats  : +80/-18 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-cairo-rs/c/615291081f7e381c4c586b0cf428cd7494536abd?branch=epel10

            Log:
            Update to 0.6.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index b10b332..5710926 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /cairo-rs-0.3.0.crate
 /cairo-rs-0.4.1.crate
 /cairo-rs-0.5.0.crate
+/cairo-rs-0.6.0.crate

diff --git a/rust-cairo-rs.spec b/rust-cairo-rs.spec
index fe568c8..c9d57ae 100644
--- a/rust-cairo-rs.spec
+++ b/rust-cairo-rs.spec
@@ -5,7 +5,7 @@
 %global crate cairo-rs
 
 Name:           rust-%{crate}
-Version:        0.5.0
+Version:        0.6.0
 Release:        1%{?dist}
 Summary:        Rust bindings for the Cairo library
 
@@ -16,18 +16,16 @@ Source:         %{crates_source}
 ExclusiveArch:  %{rust_arches}
 
 BuildRequires:  rust-packaging
-BuildRequires:  (crate(cairo-sys-rs/default) >= 0.7.0 with crate(cairo-sys-rs/default) < 0.8.0)
-BuildRequires:  (crate(cairo-sys-rs/dox) >= 0.7.0 with crate(cairo-sys-rs/dox) < 0.8.0)
-BuildRequires:  (crate(cairo-sys-rs/png) >= 0.7.0 with crate(cairo-sys-rs/png) < 0.8.0)
-BuildRequires:  (crate(cairo-sys-rs/use_glib) >= 0.7.0 with crate(cairo-sys-rs/use_glib) < 0.8.0)
-BuildRequires:  (crate(cairo-sys-rs/v1_12) >= 0.7.0 with crate(cairo-sys-rs/v1_12) < 0.8.0)
-BuildRequires:  (crate(cairo-sys-rs/xcb) >= 0.7.0 with crate(cairo-sys-rs/xcb) < 0.8.0)
-BuildRequires:  (crate(glib-sys/default) >= 0.7.0 with crate(glib-sys/default) < 0.8.0)
-BuildRequires:  (crate(glib/default) >= 0.6.0 with crate(glib/default) < 0.7.0)
-BuildRequires:  (crate(glib/dox) >= 0.6.0 with crate(glib/dox) < 0.7.0)
-BuildRequires:  (crate(gobject-sys/default) >= 0.7.0 with crate(gobject-sys/default) < 0.8.0)
-BuildRequires:  (crate(gtk-rs-lgpl-docs/default) >= 0.1.3 with crate(gtk-rs-lgpl-docs/default) < 0.2.0)
+BuildRequires:  (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0)
+BuildRequires:  (crate(cairo-sys-rs/default) >= 0.8.0 with crate(cairo-sys-rs/default) < 0.9.0)
+BuildRequires:  (crate(cairo-sys-rs/use_glib) >= 0.8.0 with crate(cairo-sys-rs/use_glib) < 0.9.0)
+BuildRequires:  (crate(glib-sys/default) >= 0.8.0 with crate(glib-sys/default) < 0.9.0)
+BuildRequires:  (crate(glib/default) >= 0.7.0 with crate(glib/default) < 0.8.0)
+BuildRequires:  (crate(gobject-sys/default) >= 0.8.0 with crate(gobject-sys/default) < 0.9.0)
 BuildRequires:  (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
+%if %{with check}
+BuildRequires:  (crate(tempfile/default) >= 3.0.0 with crate(tempfile/default) < 4.0.0)
+%endif
 
 %global _description \
 Rust bindings for the Cairo library.
@@ -45,8 +43,8 @@ which use "%{crate}" crate.
 
 %files          devel
 %license COPYRIGHT LICENSE
+%doc README.md
 %{cargo_registry}/%{crate}-%{version}/
-%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,LGPL}
 
 %package     -n %{name}+default-devel
 Summary:        %{summary}
@@ -132,6 +130,18 @@ which use "gtk-rs-lgpl-docs" feature of "%{crate}" crate.
 %files       -n %{name}+gtk-rs-lgpl-docs-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
+%package     -n %{name}+pdf-devel
+Summary:        %{summary}
+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.
+
+%files       -n %{name}+pdf-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
 %package     -n %{name}+png-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -144,6 +154,18 @@ which use "png" feature of "%{crate}" crate.
 %files       -n %{name}+png-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
+%package     -n %{name}+ps-devel
+Summary:        %{summary}
+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.
+
+%files       -n %{name}+ps-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
 %package     -n %{name}+purge-lgpl-docs-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -156,6 +178,18 @@ which use "purge-lgpl-docs" feature of "%{crate}" crate.
 %files       -n %{name}+purge-lgpl-docs-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
+%package     -n %{name}+svg-devel
+Summary:        %{summary}
+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.
+
+%files       -n %{name}+svg-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
 %package     -n %{name}+use_glib-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -168,16 +202,28 @@ which use "use_glib" feature of "%{crate}" crate.
 %files       -n %{name}+use_glib-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
-%package     -n %{name}+v1_12-devel
+%package     -n %{name}+v1_14-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+v1_12-devel %{_description}
+%description -n %{name}+v1_14-devel %{_description}
 
 This package contains library source intended for building other packages
-which use "v1_12" feature of "%{crate}" crate.
+which use "v1_14" feature of "%{crate}" crate.
 
-%files       -n %{name}+v1_12-devel
+%files       -n %{name}+v1_14-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+v1_16-devel
+Summary:        %{summary}
+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.
+
+%files       -n %{name}+v1_16-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
 %package     -n %{name}+xcb-devel
@@ -192,6 +238,18 @@ which use "xcb" feature of "%{crate}" crate.
 %files       -n %{name}+xcb-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
+%package     -n %{name}+xlib-devel
+Summary:        %{summary}
+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.
+
+%files       -n %{name}+xlib-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep
@@ -208,6 +266,9 @@ which use "xcb" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Sun Apr 28 14:38:36 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-1
+- Update to 0.6.0
+
 * Mon Feb 18 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
 - Update to 0.5.0
 

diff --git a/sources b/sources
index 973cd98..500887a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cairo-rs-0.5.0.crate) = d98499a9019084265681fadc82905fa4c5a585dca2a7786cf7f6b496304219bdfd541b43bae208995e74c015ec36c0152dda76e02106d2b8783d9cd4a61307ca
+SHA512 (cairo-rs-0.6.0.crate) = a97b6c5797abcd193794248481e21ff956cfee8fe71868f824ee77e6702dc237f0f51ba47b29ddca3bcbb0fdc81a8edbcd6699c806168fbbefbdeb3997e34914

                 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=179033265056.1.8196348759294947045.rpms-rust-cairo-rs-615291081f7e@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