summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec9
-rw-r--r--sources2
3 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index e038a30..c7ac6eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-2.91.4.tar.bz2
/gtk+-2.91.5.tar.bz2
/gtk+-2.99.0.tar.bz2
+/gtk+-2.99.1.tar.bz2
diff --git a/gtk3.spec b/gtk3.spec
index 3820db6..2f3339e 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -10,8 +10,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 2.99.0
-Release: 3%{?dist}
+Version: 2.99.1
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -21,7 +21,7 @@ Source3: im-cedilla.conf
BuildRequires: gnome-common autoconf automake intltool gettext
-Patch2: 0001-New-tooltip-style.patch
+#Patch2: 0001-New-tooltip-style.patch
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: glib2-devel >= %{glib2_version}
@@ -246,6 +246,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%exclude %{_mandir}/man1/gtk-builder-convert.1.gz
%changelog
+* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.1-1
+- Update to 2.99.1
+
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-3
- Obsolete gtk3-engines
diff --git a/sources b/sources
index 324a53f..44e48f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8991403e30457362f1bf20f1313a6456 gtk+-2.99.0.tar.bz2
+cdcbaf956c3165ba63db221b3ca2422a gtk+-2.99.1.tar.bz2
bgstack15