summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-10-28 18:05:37 +0000
committerRichard Hughes <richard@hughsie.com>2013-10-28 18:05:37 +0000
commit06b90b48fa0ae1c3de0f2ffafd9e1800bd564668 (patch)
treefcbd4b1abfc7d48947ebcb04e40f8931b09047db
parentUpdate to 3.10.0 (diff)
downloadgtk3-classic-build-gtk3-06b90b48fa0ae1c3de0f2ffafd9e1800bd564668.tar.gz
gtk3-classic-build-gtk3-06b90b48fa0ae1c3de0f2ffafd9e1800bd564668.tar.bz2
gtk3-classic-build-gtk3-06b90b48fa0ae1c3de0f2ffafd9e1800bd564668.zip
Update to 3.11.0
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 5243140..e3b89c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.9.14.tar.xz
/gtk+-3.9.16.tar.xz
/gtk+-3.10.0.tar.xz
+/gtk+-3.11.0.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 87bf244..808bc92 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,13 +16,13 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.10.0
+Version: 3.11.0
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/gtk+
-Source: http://download.gnome.org/sources/gtk+/3.10/gtk+-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gtk+/3.11/gtk+-%{version}.tar.xz
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
@@ -287,6 +287,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
+- Update to 3.11.0
+
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
- Update to 3.10.0
diff --git a/sources b/sources
index 5841442..e36e544 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5148a330886b906ba0eb7842409d93f gtk+-3.10.0.tar.xz
+c125833bcaf4bf73d6e0c5c431769b20 gtk+-3.11.0.tar.xz
bgstack15