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

A new commit has been pushed.

Repo   : rpms/rust-gdk-pixbuf
Branch : epel10
Commit : a6352c29e8e13efc08b32f0e7408a5fc1f4fe202
Author : Josh Stone <jistone@redhat.com>
Date   : 2019-12-09T17:12:30-08:00
Stats  : +21/-20 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf/c/a6352c29e8e13efc08b32f0e7408a5fc1f4fe202?branch=epel10

Log:
Update to 0.7.0

---
diff --git a/.gitignore b/.gitignore
index 4089472..7139b97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /gdk-pixbuf-0.4.0.crate
 /gdk-pixbuf-0.5.0.crate
 /gdk-pixbuf-0.6.0.crate
+/gdk-pixbuf-0.7.0.crate

diff --git a/rust-gdk-pixbuf.spec b/rust-gdk-pixbuf.spec
index 23fa73e..dc31310 100644
--- a/rust-gdk-pixbuf.spec
+++ b/rust-gdk-pixbuf.spec
@@ -1,34 +1,28 @@
-# Generated by rust2rpm
+# Generated by rust2rpm 10
 %bcond_with check
 %global debug_package %{nil}
 
 %global crate gdk-pixbuf
 
 Name:           rust-%{crate}
-Version:        0.6.0
-Release:        2%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Rust bindings for the GdkPixbuf library
 
+# Upstream license specification: MIT
 License:        MIT
 URL:            https://crates.io/crates/gdk-pixbuf
 Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch:      noarch
+%endif
 
 BuildRequires:  rust-packaging
-BuildRequires:  (crate(gdk-pixbuf-sys/default) >= 0.8.0 with crate(gdk-pixbuf-sys/default) < 0.9.0)
-BuildRequires:  (crate(gio-sys/default) >= 0.8.0 with crate(gio-sys/default) < 0.9.0)
-BuildRequires:  (crate(gio/default) >= 0.6.0 with crate(gio/default) < 0.7.0)
-BuildRequires:  (crate(glib-sys/default) >= 0.8.0 with crate(glib-sys/default) < 0.9.0)
-BuildRequires:  (crate(glib/default) >= 0.7.0 with crate(glib/default) < 0.8.0)
-BuildRequires:  (crate(gobject-sys/default) >= 0.8.0 with crate(gobject-sys/default) < 0.9.0)
-BuildRequires:  (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
-%if %{with check}
-BuildRequires:  (crate(gir-format-check/default) >= 0.1.0 with crate(gir-format-check/default) < 0.2.0)
-%endif
 
-%global _description \
-Rust bindings for the GdkPixbuf library.
+%global _description %{expand:
+Rust bindings for the GdkPixbuf library.}
 
 %description %{_description}
 
@@ -107,16 +101,16 @@ which use "futures" feature of "%{crate}" crate.
 %files       -n %{name}+futures-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
-%package     -n %{name}+futures-core-preview-devel
+%package     -n %{name}+futures-preview-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+futures-core-preview-devel %{_description}
+%description -n %{name}+futures-preview-devel %{_description}
 
 This package contains library source intended for building other packages
-which use "futures-core-preview" feature of "%{crate}" crate.
+which use "futures-preview" feature of "%{crate}" crate.
 
-%files       -n %{name}+futures-core-preview-devel
+%files       -n %{name}+futures-preview-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
 %package     -n %{name}+gtk-rs-lgpl-docs-devel
@@ -183,6 +177,9 @@ which use "v2_36_8" feature of "%{crate}" crate.
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep
 
+%generate_buildrequires
+%cargo_generate_buildrequires
+
 %build
 %cargo_build
 
@@ -195,6 +192,9 @@ which use "v2_36_8" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.7.0-1
+- Update to 0.7.0
+
 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
 

diff --git a/sources b/sources
index 7d601e6..0369b11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gdk-pixbuf-0.6.0.crate) = ab374ea78835ff27f239e3bf583b0dbad05b61cd699f1416315c6b2b9d0754dd7654096f1af11abc831044dd5d97b9bf0a7a1a2c0fd6a198cbdde49eedaae67c
+SHA512 (gdk-pixbuf-0.7.0.crate) = a413656b7c18acc030225b14134b1481902d19e1845ec73cf430921020dee7c99dd5e5469f60780aed2d3552d83792c6a193ddeba686324284eff2d78cc0b813

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

only message in thread, other threads:[~2026-09-25 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 14:44 [rpms/rust-gdk-pixbuf] epel10: Update to 0.7.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