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 51b01d0..3834534 100644
--- a/.gitignore
+++ b/.gitignore
@@ -134,3 +134,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.19.11.tar.xz
/gtk+-3.19.12.tar.xz
/gtk+-3.20.0.tar.xz
+/gtk+-3.20.1.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index c2216e2..4534849 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,7 +17,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.20.0
+Version: 3.20.1
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -340,6 +340,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Fri Mar 25 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
+- Update to 3.20.1
+
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
- Update to 3.20.0
diff --git a/sources b/sources
index a8b3838..8893c88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87849b2f47be672c109863c0022ba825 gtk+-3.20.0.tar.xz
+e84726fcd14f11c50281409b16d64607 gtk+-3.20.1.tar.xz
bgstack15