summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec5
-rw-r--r--sources2
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4876d98..832d7d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-2.99.2.tar.bz2
/gtk+-2.99.3.tar.bz2
/gtk+-3.0.0.tar.bz2
+/gtk+-3.0.1.tar.bz2
diff --git a/gtk3.spec b/gtk3.spec
index 12eaf02..0b3d279 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -10,7 +10,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.0.0
+Version: 3.0.1
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -239,6 +239,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
+- Update to 3.0.1
+
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
- Update to 3.0.0
diff --git a/sources b/sources
index be1cf16..0f09b07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8155d7b91cc0c187891349b6fad1a765 gtk+-3.0.0.tar.bz2
+2b940e20219a24d6bd816e300101edc8 gtk+-3.0.1.tar.bz2
bgstack15