public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Josh Stone <jistone@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-glib-sys] epel10: Update to 0.9.1
Date: Fri, 25 Sep 2026 10:34:00 GMT [thread overview]
Message-ID: <179033244084.1.6567589877004063052.rpms-rust-glib-sys-97acef83fb22@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-glib-sys
Branch : epel10
Commit : 97acef83fb22bbceffc3bf5c83333b991a637765
Author : Josh Stone <jistone@redhat.com>
Date : 2020-01-14T21:10:37-08:00
Stats : +46/-14 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-glib-sys/c/97acef83fb22bbceffc3bf5c83333b991a637765?branch=epel10
Log:
Update to 0.9.1
---
diff --git a/.gitignore b/.gitignore
index 03a9bbf..d0fbf56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/glib-sys-0.7.0.crate
/glib-sys-0.8.0.crate
/glib-sys-0.9.0.crate
+/glib-sys-0.9.1.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index c619e54..905b403 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -19,3 +19,7 @@ lib+v2_56.requires =
pkgconfig(glib-2.0) >= 2.56
lib+v2_58.requires =
pkgconfig(glib-2.0) >= 2.58
+lib+v2_60.requires =
+ pkgconfig(glib-2.0) >= 2.60
+lib+v2_62.requires =
+ pkgconfig(glib-2.0) >= 2.62
diff --git a/rust-glib-sys.spec b/rust-glib-sys.spec
index 502a7c6..383b90c 100644
--- a/rust-glib-sys.spec
+++ b/rust-glib-sys.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 10
+# Generated by rust2rpm 13
%bcond_with check
%global debug_package %{nil}
%global crate glib-sys
Name: rust-%{crate}
-Version: 0.9.0
+Version: 0.9.1
Release: 1%{?dist}
Summary: FFI bindings to libglib-2.0
@@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
-%{cargo_registry}/%{crate}-%{version}/
+%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -50,7 +50,7 @@ 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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dox-devel
Summary: %{summary}
@@ -62,7 +62,7 @@ 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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+v2_44-devel
Summary: %{summary}
@@ -75,7 +75,7 @@ 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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+v2_46-devel
Summary: %{summary}
@@ -88,7 +88,7 @@ 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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+v2_48-devel
Summary: %{summary}
@@ -101,7 +101,7 @@ 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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+v2_50-devel
Summary: %{summary}
@@ -114,7 +114,7 @@ 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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+v2_52-devel
Summary: %{summary}
@@ -127,7 +127,7 @@ 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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+v2_54-devel
Summary: %{summary}
@@ -140,7 +140,7 @@ 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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+v2_56-devel
Summary: %{summary}
@@ -153,7 +153,7 @@ This package contains library source intended for building other packages
which use "v2_56" feature of "%{crate}" crate.
%files -n %{name}+v2_56-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+v2_58-devel
Summary: %{summary}
@@ -166,7 +166,31 @@ 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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
+%package -n %{name}+v2_60-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+v2_60-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_60" feature of "%{crate}" crate.
+
+%files -n %{name}+v2_60-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
+%package -n %{name}+v2_62-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+v2_62-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_62" feature of "%{crate}" crate.
+
+%files -n %{name}+v2_62-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@@ -188,6 +212,9 @@ echo 'pkgconfig(glib-2.0) >= 2.42'
%endif
%changelog
+* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.9.1-1
+- Update to 0.9.1
+
* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.9.0-1
- Update to 0.9.0
diff --git a/sources b/sources
index 69eb8e6..8855146 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-sys-0.9.0.crate) = b181d63f97223e992624e6afa5b1be789416727fc4722c358f2761c6ae5b6cb681437128ba78ce7d24938c6ee55a397099bcd7ce55167b8aeca8e208ea0cb815
+SHA512 (glib-sys-0.9.1.crate) = 03a2f045399e7605830d5a8616380a55854aec25c9f97b2d9f994e94ba1d0eee3026022f2b7980b84f81bc5a617efa71ffe6b6f63fcb19ae117b39432cb6f5d9
reply other threads:[~2026-09-25 10:34 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=179033244084.1.6567589877004063052.rpms-rust-glib-sys-97acef83fb22@fedoraproject.org \
--to=jistone@redhat.com \
--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