public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Raits <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cairo-sys-rs] epel10: Simplify dependency for glib feature
Date: Fri, 25 Sep 2026 10:32:27 GMT	[thread overview]
Message-ID: <179033234703.1.16241534239362115729.rpms-rust-cairo-sys-rs-e27897e93525@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-cairo-sys-rs
            Branch : epel10
            Commit : e27897e9352588b3854c41d5dcd015fa19d8ef1f
            Author : Igor Raits <ignatenkobrain@fedoraproject.org>
            Date   : 2020-02-18T03:03:29+01:00
            Stats  : +2/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-cairo-sys-rs/c/e27897e9352588b3854c41d5dcd015fa19d8ef1f?branch=epel10

            Log:
            Simplify dependency for glib feature

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

---
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index 9d42350..0c7e7fc 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -8,4 +8,4 @@ lib+v1_14.requires =
 lib+v1_16.requires =
   pkgconfig(cairo) >= 1.16
 lib+use_glib.requires =
-  (((pkgconfig(cairo-gobject) >= 1.16 if crate(cairo-sys-rs/v1_16)) and (pkgconfig(cairo-gobject) >= 1.14 if crate(cairo-sys-rs/v1_14))) if (crate(cairo-sys-rs/v1_16) or crate(cairo-sys-rs/v1_14)) else pkgconfig(cairo-gobject) >= 1.12)
+  ((pkgconfig(cairo-gobject) >= 1.16 if crate(cairo-sys-rs/v1_16)) and (pkgconfig(cairo-gobject) >= 1.14 if crate(cairo-sys-rs/v1_14)) and pkgconfig(cairo-gobject) >= 1.12)

diff --git a/rust-cairo-sys-rs.spec b/rust-cairo-sys-rs.spec
index b5ce7db..acc6c53 100644
--- a/rust-cairo-sys-rs.spec
+++ b/rust-cairo-sys-rs.spec
@@ -130,7 +130,7 @@ which use "svg" feature of "%{crate}" crate.
 %package     -n %{name}+use_glib-devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       (((pkgconfig(cairo-gobject) >= 1.16 if crate(cairo-sys-rs/v1_16)) and (pkgconfig(cairo-gobject) >= 1.14 if crate(cairo-sys-rs/v1_14))) if (crate(cairo-sys-rs/v1_16) or crate(cairo-sys-rs/v1_14)) else pkgconfig(cairo-gobject) >= 1.12)
+Requires:       ((pkgconfig(cairo-gobject) >= 1.16 if crate(cairo-sys-rs/v1_16)) and (pkgconfig(cairo-gobject) >= 1.14 if crate(cairo-sys-rs/v1_14)) and pkgconfig(cairo-gobject) >= 1.12)
 
 %description -n %{name}+use_glib-devel %{_description}
 

                 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=179033234703.1.16241534239362115729.rpms-rust-cairo-sys-rs-e27897e93525@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