[gtk3] Update to 3.7.8

Richard Hughes rhughes at fedoraproject.org
Tue Feb 5 17:36:22 UTC 2013


commit db73f868343b6950f84612fe45d5b131d8c4e320
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Feb 5 17:36:09 2013 +0000

    Update to 3.7.8

 .gitignore                                         |    1 +
 ...w-invisible-toplevels-to-do-sizing-operat.patch |   48 --------------------
 0001-window-allocation-x-y-is-0-0.patch            |   27 -----------
 gtk3.spec                                          |   14 ++----
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 85 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 836d25c..8b9f83a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@ gtk+-2.90.5.tar.bz2
 /gtk+-3.7.2.tar.xz
 /gtk+-3.7.4.tar.xz
 /gtk+-3.7.6.tar.xz
+/gtk+-3.7.8.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index fc3e879..7f75a01 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -14,18 +14,14 @@
 
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk3
-Version: 3.7.6
-Release: 4%{?dist}
+Version: 3.7.8
+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.7/gtk+-%{version}.tar.xz
 
-# fixes for 3.7.6 bugs
-Patch0: 0001-window-allocation-x-y-is-0-0.patch
-Patch1: 0001-widget-Allow-invisible-toplevels-to-do-sizing-operat.patch
-
 BuildRequires: gnome-common autoconf automake intltool gettext
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: at-spi2-atk-devel
@@ -125,9 +121,6 @@ widget toolkit.
 %prep
 %setup -q -n gtk+-%{version}
 
-%patch0 -p1 -b .window-allocation-1
-%patch1 -p1 -b .window-allocation-2
-
 %build
 
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
@@ -266,6 +259,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
 %{_datadir}/gtk-doc
 
 %changelog
+* Tue Feb 05 2013 Richard Hughes <rhughes at redhat.com> - 3.7.8-1
+- Update to 3.7.8
+
 * Mon Jan 28 2013 Matthias Clasen <mclasen at redhat.com> - 3.7.6-4
 - Move im-cedilla back to -immodules subpackage to avoid
   a conflict with gtk2-immodules (#797838)
diff --git a/sources b/sources
index 85e2837..9f4637e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76c5ee266b31c8b8c615a233a883984c  gtk+-3.7.6.tar.xz
+b27a7a1c544cb3aa99b1f957fa962563  gtk+-3.7.8.tar.xz


More information about the scm-commits mailing list