public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gdk-pixbuf] epel10: Update to 0.6.0
@ 2026-09-25 14:44 Igor Gnatenko
0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 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 : 40981d120128a973b5a31bfab917dbcdebc5d8b3
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2019-04-28T15:32:18+02:00
Stats : +12/-44 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf/c/40981d120128a973b5a31bfab917dbcdebc5d8b3?branch=epel10
Log:
Update to 0.6.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index 7ed16bb..4089472 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/gdk-pixbuf-0.3.0.crate
/gdk-pixbuf-0.4.0.crate
/gdk-pixbuf-0.5.0.crate
+/gdk-pixbuf-0.6.0.crate
diff --git a/rust-gdk-pixbuf.spec b/rust-gdk-pixbuf.spec
index 4cf8a4e..59c88f9 100644
--- a/rust-gdk-pixbuf.spec
+++ b/rust-gdk-pixbuf.spec
@@ -5,7 +5,7 @@
%global crate gdk-pixbuf
Name: rust-%{crate}
-Version: 0.5.0
+Version: 0.6.0
Release: 1%{?dist}
Summary: Rust bindings for the GdkPixbuf library
@@ -16,24 +16,12 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
-BuildRequires: (crate(fragile/default) >= 0.3.0 with crate(fragile/default) < 0.4.0)
-BuildRequires: (crate(futures-core-preview/default) >= 0.2.0 with crate(futures-core-preview/default) < 0.3.0)
-BuildRequires: (crate(gdk-pixbuf-sys/default) >= 0.7.0 with crate(gdk-pixbuf-sys/default) < 0.8.0)
-BuildRequires: (crate(gdk-pixbuf-sys/dox) >= 0.7.0 with crate(gdk-pixbuf-sys/dox) < 0.8.0)
-BuildRequires: (crate(gdk-pixbuf-sys/v2_28) >= 0.7.0 with crate(gdk-pixbuf-sys/v2_28) < 0.8.0)
-BuildRequires: (crate(gdk-pixbuf-sys/v2_30) >= 0.7.0 with crate(gdk-pixbuf-sys/v2_30) < 0.8.0)
-BuildRequires: (crate(gdk-pixbuf-sys/v2_32) >= 0.7.0 with crate(gdk-pixbuf-sys/v2_32) < 0.8.0)
-BuildRequires: (crate(gdk-pixbuf-sys/v2_36) >= 0.7.0 with crate(gdk-pixbuf-sys/v2_36) < 0.8.0)
-BuildRequires: (crate(gdk-pixbuf-sys/v2_36_8) >= 0.7.0 with crate(gdk-pixbuf-sys/v2_36_8) < 0.8.0)
-BuildRequires: (crate(gio-sys/default) >= 0.7.0 with crate(gio-sys/default) < 0.8.0)
-BuildRequires: (crate(gio/default) >= 0.5.0 with crate(gio/default) < 0.6.0)
-BuildRequires: (crate(gio/futures) >= 0.5.0 with crate(gio/futures) < 0.6.0)
-BuildRequires: (crate(glib-sys/default) >= 0.7.0 with crate(glib-sys/default) < 0.8.0)
-BuildRequires: (crate(glib/default) >= 0.6.0 with crate(glib/default) < 0.7.0)
-BuildRequires: (crate(glib/dox) >= 0.6.0 with crate(glib/dox) < 0.7.0)
-BuildRequires: (crate(glib/futures) >= 0.6.0 with crate(glib/futures) < 0.7.0)
-BuildRequires: (crate(gobject-sys/default) >= 0.7.0 with crate(gobject-sys/default) < 0.8.0)
-BuildRequires: (crate(gtk-rs-lgpl-docs/default) >= 0.1.3 with crate(gtk-rs-lgpl-docs/default) < 0.2.0)
+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)
@@ -155,30 +143,6 @@ which use "purge-lgpl-docs" feature of "%{crate}" crate.
%files -n %{name}+purge-lgpl-docs-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-%package -n %{name}+v2_28-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+v2_28-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_28" feature of "%{crate}" crate.
-
-%files -n %{name}+v2_28-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package -n %{name}+v2_30-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+v2_30-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_30" feature of "%{crate}" crate.
-
-%files -n %{name}+v2_30-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
%package -n %{name}+v2_32-devel
Summary: %{summary}
BuildArch: noarch
@@ -231,6 +195,9 @@ which use "v2_36_8" feature of "%{crate}" crate.
%endif
%changelog
+* Sun Apr 28 15:31:45 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-1
+- Update to 0.6.0
+
* Mon Feb 18 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0
diff --git a/sources b/sources
index 096d6ca..7d601e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gdk-pixbuf-0.5.0.crate) = 7bc985176a90ff37c0c9555aacb6d189391abccd96d35537d569576641575055e9de656fb556be102c68c570483168f4d0aa221fc9afc49e1ac251fe8ac36cbc
+SHA512 (gdk-pixbuf-0.6.0.crate) = ab374ea78835ff27f239e3bf583b0dbad05b61cd699f1416315c6b2b9d0754dd7654096f1af11abc831044dd5d97b9bf0a7a1a2c0fd6a198cbdde49eedaae67c
^ 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.6.0 Igor Gnatenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox