[mingw-gtk3] Update to 3.1.8

Kalev Lember kalev at fedoraproject.org
Sun Jul 10 12:23:35 UTC 2011


commit d499dfbd2eb9ca13b0f5be2940ebaeaef3b78824
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Jul 4 22:54:05 2011 +0300

    Update to 3.1.8
    
    - Dropped upstreamed patches
    - Switched to xz compressed tarball

 .gitignore                      |    1 +
 mingw-gtk3.spec                 |   22 ++----
 mingw32-gtk3-libuuid.patch      |   81 ----------------------
 mingw32-gtk3-manifest.patch     |   76 --------------------
 mingw32-gtk3-perf_marshal.patch |  145 ---------------------------------------
 sources                         |    2 +-
 6 files changed, 10 insertions(+), 317 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f47def..d607ac0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gtk+-3.0.10.tar.bz2
 /gtk+-3.0.11.tar.bz2
+/gtk+-3.1.8.tar.xz
diff --git a/mingw-gtk3.spec b/mingw-gtk3.spec
index fbe104e..15960f9 100644
--- a/mingw-gtk3.spec
+++ b/mingw-gtk3.spec
@@ -7,26 +7,18 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           mingw-gtk3
-Version:        3.0.11
+Version:        3.1.8
 Release:        1%{?dist}
 Summary:        MinGW Windows GTK+ library
 
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://www.gtk.org
-Source0:        http://download.gnome.org/sources/gtk+/%{release_version}/gtk+-%{version}.tar.bz2
+Source0:        http://download.gnome.org/sources/gtk+/%{release_version}/gtk+-%{version}.tar.xz
 # wine gtk-query-immodules-3.0.exe > gtk.immodules
 Source1:        gtk.immodules
-# Fix multiple symbol definitions in gtk/gtkmarshalers.c and perf/marshalers.c
-# https://bugzilla.gnome.org/show_bug.cgi?id=648926
-Patch0:         mingw32-gtk3-perf_marshal.patch
-# Disable gtk-update-icon-cache.exe.manifest with --enable-gtk2-dependency
-# https://bugzilla.gnome.org/show_bug.cgi?id=648938
-Patch1:         mingw32-gtk3-manifest.patch
-# Fix linking with libuuid
-# https://bugzilla.gnome.org/show_bug.cgi?id=642214
-Patch2:         mingw32-gtk3-libuuid.patch
 # Install missing gdk/win32/ headers
+# https://bugzilla.gnome.org/show_bug.cgi?id=653964
 Patch3:         mingw32-gtk3-gdk_headers.patch
 
 BuildArch:      noarch
@@ -82,9 +74,6 @@ This package contains the MinGW Windows cross compiled GTK+ 3 library.
 
 %prep
 %setup -q -n gtk+-%{version}
-%patch0 -p1 -b .perf_marshal
-%patch1 -p1 -b .manifest
-%patch2 -p1 -b .libuuid
 %patch3 -p1 -b .gdk_headers
 
 
@@ -169,6 +158,11 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/gtk-3.0/
 
 
 %changelog
+* Sun Jul 10 2011 Kalev Lember <kalevlember at gmail.com> - 3.1.8-1
+- Update to 3.1.8
+- Dropped upstreamed patches
+- Switched to xz compressed tarball
+
 * Fri Jul 08 2011 Kalev Lember <kalevlember at gmail.com> - 3.0.11-1
 - Update to 3.0.11
 - Install missing gdk/win32/ headers, patch by Greg Hellings (#718802)
diff --git a/sources b/sources
index eb6e57c..2998a41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9792d52737b05227659b75eea770fbdf  gtk+-3.0.11.tar.bz2
+7608247a41a56106d6c02b19b18f4301  gtk+-3.1.8.tar.xz


More information about the scm-commits mailing list