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-gio-sys] epel10: Be more precise with dependencies
Date: Fri, 25 Sep 2026 10:35:48 GMT	[thread overview]
Message-ID: <179033254876.1.3235803781267049334.rpms-rust-gio-sys-1ead96d1559e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-gio-sys
            Branch : epel10
            Commit : 1ead96d1559e15da32c217948c57f5ee68257bb7
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2019-02-12T10:23:07+01:00
            Stats  : +40/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-gio-sys/c/1ead96d1559e15da32c217948c57f5ee68257bb7?branch=epel10

            Log:
            Be more precise with dependencies

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

---
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index 128dcd5..da58936 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -3,3 +3,27 @@ buildrequires =
   pkgconfig(gio-2.0) >= 2.32
 lib.requires =
   pkgconfig(gio-2.0) >= 2.32
+lib+v2_34.requires =
+  pkgconfig(gio-2.0) >= 2.34
+lib+v2_36.requires =
+  pkgconfig(gio-2.0) >= 2.36
+lib+v2_38.requires =
+  pkgconfig(gio-2.0) >= 2.38
+lib+v2_40.requires =
+  pkgconfig(gio-2.0) >= 2.40
+lib+v2_42.requires =
+  pkgconfig(gio-2.0) >= 2.42
+lib+v2_44.requires =
+  pkgconfig(gio-2.0) >= 2.44
+lib+v2_46.requires =
+  pkgconfig(gio-2.0) >= 2.46
+lib+v2_48.requires =
+  pkgconfig(gio-2.0) >= 2.48
+lib+v2_50.requires =
+  pkgconfig(gio-2.0) >= 2.50
+lib+v2_52.requires =
+  pkgconfig(gio-2.0) >= 2.52
+lib+v2_54.requires =
+  pkgconfig(gio-2.0) >= 2.54
+lib+v2_56.requires =
+  pkgconfig(gio-2.0) >= 2.56

diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec
index 48ce239..d793fbf 100644
--- a/rust-gio-sys.spec
+++ b/rust-gio-sys.spec
@@ -7,7 +7,7 @@
 
 Name:           rust-%{crate}
 Version:        0.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        FFI bindings to libgio-2.0
 
 License:        MIT
@@ -73,6 +73,7 @@ which use "dox" feature of "%{crate}" crate.
 %package     -n %{name}+v2_34-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.34
 
 %description -n %{name}+v2_34-devel %{_description}
 
@@ -85,6 +86,7 @@ which use "v2_34" feature of "%{crate}" crate.
 %package     -n %{name}+v2_36-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.36
 
 %description -n %{name}+v2_36-devel %{_description}
 
@@ -97,6 +99,7 @@ which use "v2_36" feature of "%{crate}" crate.
 %package     -n %{name}+v2_38-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.38
 
 %description -n %{name}+v2_38-devel %{_description}
 
@@ -109,6 +112,7 @@ which use "v2_38" feature of "%{crate}" crate.
 %package     -n %{name}+v2_40-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.40
 
 %description -n %{name}+v2_40-devel %{_description}
 
@@ -121,6 +125,7 @@ which use "v2_40" feature of "%{crate}" crate.
 %package     -n %{name}+v2_42-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.42
 
 %description -n %{name}+v2_42-devel %{_description}
 
@@ -133,6 +138,7 @@ which use "v2_42" feature of "%{crate}" crate.
 %package     -n %{name}+v2_44-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.44
 
 %description -n %{name}+v2_44-devel %{_description}
 
@@ -145,6 +151,7 @@ which use "v2_44" feature of "%{crate}" crate.
 %package     -n %{name}+v2_46-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.46
 
 %description -n %{name}+v2_46-devel %{_description}
 
@@ -157,6 +164,7 @@ which use "v2_46" feature of "%{crate}" crate.
 %package     -n %{name}+v2_48-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.48
 
 %description -n %{name}+v2_48-devel %{_description}
 
@@ -169,6 +177,7 @@ which use "v2_48" feature of "%{crate}" crate.
 %package     -n %{name}+v2_50-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.50
 
 %description -n %{name}+v2_50-devel %{_description}
 
@@ -181,6 +190,7 @@ which use "v2_50" feature of "%{crate}" crate.
 %package     -n %{name}+v2_52-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.52
 
 %description -n %{name}+v2_52-devel %{_description}
 
@@ -193,6 +203,7 @@ which use "v2_52" feature of "%{crate}" crate.
 %package     -n %{name}+v2_54-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.54
 
 %description -n %{name}+v2_54-devel %{_description}
 
@@ -205,6 +216,7 @@ which use "v2_54" feature of "%{crate}" crate.
 %package     -n %{name}+v2_56-devel
 Summary:        %{summary}
 BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.56
 
 %description -n %{name}+v2_56-devel %{_description}
 
@@ -230,6 +242,9 @@ which use "v2_56" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-2
+- Be more specific with dependencies
+
 * Tue Feb 05 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
 - Update to 0.7.0
 

                 reply	other threads:[~2026-09-25 10:35 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=179033254876.1.3235803781267049334.rpms-rust-gio-sys-1ead96d1559e@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