diff --git a/.gitignore b/.gitignore index d8c00a9..f9a48e5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ pygobject-2.21.5.tar.bz2 /pygobject-2.27.90.tar.bz2 /pygobject-2.27.91.tar.bz2 /pygobject-2.28.0.tar.bz2 +/pygobject-2.28.1.tar.bz2 diff --git a/pygobject2.spec b/pygobject2.spec index 99f011e..eab1f29 100644 --- a/pygobject2.spec +++ b/pygobject2.spec @@ -11,7 +11,7 @@ ### Abstract ### Name: pygobject2 -Version: 2.28.0 +Version: 2.28.1 Release: 1%{?dist} License: LGPLv2+ Group: Development/Languages @@ -19,7 +19,7 @@ Summary: Python 2 bindings for GObject URL: http://www.pygtk.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root #VCS: git:git://git.gnome.org/pygobject -Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.21/pygobject-%{version}.tar.bz2 +Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-%{version}.tar.bz2 ### Build Dependencies ### BuildRequires: glib2-devel >= %{glib2_version} @@ -190,6 +190,10 @@ rm examples/Makefile* %endif # with_python3 %changelog +* Mon Mar 21 2011 John (J5) Palmieri - 2.28.1-1 +- update to upstream version 2.28.1 stable +- fix the spec file's sources line to point to the correct ftp directory + * Tue Mar 08 2011 John (J5) Palmieri - 2.28.0-1 - update to upstream version 2.28.0 stable diff --git a/sources b/sources index 61c0c5a..5a278b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6c373b263633cdb0675de04118d00ef pygobject-2.28.0.tar.bz2 +0afd773a7d62e9e1c146f99929599985 pygobject-2.28.1.tar.bz2