This commit is contained in:
Matthias Clasen 2011-06-14 00:22:08 -04:00
parent 07fef5bb93
commit c2615a3bf0
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.0.8.tar.bz2
/gtk+-3.0.9.tar.bz2
/gtk+-3.1.4.tar.bz2
/gtk+-3.1.6.tar.xz

View File

@ -9,13 +9,13 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 3.1.4
Version: 3.1.6
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.1/gtk+-%{version}.tar.bz2
Source: http://download.gnome.org/sources/gtk+/3.1/gtk+-%{version}.tar.xz
Source1: im-cedilla.conf
BuildRequires: gnome-common autoconf automake intltool gettext
@ -39,6 +39,7 @@ BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel
BuildRequires: libXi-devel
BuildRequires: gobject-introspection-devel
BuildRequires: colord-devel
# required for icon theme apis to work
Requires: hicolor-icon-theme
@ -123,6 +124,7 @@ widget toolkit.
--enable-xcomposite \
--enable-xdamage \
--enable-x11-backend \
--enable-colord \
)
# fight unused direct deps
@ -238,6 +240,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
* Tue Jun 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.6-1
- Update to 3.1.6
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.4-1
- Update to 3.1.4

View File

@ -1 +1 @@
36d08b77ef18c309eec1b4b163475787 gtk+-3.1.4.tar.bz2
ea17dc4841e61b2c3101b7759049e225 gtk+-3.1.6.tar.xz