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-gobject-sys] epel10: Update to 0.9.1
Date: Fri, 25 Sep 2026 10:35:04 GMT	[thread overview]
Message-ID: <179033250451.1.14857493008469242025.rpms-rust-gobject-sys-b8f9fd2be76d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-gobject-sys
Branch : epel10
Commit : b8f9fd2be76d190d719fada6338fe9273acc715c
Author : Josh Stone <jistone@redhat.com>
Date   : 2020-01-14T21:10:40-08:00
Stats  : +28/-10 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gobject-sys/c/b8f9fd2be76d190d719fada6338fe9273acc715c?branch=epel10

Log:
Update to 0.9.1

---
diff --git a/.gitignore b/.gitignore
index 44eb426..a9b92d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /gobject-sys-0.7.0.crate
 /gobject-sys-0.8.0.crate
 /gobject-sys-0.9.0.crate
+/gobject-sys-0.9.1.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index adc9674..a05c0c4 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -11,3 +11,5 @@ lib+v2_54.requires =
   pkgconfig(gobject-2.0) >= 2.54
 lib+v2_58.requires =
   pkgconfig(gobject-2.0) >= 2.58
+lib+v2_62.requires =
+  pkgconfig(gobject-2.0) >= 2.62

diff --git a/rust-gobject-sys.spec b/rust-gobject-sys.spec
index c2dffd8..ad4216e 100644
--- a/rust-gobject-sys.spec
+++ b/rust-gobject-sys.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 10
+# Generated by rust2rpm 13
 %bcond_with check
 %global debug_package %{nil}
 
 %global crate gobject-sys
 
 Name:           rust-%{crate}
-Version:        0.9.0
+Version:        0.9.1
 Release:        1%{?dist}
 Summary:        FFI bindings to libgobject-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_54-devel
 Summary:        %{summary}
@@ -101,7 +101,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_58-devel
 Summary:        %{summary}
@@ -114,7 +114,19 @@ 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_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
@@ -136,6 +148,9 @@ echo 'pkgconfig(gobject-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 c9e4dfb..59d7d55 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gobject-sys-0.9.0.crate) = 3876a291fab917d2c0b38c8312e02bfc7ab0c894cc4752cb944976d83b78d92fafa675c8186e3bfdfbf7786da88f6ac03520cbcae2c29993774f29c4af8d501a
+SHA512 (gobject-sys-0.9.1.crate) = 4ba8006daa38f9311341bc1fe9a2fd0ccc6fbc69321fd615186f81d73e388e7368f994a4be0d82fd4c2c4761973ce4fdec978571fb8ac2bc268748dccb6a0522

                 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=179033250451.1.14857493008469242025.rpms-rust-gobject-sys-b8f9fd2be76d@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