[glib2] Update to 2.31.0

Tomas Bzatek tbzatek at fedoraproject.org
Fri Oct 21 10:49:30 UTC 2011


commit 7541cc7333d87fdd70a6319ad56b2807003d9ba4
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Fri Oct 21 12:49:26 2011 +0200

    Update to 2.31.0

 .gitignore                                         |    1 +
 ...-handling-of-ENUMs-and-integral-return-ty.patch |  218 --------------------
 glib2.spec                                         |   10 +-
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 224 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 729c37e..df5ebc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ glib-2.25.13.tar.bz2
 /glib-2.29.92.tar.xz
 /glib-2.30.0.tar.xz
 /glib-2.30.1.tar.xz
+/glib-2.31.0.tar.xz
diff --git a/glib2.spec b/glib2.spec
index d55d72a..de88458 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -2,15 +2,13 @@
 
 Summary: A library of handy utility functions
 Name: glib2
-Version: 2.30.1
+Version: 2.31.0
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
 #VCS: git:git://git.gnome.org/glib
-Source: http://download.gnome.org/sources/glib/2.30/glib-%{version}.tar.xz
-
-Patch0: 0001-closure-fix-handling-of-ENUMs-and-integral-return-ty.patch
+Source: http://download.gnome.org/sources/glib/2.31/glib-%{version}.tar.xz
 
 BuildRequires: pkgconfig
 BuildRequires: gamin-devel
@@ -59,7 +57,6 @@ The glib2-static package includes static libraries of the GLib library.
 
 %prep
 %setup -q -n glib-%{version}
-%patch0 -p1 -b .ffi
 
 %build
 # Support builds of both git snapshots and tarballs packed with autogoo
@@ -162,6 +159,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 
 
 %changelog
+* Fri Oct 21 2011 Tomas Bzatek <tbzatek at redhat.com> - 2.31.0-1
+- Update to 2.31.0
+
 * Fri Oct 14 2011 Matthias Clasen <mclasen at redhat.com> - 2.30.1-1
 - Update to 2.30.1
 
diff --git a/sources b/sources
index 790152c..276348d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1954dca69994fb8f60280341da3fe2ae  glib-2.30.1.tar.xz
+3806d113305cdb5193174de5d354294e  glib-2.31.0.tar.xz


More information about the scm-commits mailing list