summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2013-04-15 22:41:39 +0200
committerKalev Lember <kalevlember@gmail.com>2013-04-15 22:41:44 +0200
commit41ba7919d7f7967c5ed10abf85bbe4a1f8c036c2 (patch)
tree32c686455807d517b0625700f161218bef5a442b
parentUpdate to 3.8.0 (diff)
downloadgtk3-classic-build-gtk3-41ba7919d7f7967c5ed10abf85bbe4a1f8c036c2.tar.gz
gtk3-classic-build-gtk3-41ba7919d7f7967c5ed10abf85bbe4a1f8c036c2.tar.bz2
gtk3-classic-build-gtk3-41ba7919d7f7967c5ed10abf85bbe4a1f8c036c2.zip
Update to 3.8.1
-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 9952471..2070d9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.7.12.tar.xz
/gtk+-3.7.14.tar.xz
/gtk+-3.8.0.tar.xz
+/gtk+-3.8.1.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index a41377c..55b26ae 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -14,7 +14,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.8.0
+Version: 3.8.1
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -265,6 +265,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
+- Update to 3.8.1
+
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
- Update to 3.8.0
diff --git a/sources b/sources
index 667110c..637066b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee8042469449c2bc702dbd9fa690f405 gtk+-3.8.0.tar.xz
+d79856ae2542f405059948c4efb5b16d gtk+-3.8.1.tar.xz
bgstack15