public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gio] epel10: Update to 0.7.0
@ 2026-09-25 10:38 Josh Stone
  0 siblings, 0 replies; only message in thread
From: Josh Stone @ 2026-09-25 10:38 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-gio
Branch : epel10
Commit : 4811cb27c6963c4f7a867d1c3049035fd5b4669a
Author : Josh Stone <jistone@redhat.com>
Date   : 2019-12-09T17:12:23-08:00
Stats  : +33/-45 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gio/c/4811cb27c6963c4f7a867d1c3049035fd5b4669a?branch=epel10

Log:
Update to 0.7.0

---
diff --git a/.gitignore b/.gitignore
index 47062a8..050d38b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /gio-0.4.1.crate
 /gio-0.5.1.crate
 /gio-0.6.0.crate
+/gio-0.7.0.crate

diff --git a/rust-gio.spec b/rust-gio.spec
index be9a1c7..93fb374 100644
--- a/rust-gio.spec
+++ b/rust-gio.spec
@@ -1,35 +1,28 @@
-# Generated by rust2rpm
+# Generated by rust2rpm 10
 %bcond_with check
 %global debug_package %{nil}
 
 %global crate gio
 
 Name:           rust-%{crate}
-Version:        0.6.0
-Release:        2%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Rust bindings for the Gio library
 
+# Upstream license specification: MIT
 License:        MIT
 URL:            https://crates.io/crates/gio
 Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch:      noarch
+%endif
 
 BuildRequires:  rust-packaging
-BuildRequires:  (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0)
-BuildRequires:  (crate(fragile/default) >= 0.3.0 with crate(fragile/default) < 0.4.0)
-BuildRequires:  (crate(gio-sys/default) >= 0.8.0 with crate(gio-sys/default) < 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(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}
-BuildRequires:  (crate(gir-format-check/default) >= 0.1.0 with crate(gir-format-check/default) < 0.2.0)
-%endif
 
-%global _description \
-Rust bindings for the Gio library.
+%global _description %{expand:
+Rust bindings for the Gio library.}
 
 %description %{_description}
 
@@ -96,40 +89,16 @@ which use "futures" feature of "%{crate}" crate.
 %files       -n %{name}+futures-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
-%package     -n %{name}+futures-channel-preview-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+futures-channel-preview-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "futures-channel-preview" feature of "%{crate}" crate.
-
-%files       -n %{name}+futures-channel-preview-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package     -n %{name}+futures-core-preview-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+futures-core-preview-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "futures-core-preview" feature of "%{crate}" crate.
-
-%files       -n %{name}+futures-core-preview-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package     -n %{name}+futures-util-preview-devel
+%package     -n %{name}+futures-preview-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+futures-util-preview-devel %{_description}
+%description -n %{name}+futures-preview-devel %{_description}
 
 This package contains library source intended for building other packages
-which use "futures-util-preview" feature of "%{crate}" crate.
+which use "futures-preview" feature of "%{crate}" crate.
 
-%files       -n %{name}+futures-util-preview-devel
+%files       -n %{name}+futures-preview-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
 %package     -n %{name}+gtk-rs-lgpl-docs-devel
@@ -156,6 +125,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}+subclassing-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+subclassing-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "subclassing" feature of "%{crate}" crate.
+
+%files       -n %{name}+subclassing-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
 %package     -n %{name}+v2_44-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -256,6 +237,9 @@ which use "v2_58" feature of "%{crate}" crate.
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep
 
+%generate_buildrequires
+%cargo_generate_buildrequires
+
 %build
 %cargo_build
 
@@ -268,6 +252,9 @@ which use "v2_58" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.7.0-1
+- Update to 0.7.0
+
 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
 

diff --git a/sources b/sources
index b05d103..143ec6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-0.6.0.crate) = 1efbbef9f0995e9ccc5b6412a92361349d76d796c243c82b16a682e0cc2719bda6ad91f5b4f73f60e446848f0e0bd727796dde2ff157b71d8c6bc9dbd0702b94
+SHA512 (gio-0.7.0.crate) = 2d46776fc64b9d63fd8dbd485ea3fc80a49bb86ff945628c81f33f877243c747fadae3bbb6ce228ca3e96870655a57c4d2881ee1454da2e310a7ad83d4a0e952

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 10:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 10:38 [rpms/rust-gio] epel10: Update to 0.7.0 Josh Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox