Update to 3.19.1
This commit is contained in:
parent
0a33278d71
commit
3bb41ea38a
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user