From 07ae6abafe1c2b7da8f60fad5753b2e36e782afa Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Mon, 14 Sep 2020 15:14:31 +0800 Subject: [PATCH] update Source0 in spec Signed-off-by: Leo Fang --- gobject-introspection.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 8f7a906..ea47e60 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -4,12 +4,12 @@ Name: gobject-introspection Version: 1.64.1 -Release: 1 +Release: 2 Summary: Introspection system for GObject-based libraries License: GPLv2+, LGPLv2+, MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection -Source0: https://download.gnome.org/sources/gobject-introspection/1.58/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gobject-introspection/1.64/%{name}-%{version}.tar.xz BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt gdb meson BuildRequires: gtk-doc libffi-devel libX11-devel libXfixes-devel libXft-devel libxml2-devel mesa-libGL-devel python3-devel python3-mako python3-markdown @@ -75,6 +75,9 @@ fi %{_mandir}/man1/*.gz %changelog +* Mon Sep 14 2020 Leo Fang - 1.64.1-2 +- update Source0 in spec + * Fri Jul 24 2020 openEuler Buildteam - 1.64.1-1 - update software to v1.64.1 -- Gitee