public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-glib] epel10: Update to version 0.15.8; Fixes RHBZ#2061930
Date: Fri, 25 Sep 2026 10:37:00 GMT	[thread overview]
Message-ID: <179033262009.1.1904038359424810518.rpms-rust-glib-f8cc8420f47d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-glib
Branch : epel10
Commit : f8cc8420f47d86aa43616b1157e0610c9af3dc3a
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-03-09T14:58:53+01:00
Stats  : +25/-23 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-glib/c/f8cc8420f47d86aa43616b1157e0610c9af3dc3a?branch=epel10

Log:
Update to version 0.15.8; Fixes RHBZ#2061930

---
diff --git a/.gitignore b/.gitignore
index 8814436..f971a43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /glib-0.14.8.crate
 /glib-0.15.5.crate
 /glib-0.15.6.crate
+/glib-0.15.8.crate

diff --git a/rust-glib.spec b/rust-glib.spec
index 9ba0299..081a4b4 100644
--- a/rust-glib.spec
+++ b/rust-glib.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 20
+# Generated by rust2rpm 21
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate glib
 
 Name:           rust-%{crate}
-Version:        0.15.6
+Version:        0.15.8
 Release:        %autorelease
 Summary:        Rust bindings for the GLib library
 
@@ -16,7 +16,7 @@ Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
 
-BuildRequires:  rust-packaging
+BuildRequires:  rust-packaging >= 21
 
 %global _description %{expand:
 Rust bindings for the GLib library.}
@@ -33,9 +33,10 @@ This package contains library source intended for building other packages which
 use the "%{crate}" crate.
 
 %files          devel
-%license COPYRIGHT LICENSE
-%doc README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/COPYRIGHT
+%license %{crate_instdir}/LICENSE
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
 
 %package     -n %{name}+default-devel
 Summary:        %{summary}
@@ -47,7 +48,7 @@ This package contains library source intended for building other packages which
 use the "default" feature of the "%{crate}" crate.
 
 %files       -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+dox-devel
 Summary:        %{summary}
@@ -59,7 +60,7 @@ This package contains library source intended for building other packages which
 use the "dox" feature of the "%{crate}" crate.
 
 %files       -n %{name}+dox-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+log-devel
 Summary:        %{summary}
@@ -71,7 +72,7 @@ This package contains library source intended for building other packages which
 use the "log" feature of the "%{crate}" crate.
 
 %files       -n %{name}+log-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+log_macros-devel
 Summary:        %{summary}
@@ -83,7 +84,7 @@ This package contains library source intended for building other packages which
 use the "log_macros" feature of the "%{crate}" crate.
 
 %files       -n %{name}+log_macros-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+rs-log-devel
 Summary:        %{summary}
@@ -95,7 +96,7 @@ This package contains library source intended for building other packages which
 use the "rs-log" feature of the "%{crate}" crate.
 
 %files       -n %{name}+rs-log-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_50-devel
 Summary:        %{summary}
@@ -107,7 +108,7 @@ This package contains library source intended for building other packages which
 use the "v2_50" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_50-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_52-devel
 Summary:        %{summary}
@@ -119,7 +120,7 @@ This package contains library source intended for building other packages which
 use the "v2_52" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_52-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_54-devel
 Summary:        %{summary}
@@ -131,7 +132,7 @@ This package contains library source intended for building other packages which
 use the "v2_54" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_54-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_56-devel
 Summary:        %{summary}
@@ -143,7 +144,7 @@ This package contains library source intended for building other packages which
 use the "v2_56" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_56-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_58-devel
 Summary:        %{summary}
@@ -155,7 +156,7 @@ This package contains library source intended for building other packages which
 use the "v2_58" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_58-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_60-devel
 Summary:        %{summary}
@@ -167,7 +168,7 @@ This package contains library source intended for building other packages which
 use the "v2_60" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_60-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_62-devel
 Summary:        %{summary}
@@ -179,7 +180,7 @@ This package contains library source intended for building other packages which
 use the "v2_62" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_62-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_64-devel
 Summary:        %{summary}
@@ -191,7 +192,7 @@ This package contains library source intended for building other packages which
 use the "v2_64" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_64-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_66-devel
 Summary:        %{summary}
@@ -203,7 +204,7 @@ This package contains library source intended for building other packages which
 use the "v2_66" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_66-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_68-devel
 Summary:        %{summary}
@@ -215,7 +216,7 @@ This package contains library source intended for building other packages which
 use the "v2_68" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_68-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+v2_70-devel
 Summary:        %{summary}
@@ -227,7 +228,7 @@ This package contains library source intended for building other packages which
 use the "v2_70" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_70-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1

diff --git a/sources b/sources
index 5a35ff3..2aed27f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-0.15.6.crate) = 8bd820e270309b3d780bdf7ba6e8794ed912eade328c3980e967d05fed68e4c6ee6df7367af09791d61338ce869b15a20a8b7ec91669376b80e9a9f49ae7fda5
+SHA512 (glib-0.15.8.crate) = 1334c644babc37ecd5d3e52642147029f698e59bf86b9ad83f00da63e1d85d853d675b032212ccbb8220b135ebef762fb77b4d37f7c3491eb584930b39fa7dbb

                 reply	other threads:[~2026-09-25 10:37 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=179033262009.1.1904038359424810518.rpms-rust-glib-f8cc8420f47d@fedoraproject.org \
    --to=decathorpe@gmail.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