public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-glib-sys] epel10: Update to 0.10.0
@ 2026-09-25 10:34 Josh Stone
0 siblings, 0 replies; only message in thread
From: Josh Stone @ 2026-09-25 10:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-glib-sys
Branch : epel10
Commit : 1c06b1145eba93f72b6b37bb3c41229fcc6c4106
Author : Josh Stone <jistone@redhat.com>
Date : 2020-07-10T11:35:29-07:00
Stats : +22/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-glib-sys/c/1c06b1145eba93f72b6b37bb3c41229fcc6c4106?branch=epel10
Log:
Update to 0.10.0
---
diff --git a/.gitignore b/.gitignore
index d0fbf56..46e64f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/glib-sys-0.8.0.crate
/glib-sys-0.9.0.crate
/glib-sys-0.9.1.crate
+/glib-sys-0.10.0.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index 905b403..d29c751 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -23,3 +23,5 @@ lib+v2_60.requires =
pkgconfig(glib-2.0) >= 2.60
lib+v2_62.requires =
pkgconfig(glib-2.0) >= 2.62
+lib+v2_64.requires =
+ pkgconfig(glib-2.0) >= 2.64
diff --git a/rust-glib-sys.spec b/rust-glib-sys.spec
index 4f37d8e..4d5b69e 100644
--- a/rust-glib-sys.spec
+++ b/rust-glib-sys.spec
@@ -5,8 +5,8 @@
%global crate glib-sys
Name: rust-%{crate}
-Version: 0.9.1
-Release: 3%{?dist}
+Version: 0.10.0
+Release: 1%{?dist}
Summary: FFI bindings to libglib-2.0
# Upstream license specification: MIT
@@ -194,6 +194,19 @@ which use "v2_62" feature of "%{crate}" crate.
%files -n %{name}+v2_62-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%package -n %{name}+v2_64-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: pkgconfig(glib-2.0) >= 2.64
+
+%description -n %{name}+v2_64-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_64" feature of "%{crate}" crate.
+
+%files -n %{name}+v2_64-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@@ -214,6 +227,9 @@ echo 'pkgconfig(glib-2.0) >= 2.42'
%endif
%changelog
+* Thu Jul 09 2020 Josh Stone <jistone@redhat.com> - 0.10.0-1
+- Update to 0.10.0
+
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index 8855146..5b3ca2c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-sys-0.9.1.crate) = 03a2f045399e7605830d5a8616380a55854aec25c9f97b2d9f994e94ba1d0eee3026022f2b7980b84f81bc5a617efa71ffe6b6f63fcb19ae117b39432cb6f5d9
+SHA512 (glib-sys-0.10.0.crate) = ea658ab9f95cb1fef111f5f99916756878d33a8b2e4c10a26de5738d257fa46b546bea47643427b67e04527df175bbd08c80d80f0bd6dbc235cf7d78ec2daaac
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 10:34 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:34 [rpms/rust-glib-sys] epel10: Update to 0.10.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