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

A new commit has been pushed.

Repo   : rpms/rust-glib
Branch : epel10
Commit : 2354f9cc2d92348a67576e25e1281392824eb37c
Author : Josh Stone <jistone@redhat.com>
Date   : 2020-01-15T13:48:02-08:00
Stats  : +32/-40 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-glib/c/2354f9cc2d92348a67576e25e1281392824eb37c?branch=epel10

Log:
Update to 0.9.1

---
diff --git a/.gitignore b/.gitignore
index 6ecf6ed..5589e40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /glib-0.6.1.crate
 /glib-0.7.1.crate
 /glib-0.8.2.crate
+/glib-0.9.1.crate

diff --git a/rust-glib.spec b/rust-glib.spec
index 8b3c851..314f642 100644
--- a/rust-glib.spec
+++ b/rust-glib.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 10
+# Generated by rust2rpm 13
 %bcond_with check
 %global debug_package %{nil}
 
 %global crate glib
 
 Name:           rust-%{crate}
-Version:        0.8.2
+Version:        0.9.1
 Release:        1%{?dist}
 Summary:        Rust bindings for the GLib library
 
@@ -38,8 +38,8 @@ which use "%{crate}" crate.
 %files          devel
 %license COPYRIGHT LGPL LICENSE
 %doc README.md
-%{cargo_registry}/%{crate}-%{version}/
-%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,LGPL,Makefile}
+%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{appveyor.yml,LGPL,Makefile}
 
 %package     -n %{name}+default-devel
 Summary:        %{summary}
@@ -51,7 +51,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}
@@ -63,19 +63,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
-
-%package     -n %{name}+futures-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+futures-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "futures" feature of "%{crate}" crate.
-
-%files       -n %{name}+futures-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
 %package     -n %{name}+futures-preview-devel
 Summary:        %{summary}
@@ -87,19 +75,7 @@ This package contains library source intended for building other packages
 which use "futures-preview" feature of "%{crate}" crate.
 
 %files       -n %{name}+futures-preview-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
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
 %package     -n %{name}+v2_44-devel
 Summary:        %{summary}
@@ -111,7 +87,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}
@@ -123,7 +99,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}
@@ -135,7 +111,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}
@@ -147,7 +123,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}
@@ -159,7 +135,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}
@@ -171,7 +147,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}
@@ -183,7 +159,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}
@@ -195,7 +171,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_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
 
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
@@ -216,6 +204,9 @@ which use "v2_58" feature of "%{crate}" crate.
 %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.8.2-1
 - Update to 0.8.2
 

diff --git a/sources b/sources
index 7b019ff..04ab250 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-0.8.2.crate) = 7b86a1581c30cd9de24d9f1bd915dc020679237b62cef34ef85e07a0aa9151e26b0356536281fc769aeb4788265310f5d6becd63ed503e0662a284f17228a0fd
+SHA512 (glib-0.9.1.crate) = e06dc722b5f9c1682c8c093f8bb3f8cd76e52bf90b1af9c1760e0c9da12527431c4f0a07495f4ff19321ff187e38a75db9418e91b271133fa9890ab717a494cc

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

only message in thread, other threads:[~2026-09-25 10:36 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:36 [rpms/rust-glib] epel10: Update to 0.9.1 Josh Stone

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