public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gdk-pixbuf-sys] epel10: Update to 0.7.0
@ 2026-09-25 10:36 Igor Gnatenko
0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 2026-09-25 10:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gdk-pixbuf-sys
Branch : epel10
Commit : 568cbea9491013b8d950a23be81ea861a26e1d2d
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2019-02-12T10:59:49+01:00
Stats : +153/-27 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf-sys/c/568cbea9491013b8d950a23be81ea861a26e1d2d?branch=epel10
Log:
Update to 0.7.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
new file mode 100644
index 0000000..4efdd8d
--- /dev/null
+++ b/.rust2rpm.conf
@@ -0,0 +1,15 @@
+[DEFAULT]
+buildrequires =
+ pkgconfig(gdk-pixbuf-2.0) >= 2.26
+lib.requires =
+ pkgconfig(gdk-pixbuf-2.0) >= 2.26
+lib+v2_28.requires =
+ pkgconfig(gdk-pixbuf-2.0) >= 2.28
+lib+v2_30.requires =
+ pkgconfig(gdk-pixbuf-2.0) >= 2.30
+lib+v2_32.requires =
+ pkgconfig(gdk-pixbuf-2.0) >= 2.32
+lib+v2_36.requires =
+ pkgconfig(gdk-pixbuf-2.0) >= 2.36
+lib+v2_36_8.requires =
+ pkgconfig(gdk-pixbuf-2.0) >= 2.36.8
diff --git a/rust-gdk-pixbuf-sys.spec b/rust-gdk-pixbuf-sys.spec
index 4c8f139..8ba7bd4 100644
--- a/rust-gdk-pixbuf-sys.spec
+++ b/rust-gdk-pixbuf-sys.spec
@@ -1,49 +1,142 @@
# Generated by rust2rpm
-%bcond_without check
+%bcond_with check
%global debug_package %{nil}
-%global gdk_pixbuf_min 2.26
-
%global crate gdk-pixbuf-sys
Name: rust-%{crate}
-Version: 0.6.0
-Release: 3%{?dist}
+Version: 0.7.0
+Release: 1%{?dist}
Summary: FFI bindings to libgdk_pixbuf-2.0
License: MIT
URL: https://crates.io/crates/gdk-pixbuf-sys
-Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
+Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
-# [dependencies]
-BuildRequires: (crate(bitflags) >= 1.0.0 with crate(bitflags) < 2.0.0)
-BuildRequires: (crate(gio-sys) >= 0.6.0 with crate(gio-sys) < 0.7.0)
-BuildRequires: (crate(glib-sys) >= 0.6.0 with crate(glib-sys) < 0.7.0)
-BuildRequires: (crate(gobject-sys) >= 0.6.0 with crate(gobject-sys) < 0.7.0)
-BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
-# [build-dependencies]
-BuildRequires: (crate(pkg-config) >= 0.3.7 with crate(pkg-config) < 0.4.0)
-BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_min}
-
-%description
-%{summary}.
+BuildRequires: (crate(gio-sys/default) >= 0.7.0 with crate(gio-sys/default) < 0.8.0)
+BuildRequires: (crate(glib-sys/default) >= 0.7.0 with crate(glib-sys/default) < 0.8.0)
+BuildRequires: (crate(gobject-sys/default) >= 0.7.0 with crate(gobject-sys/default) < 0.8.0)
+BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
+BuildRequires: (crate(pkg-config/default) >= 0.3.7 with crate(pkg-config/default) < 0.4.0)
+%if %{with check}
+BuildRequires: (crate(shell-words/default) >= 0.1.0 with crate(shell-words/default) < 0.2.0)
+BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0)
+%endif
+BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.26
+
+%global _description \
+FFI bindings to libgdk_pixbuf-2.0.
+
+%description %{_description}
%package devel
Summary: %{summary}
-Requires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_min}
BuildArch: noarch
+Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.26
-%description devel
-FFI bindings to libgdk_pixbuf-2.0.
+%description devel %{_description}
+
+This package contains library source intended for building other packages
+which use "%{crate}" crate.
+
+%files devel
+%license LICENSE
+%{cargo_registry}/%{crate}-%{version}/
+
+%package -n %{name}+default-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
-which use %{crate} from crates.io.
+which use "default" feature of "%{crate}" crate.
+
+%files -n %{name}+default-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package -n %{name}+dox-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+dox-devel %{_description}
+
+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}+v2_28-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.28
+
+%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
+Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.30
+
+%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
+Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.32
+
+%description -n %{name}+v2_32-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_32" feature of "%{crate}" crate.
+
+%files -n %{name}+v2_32-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package -n %{name}+v2_36-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.36
+
+%description -n %{name}+v2_36-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_36" feature of "%{crate}" crate.
+
+%files -n %{name}+v2_36-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
+%package -n %{name}+v2_36_8-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.8
+
+%description -n %{name}+v2_36_8-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_36_8" feature of "%{crate}" crate.
+
+%files -n %{name}+v2_36_8-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
-%autosetup -n %{crate}-%{version} -p1
+%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@@ -57,11 +150,10 @@ which use %{crate} from crates.io.
%cargo_test
%endif
-%files devel
-%license LICENSE
-%{cargo_registry}/%{crate}-%{version}/
-
%changelog
+* Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
+- Update to 0.7.0
+
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/tests/.fmf/version b/tests/.fmf/version
new file mode 100644
index 0000000..d00491f
--- /dev/null
+++ b/tests/.fmf/version
@@ -0,0 +1 @@
+1
diff --git a/tests/provision.fmf b/tests/provision.fmf
new file mode 100644
index 0000000..503a97c
--- /dev/null
+++ b/tests/provision.fmf
@@ -0,0 +1,5 @@
+---
+standard-inventory-qcow2:
+ qemu:
+ # `cargo test` usually eats more than 1G.
+ m: 4G
diff --git a/tests/tests.yml b/tests/tests.yml
new file mode 100644
index 0000000..478eff1
--- /dev/null
+++ b/tests/tests.yml
@@ -0,0 +1,13 @@
+---
+- hosts: localhost
+ roles:
+ - role: standard-test-basic
+ tags:
+ - classic
+ repositories:
+ - repo: "https://src.fedoraproject.org/tests/rust.git"
+ dest: rust
+ tests:
+ - rust/cargo-test
+ environment:
+ pkg: rust-gdk-pixbuf-sys
^ 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-gdk-pixbuf-sys] epel10: Update to 0.7.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