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-glib] epel10: Update to 0.6.1
Date: Fri, 25 Sep 2026 10:36:46 GMT	[thread overview]
Message-ID: <179033260649.1.7789203494238019674.rpms-rust-glib-44f2aea639a8@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-glib
            Branch : epel10
            Commit : 44f2aea639a870077644f234988af98db9ad418c
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2019-02-16T07:55:39+01:00
            Stats  : +224/-24 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-glib/c/44f2aea639a870077644f234988af98db9ad418c?branch=epel10

            Log:
            Update to 0.6.1

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

---
diff --git a/.gitignore b/.gitignore
index 50ad983..f37e026 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /glib-0.4.0.crate
 /glib-0.4.1.crate
 /glib-0.5.0.crate
+/glib-0.6.1.crate

diff --git a/rust-glib.spec b/rust-glib.spec
index 42a9878..83c70ed 100644
--- a/rust-glib.spec
+++ b/rust-glib.spec
@@ -5,43 +5,248 @@
 %global crate glib
 
 Name:           rust-%{crate}
-Version:        0.5.0
-Release:        3%{?dist}
+Version:        0.6.1
+Release:        1%{?dist}
 Summary:        Rust bindings for the GLib library
 
 License:        MIT
 URL:            https://crates.io/crates/glib
-Source0:        https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
+Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
 
 BuildRequires:  rust-packaging
-# [dependencies]
-BuildRequires:  (crate(bitflags) >= 1.0.0 with crate(bitflags) < 2.0.0)
-BuildRequires:  (crate(glib-sys) >= 0.6.0 with crate(glib-sys) < 0.7.0)
-BuildRequires:  (crate(gobject-sys) >= 0.6.0 with crate(gobject-sys) < 0.7.0)
-BuildRequires:  (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
-BuildRequires:  (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
+BuildRequires:  (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0)
+BuildRequires:  (crate(futures-preview/default) >= 0.2.0 with crate(futures-preview/default) < 0.3.0)
+BuildRequires:  (crate(glib-sys/default) >= 0.7.0 with crate(glib-sys/default) < 0.8.0)
+BuildRequires:  (crate(glib-sys/dox) >= 0.7.0 with crate(glib-sys/dox) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_34) >= 0.7.0 with crate(glib-sys/v2_34) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_36) >= 0.7.0 with crate(glib-sys/v2_36) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_38) >= 0.7.0 with crate(glib-sys/v2_38) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_40) >= 0.7.0 with crate(glib-sys/v2_40) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_44) >= 0.7.0 with crate(glib-sys/v2_44) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_46) >= 0.7.0 with crate(glib-sys/v2_46) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_48) >= 0.7.0 with crate(glib-sys/v2_48) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_50) >= 0.7.0 with crate(glib-sys/v2_50) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_52) >= 0.7.0 with crate(glib-sys/v2_52) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_54) >= 0.7.0 with crate(glib-sys/v2_54) < 0.8.0)
+BuildRequires:  (crate(glib-sys/v2_56) >= 0.7.0 with crate(glib-sys/v2_56) < 0.8.0)
+BuildRequires:  (crate(gobject-sys/default) >= 0.7.0 with crate(gobject-sys/default) < 0.8.0)
+BuildRequires:  (crate(gobject-sys/dox) >= 0.7.0 with crate(gobject-sys/dox) < 0.8.0)
+BuildRequires:  (crate(gobject-sys/v2_34) >= 0.7.0 with crate(gobject-sys/v2_34) < 0.8.0)
+BuildRequires:  (crate(gobject-sys/v2_36) >= 0.7.0 with crate(gobject-sys/v2_36) < 0.8.0)
+BuildRequires:  (crate(gobject-sys/v2_38) >= 0.7.0 with crate(gobject-sys/v2_38) < 0.8.0)
+BuildRequires:  (crate(gobject-sys/v2_44) >= 0.7.0 with crate(gobject-sys/v2_44) < 0.8.0)
+BuildRequires:  (crate(gobject-sys/v2_46) >= 0.7.0 with crate(gobject-sys/v2_46) < 0.8.0)
+BuildRequires:  (crate(gobject-sys/v2_54) >= 0.7.0 with crate(gobject-sys/v2_54) < 0.8.0)
+BuildRequires:  (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
+BuildRequires:  (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
 %if %{with check}
-# [dev-dependencies]
-BuildRequires:  (crate(tempdir) >= 0.3.0 with crate(tempdir) < 0.4.0)
+BuildRequires:  (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0)
 %endif
 
-%description
-%{summary}.
+%global _description \
+Rust bindings for the GLib library.
+
+%description %{_description}
 
 %package        devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description    devel
-Rust bindings for the GLib library.
+%description    devel %{_description}
+
+This package contains library source intended for building other packages
+which use "%{crate}" crate.
+
+%files          devel
+%license COPYRIGHT LGPL LICENSE
+%doc README.md
+%{cargo_registry}/%{crate}-%{version}/
+%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,LGPL,Makefile}
+
+%package     -n %{name}+default-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+default-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "default" feature of "%{crate}" crate.
+
+%files       -n %{name}+default-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+dox-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+dox-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "dox" feature of "%{crate}" crate.
+
+%files       -n %{name}+dox-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+futures-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+futures-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "futures" feature of "%{crate}" crate.
+
+%files       -n %{name}+futures-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+futures-preview-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+futures-preview-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "futures-preview" feature of "%{crate}" crate.
+
+%files       -n %{name}+futures-preview-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+v2_34-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%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
+
+%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
+
+%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
+
+%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_44-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v2_44-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_44" feature of "%{crate}" crate.
+
+%files       -n %{name}+v2_44-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+v2_46-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v2_46-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_46" feature of "%{crate}" crate.
+
+%files       -n %{name}+v2_46-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+v2_48-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v2_48-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_48" feature of "%{crate}" crate.
+
+%files       -n %{name}+v2_48-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+v2_50-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v2_50-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_50" feature of "%{crate}" crate.
+
+%files       -n %{name}+v2_50-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+v2_52-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v2_52-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_52" feature of "%{crate}" crate.
+
+%files       -n %{name}+v2_52-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+v2_54-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v2_54-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_54" feature of "%{crate}" crate.
+
+%files       -n %{name}+v2_54-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package     -n %{name}+v2_56-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v2_56-devel %{_description}
 
 This package contains library source intended for building other packages
-which use %{crate} from crates.io.
+which use "v2_56" feature of "%{crate}" crate.
+
+%files       -n %{name}+v2_56-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
 %prep
-%autosetup -n %{crate}-%{version} -p1
+%autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep
 
 %build
@@ -55,12 +260,6 @@ which use %{crate} from crates.io.
 %cargo_test
 %endif
 
-%files          devel
-%license COPYRIGHT LGPL LICENSE
-%doc README.md
-%{cargo_registry}/%{crate}-%{version}/
-%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,LGPL,Makefile}
-
 %changelog
 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

diff --git a/sources b/sources
index d28328e..a80ccc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-0.5.0.crate) = ed6bc3b34ff6be60df65cc35b35feb52873913f83fd0a49a0bdbddeccb8c785453b4cd46bf6c67b65868575807d53ee061ca8c25685a91210f315f80dea08725
+SHA512 (glib-0.6.1.crate) = 2dc66b1caaf786ea108b8a1ac0dde9f4394e77f4bc0b2642523a361c365bbf49aa0c0aba90d2180e029cf0669205ec98d953e70b0562ce2d0b72381abe7577f8

                 reply	other threads:[~2026-09-25 10:36 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=179033260649.1.7789203494238019674.rpms-rust-glib-44f2aea639a8@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