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: Update to 0.8.0
Date: Fri, 25 Sep 2026 10:35:49 GMT	[thread overview]
Message-ID: <179033254927.1.10825992647901422141.rpms-rust-gio-sys-efb706011b71@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-gio-sys
            Branch : epel10
            Commit : efb706011b717835a2fd4aa44c0fcf7949fd5123
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2019-04-28T14:18:51+02:00
            Stats  : +27/-84 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-gio-sys/c/efb706011b717835a2fd4aa44c0fcf7949fd5123?branch=epel10

            Log:
            Update to 0.8.0

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

---
diff --git a/.gitignore b/.gitignore
index 57cc58b..e68cc75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gio-sys-0.5.0.crate
 /gio-sys-0.6.0.crate
 /gio-sys-0.7.0.crate
+/gio-sys-0.8.0.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index da58936..b6bc155 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,17 +1,7 @@
 [DEFAULT]
 buildrequires =
-  pkgconfig(gio-2.0) >= 2.32
+  pkgconfig(gio-2.0) >= 2.42
 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
@@ -27,3 +17,5 @@ lib+v2_54.requires =
   pkgconfig(gio-2.0) >= 2.54
 lib+v2_56.requires =
   pkgconfig(gio-2.0) >= 2.56
+lib+v2_58.requires =
+  pkgconfig(gio-2.0) >= 2.58

diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec
index d793fbf..3870451 100644
--- a/rust-gio-sys.spec
+++ b/rust-gio-sys.spec
@@ -1,13 +1,12 @@
 # Generated by rust2rpm
-# * Tests are run in infrastructure
 %bcond_with check
 %global debug_package %{nil}
 
 %global crate gio-sys
 
 Name:           rust-%{crate}
-Version:        0.7.0
-Release:        2%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        FFI bindings to libgio-2.0
 
 License:        MIT
@@ -17,15 +16,15 @@ Source:         %{crates_source}
 ExclusiveArch:  %{rust_arches}
 
 BuildRequires:  rust-packaging
-BuildRequires:  (crate(glib-sys/default) >= 0.7.0 with crate(glib-sys/default) < 0.8.0)
-BuildRequires:  (crate(gobject-sys/default) >= 0.7.0 with crate(gobject-sys/default) < 0.8.0)
+BuildRequires:  (crate(glib-sys/default) >= 0.8.0 with crate(glib-sys/default) < 0.9.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)
 BuildRequires:  (crate(pkg-config/default) >= 0.3.7 with crate(pkg-config/default) < 0.4.0)
 %if %{with check}
 BuildRequires:  (crate(shell-words/default) >= 0.1.0 with crate(shell-words/default) < 0.2.0)
 BuildRequires:  (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0)
 %endif
-BuildRequires:  pkgconfig(gio-2.0) >= 2.32
+BuildRequires:  pkgconfig(gio-2.0) >= 2.42
 
 %global _description \
 FFI bindings to libgio-2.0.
@@ -35,7 +34,7 @@ FFI bindings to libgio-2.0.
 %package        devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.32
+Requires:       pkgconfig(gio-2.0) >= 2.42
 
 %description    devel %{_description}
 
@@ -70,71 +69,6 @@ which use "dox" feature of "%{crate}" crate.
 %files       -n %{name}+dox-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
-%package     -n %{name}+v2_34-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.34
-
-%description -n %{name}+v2_34-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_34" feature of "%{crate}" crate.
-
-%files       -n %{name}+v2_34-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package     -n %{name}+v2_36-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.36
-
-%description -n %{name}+v2_36-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_36" feature of "%{crate}" crate.
-
-%files       -n %{name}+v2_36-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package     -n %{name}+v2_38-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.38
-
-%description -n %{name}+v2_38-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_38" feature of "%{crate}" crate.
-
-%files       -n %{name}+v2_38-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package     -n %{name}+v2_40-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.40
-
-%description -n %{name}+v2_40-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_40" feature of "%{crate}" crate.
-
-%files       -n %{name}+v2_40-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package     -n %{name}+v2_42-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.42
-
-%description -n %{name}+v2_42-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_42" feature of "%{crate}" crate.
-
-%files       -n %{name}+v2_42-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
 %package     -n %{name}+v2_44-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -226,6 +160,19 @@ which use "v2_56" feature of "%{crate}" crate.
 %files       -n %{name}+v2_56-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
+%package     -n %{name}+v2_58-devel
+Summary:        %{summary}
+BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.58
+
+%description -n %{name}+v2_58-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_58" feature of "%{crate}" crate.
+
+%files       -n %{name}+v2_58-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep
@@ -242,6 +189,9 @@ which use "v2_56" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Sun Apr 28 14:18:13 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-1
+- Update to 0.8.0
+
 * Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-2
 - Be more specific with dependencies
 

diff --git a/sources b/sources
index 1a0f2be..5f0c3ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-sys-0.7.0.crate) = 8716fb1959e51f877dbf56d31aa1c89631e739dddf038f2a2c5e554dc31d29e29b871150e334a1656b42b0e3724e3799bc3c7584f9d1951ac601d2dffdbaba7d
+SHA512 (gio-sys-0.8.0.crate) = 7e4e32ed57bcf7f8a0ffd477cab7b0c0e472363f6e995172b8ad1ece44c76a2d6afbab767faeb3bf7231702c4047dca2cd562c1c200bccae638b7efc054eb647

                 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=179033254927.1.10825992647901422141.rpms-rust-gio-sys-efb706011b71@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