summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 702a653..51b01d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,3 +133,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.19.10.tar.xz
/gtk+-3.19.11.tar.xz
/gtk+-3.19.12.tar.xz
+/gtk+-3.20.0.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 5f3d250..c2216e2 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,14 +17,14 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.19.12
+Version: 3.20.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.19/gtk+-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gtk+/3.20/gtk+-%{version}.tar.xz
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: pkgconfig(atk) >= %{atk_version}
@@ -340,6 +340,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
+- Update to 3.20.0
+
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.12-1
- Update to 3.19.12
diff --git a/sources b/sources
index 6aa1790..a8b3838 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-acdfb660f3d255a7ad35f51a6bc921e7 gtk+-3.19.12.tar.xz
+87849b2f47be672c109863c0022ba825 gtk+-3.20.0.tar.xz
bgstack15