From bb46893b59d388265c74d1632102ae7665b523fb Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Wed, 16 Nov 2022 16:50:10 +0800 Subject: [PATCH] Modify Source0 (cherry picked from commit 40fbd269aa32db49a0ec6bef670f72a7bed72b42) --- pygobject3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pygobject3.spec b/pygobject3.spec index 8663bf7..6b6b9c9 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -1,10 +1,10 @@ Name: pygobject3 Version: 3.42.0 -Release: 3 +Release: 4 Summary: Provides bindings for GObject based libraries License: LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/PyGObject -Source0: https://download.gnome.org/sources/pygobject/3.38/pygobject-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pygobject/3.42/pygobject-%{version}.tar.xz BuildRequires: glib2-devel >= 2.56.0 gobject-introspection-devel >= 1.56.0 BuildRequires: meson cairo-gobject-devel @@ -86,6 +86,9 @@ xvfb-run %{__python3} setup.py test %{_libdir}/pkgconfig/pygobject-3.0.pc %changelog +* Wed Nov 16 2022 fuanan - 3.42.0-4 +- Modify Source0 + * Mon Oct 24 2022 zhuofeng - 3.42.0-3 - Rebuild for next release -- Gitee