diff --git a/pygobject3.spec b/pygobject3.spec index 3b8bf42..d2d25ce 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -16,8 +16,8 @@ Release: 1%{?dist} Summary: Python bindings for GObject Introspection License: LGPLv2+ and MIT -URL: https://live.gnome.org/PyGObject -Source0: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.18/pygobject-%{version}.tar.xz +URL: https://wiki.gnome.org/Projects/PyGObject +Source0: https://download.gnome.org/sources/pygobject/3.18/pygobject-%{version}.tar.xz BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version} @@ -216,6 +216,7 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1 %changelog * Sat Oct 24 2015 Kalev Lember - 3.18.1-1 - Update to 3.18.1 +- Update project URL and Source download location * Mon Oct 19 2015 Kalev Lember - 3.18.0-2 - Backport a fix for Gdk.rectangle_intersect/rectangle_union compatibility