From 8517d7c9008610fdcbbfd82a88008a652177b8f1 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Wed, 9 Dec 2020 15:32:28 +0800 Subject: [PATCH] Correct invalid URL and Source --- libgsf.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libgsf.spec b/libgsf.spec index bcda778..afa02fb 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -1,10 +1,10 @@ Name: libgsf Version: 1.14.43 -Release: 4 +Release: 5 Summary: GNOME Structured File library License: LGPLv2 -URL: http://www.gnome.org/projects/libgsf/ -Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.xz +URL: https://gitlab.gnome.org/GNOME/libgsf +Source: https://download.gnome.org/sources/%{name}/1.14/%{name}-%{version}.tar.xz BuildRequires: bzip2-devel chrpath gettext glib2-devel gobject-introspection-devel BuildRequires: libxml2-devel intltool gdk-pixbuf2-devel @@ -71,6 +71,12 @@ chrpath --delete %{buildroot}%{_bindir}/gsf* %{_mandir}/man1/gsf-vba-dump.1.gz %changelog +* Wed Dec 9 2020 wangchen - 1.14.43-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Correct invalid URL and Source + * Wed Nov 13 2019 chengquan - 1.14.43-4 - Type:bugfix - ID:NA -- Gitee