commit 4b4f9eea5ca7e30d66d8765b687c4f4fc43b719b Author: Tomas Bzatek tbzatek@redhat.com Date: Fri Apr 1 12:08:08 2011 +0200
update to 0.2.2
.gitignore | 1 + gitg.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index ec64dd9..0262ec7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ gitg-0.0.6.tar.bz2 /gitg-0.2.0.tar.bz2 +/gitg-0.2.2.tar.bz2 diff --git a/gitg.spec b/gitg.spec index 79392dd..8f2549c 100644 --- a/gitg.spec +++ b/gitg.spec @@ -1,5 +1,5 @@ Name: gitg -Version: 0.2.0 +Version: 0.2.2 Release: 1%{?dist} Summary: GTK+ graphical interface for the git revision control system
@@ -121,6 +121,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas %{_includedir}/libgitg-1.0
%changelog +* Fri Apr 01 2011 Ignacio Casal Quinteiro icq@gnome.org - 0.2.2-1 +- update to 0.2.2 + * Tue Feb 08 2011 Ignacio Casal Quinteiro icq@gnome.org - 0.2.0-1 - update to 0.2.0
diff --git a/sources b/sources index b0b6016..d90cd1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d2b78d7686a84b52d7316c5eedf3ba1 gitg-0.2.0.tar.bz2 +4707d5e898b248c52cc1f8582a0ad494 gitg-0.2.2.tar.bz2
scm-commits@lists.fedoraproject.org