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 7a49782..836d25c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.7.0.tar.xz
/gtk+-3.7.2.tar.xz
/gtk+-3.7.4.tar.xz
+/gtk+-3.7.6.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 5a0a7eb..7a1bc2c 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -9,7 +9,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.7.4
+Version: 3.7.6
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -244,6 +244,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-1
+- Update to 3.7.6
+
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
- Update to 3.7.4
diff --git a/sources b/sources
index b8df7ed..85e2837 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-442a1ab1156383bb5b1377bae3c07305 gtk+-3.7.4.tar.xz
+76c5ee266b31c8b8c615a233a883984c gtk+-3.7.6.tar.xz
bgstack15