[glib2] 2.27.92

Matthias Clasen mclasen at fedoraproject.org
Sat Jan 22 15:20:20 UTC 2011


commit f157144ee508531426c60cfb3b42510998c29635
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Sat Jan 22 10:20:04 2011 -0500

    2.27.92

 .gitignore |    1 +
 glib2.spec |   20 ++++++++++++++------
 sources    |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 285aa74..fbdd39d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ glib-2.25.13.tar.bz2
 /glib-2.27.4.tar.bz2
 /glib-2.27.90.tar.bz2
 /glib-2.27.91.tar.gz
+/glib-2.27.92.tar.bz2
diff --git a/glib2.spec b/glib2.spec
index 52e1286..4463965 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -2,7 +2,7 @@
 
 Summary: A library of handy utility functions
 Name: glib2
-Version: 2.27.91
+Version: 2.27.92
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -12,7 +12,7 @@ Source: http://download.gnome.org/sources/glib/2.27/glib-%{version}.tar.gz
 Source1: update-gio-modules
 Source2: glib2.sh
 Source3: glib2.csh
-BuildRequires: pkgconfig >= 1:0.14
+BuildRequires: pkgconfig
 BuildRequires: gamin-devel
 BuildRequires: gettext
 BuildRequires: libattr-devel
@@ -35,15 +35,16 @@ such as GTK+ and GNOME. It provides data structure handling for C,
 portability wrappers, and interfaces for such runtime functionality
 as an event loop, threads, dynamic loading, and an object system.
 
+
 %package devel
 Summary: A library of handy utility functions
 Group: Development/Libraries
-Requires: pkgconfig >= 1:0.14
 Requires: %{name} = %{version}-%{release}
 
 %description devel
 The glib2-devel package includes the header files for the GLib library.
 
+
 # anaconda needs static libs, see RH bug #193143
 %package static
 Summary: A library of handy utility functions
@@ -53,16 +54,18 @@ Requires: %{name}-devel = %{version}-%{release}
 %description static
 The glib2-static package includes static libraries of the GLib library.
 
+
 %prep
 %setup -q -n glib-%{version}
 
+
 %build
 # Support builds of both git snapshots and tarballs packed with autogoo
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \
-	   --enable-systemtap \
- 	   --enable-static \
-	   --with-runtime-libdir=../../%{_lib})
+           --enable-systemtap \
+           --enable-static \
+           --with-runtime-libdir=../../%{_lib})
 
 make %{?_smp_mflags}
 
@@ -130,6 +133,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %doc %{_mandir}/man1/gsettings.1.gz
 %doc %{_mandir}/man1/gdbus.1.gz
 
+
 %files devel
 %defattr(-, root, root, -)
 %{_libdir}/lib*.so
@@ -164,7 +168,11 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %defattr(-, root, root, -)
 %{_libdir}/lib*.a
 
+
 %changelog
+* Sat Jan 22 2011 Matthias Clasen <mclasen at redhat.com> - 2.27.92-1
+- Update to 2.27.92
+
 * Tue Jan 11 2011 Matthias Clasen <mclasen at redhat.com> - 2.27.91-1
 - Update to 2.27.91
 
diff --git a/sources b/sources
index b111d91..4b41b0b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4869ef7d604fcafef77db2b28ddfca8b  glib-2.27.91.tar.gz
+641400fc7b1dd9becdbcb0d7f9f15842  glib-2.27.92.tar.bz2


More information about the scm-commits mailing list