summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec9
-rw-r--r--sources2
3 files changed, 9 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 6afc799..23f6daa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -121,3 +121,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.18.0.tar.xz
/gtk+-3.18.1.tar.xz
/gtk+-3.18.2.tar.xz
+/gtk+-3.19.1.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index a295a5a..1c60d9b 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.18.2
+Version: 3.19.1
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.18/gtk+-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gtk+/3.19/gtk+-%{version}.tar.xz
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: pkgconfig(atk) >= %{atk_version}
@@ -309,6 +309,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_bindir}/gtk3-icon-browser
%{_bindir}/gtk-builder-tool
%{_bindir}/gtk-encode-symbolic-svg
+%{_bindir}/gtk-query-settings
%{_datadir}/applications/gtk3-demo.desktop
%{_datadir}/applications/gtk3-icon-browser.desktop
%{_datadir}/applications/gtk3-widget-factory.desktop
@@ -327,6 +328,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_mandir}/man1/gtk3-widget-factory.1*
%{_mandir}/man1/gtk-builder-tool.1*
%{_mandir}/man1/gtk-encode-symbolic-svg.1*
+%{_mandir}/man1/gtk-query-settings.1*
%files devel-docs
%{_datadir}/gtk-doc
@@ -336,6 +338,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
+- Update to 3.19.1
+
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
- Update to 3.18.2
diff --git a/sources b/sources
index bbfe27b..672ef2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-230fd78e42419d35ff790784b457e5f2 gtk+-3.18.2.tar.xz
+685a1b497345ef53860bfca288cae591 gtk+-3.19.1.tar.xz
bgstack15