public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-gdk-pixbuf-sys] epel10: Update to 0.8.0
Date: Fri, 25 Sep 2026 10:36:20 GMT	[thread overview]
Message-ID: <179033258028.1.14295657612530243026.rpms-rust-gdk-pixbuf-sys-5e454e0a06a6@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-gdk-pixbuf-sys
            Branch : epel10
            Commit : 5e454e0a06a6d125275b4fffd8fbb7f3edc723ad
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2019-04-28T14:21:10+02:00
            Stats  : +12/-38 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf-sys/c/5e454e0a06a6d125275b4fffd8fbb7f3edc723ad?branch=epel10

            Log:
            Update to 0.8.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index cece377..9cb2368 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gdk-pixbuf-sys-0.5.0.crate
 /gdk-pixbuf-sys-0.6.0.crate
 /gdk-pixbuf-sys-0.7.0.crate
+/gdk-pixbuf-sys-0.8.0.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index 4efdd8d..715b4de 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,11 +1,7 @@
 [DEFAULT]
 buildrequires =
-  pkgconfig(gdk-pixbuf-2.0) >= 2.26
+  pkgconfig(gdk-pixbuf-2.0) >= 2.30
 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

diff --git a/rust-gdk-pixbuf-sys.spec b/rust-gdk-pixbuf-sys.spec
index 8ba7bd4..f6fbe27 100644
--- a/rust-gdk-pixbuf-sys.spec
+++ b/rust-gdk-pixbuf-sys.spec
@@ -5,7 +5,7 @@
 %global crate gdk-pixbuf-sys
 
 Name:           rust-%{crate}
-Version:        0.7.0
+Version:        0.8.0
 Release:        1%{?dist}
 Summary:        FFI bindings to libgdk_pixbuf-2.0
 
@@ -16,16 +16,16 @@ Source:         %{crates_source}
 ExclusiveArch:  %{rust_arches}
 
 BuildRequires:  rust-packaging
-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(gio-sys/default) >= 0.8.0 with crate(gio-sys/default) < 0.9.0)
+BuildRequires:  (crate(glib-sys/default) >= 0.8.0 with crate(glib-sys/default) < 0.9.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)
 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
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.30
 
 %global _description \
 FFI bindings to libgdk_pixbuf-2.0.
@@ -35,7 +35,7 @@ FFI bindings to libgdk_pixbuf-2.0.
 %package        devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       pkgconfig(gdk-pixbuf-2.0) >= 2.26
+Requires:       pkgconfig(gdk-pixbuf-2.0) >= 2.30
 
 %description    devel %{_description}
 
@@ -70,32 +70,6 @@ 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
@@ -151,6 +125,9 @@ which use "v2_36_8" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Sun Apr 28 14:20:38 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-1
+- Update to 0.8.0
+
 * Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
 - Update to 0.7.0
 

diff --git a/sources b/sources
index ed26fa1..ff18cec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gdk-pixbuf-sys-0.7.0.crate) = 8fb5ec0844d077a5d8b2c3b65cdc6e064409df52ca6d56b031add10f814fd51d497b0d15a179a8adfaa8c76e899618c584dd25cf1008b4504784ff870ef9bd94
+SHA512 (gdk-pixbuf-sys-0.8.0.crate) = d9e6b3d7e20862c5d5589ebc4586490d7e4f39eacbaea3857da78293ef0d7a36e5a89f5955cde9b4a8240abf0923cc3298c1edfee2e49e0a0ba0f038792a04c9

                 reply	other threads:[~2026-09-25 10:36 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=179033258028.1.14295657612530243026.rpms-rust-gdk-pixbuf-sys-5e454e0a06a6@fedoraproject.org \
    --to=ignatenkobrain@fedoraproject.org \
    --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