summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2015-10-28 08:26:33 +0100
committerKalev Lember <klember@redhat.com>2015-10-28 08:26:33 +0100
commit3bb41ea38a10d2187fd5944b8488eb0acffc2fef (patch)
tree36b5d5d1f6626b5f897b9409f375ae372e4d8625 /gtk3.spec
parentUpdate to 3.18.2 (diff)
downloadgtk3-classic-build-gtk3-3bb41ea38a10d2187fd5944b8488eb0acffc2fef.tar.gz
gtk3-classic-build-gtk3-3bb41ea38a10d2187fd5944b8488eb0acffc2fef.tar.bz2
gtk3-classic-build-gtk3-3bb41ea38a10d2187fd5944b8488eb0acffc2fef.zip
Update to 3.19.1
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec9
1 files changed, 7 insertions, 2 deletions
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
bgstack15