2.24.24
This commit is contained in:
parent
5f0b7e5bbb
commit
404504a6e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ gtk+-2.21.5.tar.bz2
|
|||||||
/gtk+-2.24.21.tar.xz
|
/gtk+-2.24.21.tar.xz
|
||||||
/gtk+-2.24.22.tar.bz2
|
/gtk+-2.24.22.tar.bz2
|
||||||
/gtk+-2.24.23.tar.xz
|
/gtk+-2.24.23.tar.xz
|
||||||
|
/gtk+-2.24.24.tar.xz
|
||||||
|
10
gtk2.spec
10
gtk2.spec
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||||
Name: gtk2
|
Name: gtk2
|
||||||
Version: 2.24.23
|
Version: 2.24.24
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -35,8 +35,6 @@ Patch2: icon-padding.patch
|
|||||||
Patch8: tooltip-positioning.patch
|
Patch8: tooltip-positioning.patch
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=611313
|
# https://bugzilla.gnome.org/show_bug.cgi?id=611313
|
||||||
Patch15: window-dragging.patch
|
Patch15: window-dragging.patch
|
||||||
# Backported from upstream
|
|
||||||
Patch16: 0001-pixbuf-engine-Fix-the-build-with-Werror-format-secur.patch
|
|
||||||
|
|
||||||
BuildRequires: atk-devel >= %{atk_version}
|
BuildRequires: atk-devel >= %{atk_version}
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
@ -148,7 +146,6 @@ This package contains developer documentation for the GTK+ widget toolkit.
|
|||||||
%patch2 -p1 -b .icon-padding
|
%patch2 -p1 -b .icon-padding
|
||||||
%patch8 -p1 -b .tooltip-positioning
|
%patch8 -p1 -b .tooltip-positioning
|
||||||
%patch15 -p1 -b .window-dragging
|
%patch15 -p1 -b .window-dragging
|
||||||
%patch16 -p1 -b .format_security
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||||
@ -338,6 +335,9 @@ gtk-query-immodules-2.0-%{__isa_bits} --update-cache
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 22 2014 Matthias Clasen <mclasen@redhat.com> - 2.24.24-1
|
||||||
|
- Update to 2.24.24
|
||||||
|
|
||||||
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.24.23-3
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.24.23-3
|
||||||
- Rebuilt for gobject-introspection 1.41.4
|
- Rebuilt for gobject-introspection 1.41.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user