OBS User unknown 2007-07-10 15:59:52 +00:00 committed by Git OBS Bridge
parent ce9c4c397f
commit c0f9f0a867
5 changed files with 102 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:706aa9da1c096af8d27b3ddb5da4e321dd6b10f881887639e280e4e10b81c4b3
size 2925342

3
glib-2.13.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b646d4de912f301036c91fddba95670c9f13892886cebd17f223100a9cfaa1c9
size 3265257

View File

@ -1,11 +1,13 @@
--- Makefile.am.orig 2007-01-17 00:24:39.000000000 +0100
+++ Makefile.am 2007-02-16 18:00:00.342037000 +0100
Index: Makefile.am
===================================================================
--- Makefile.am.orig
+++ Makefile.am
@@ -2,6 +2,8 @@
AUTOMAKE_OPTIONS = 1.7
+ACLOCAL_AMFLAGS = -I m4macros
+
SUBDIRS = . m4macros glib gobject gmodule gthread tests po docs
SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs
bin_SCRIPTS = glib-gettextize

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Thu Jul 5 18:51:39 CEST 2007 - maw@suse.de
- Update to version 2.13.5
- Overview of Changes from GLib 2.12 to GLib 2.13.0
=================================================
* Add GSequence, a list that is implemented using
a balanced binary tree.
* Add GRegex, an implementation of Perl regular expressions,
based on PCRE.
* Use Posix monotonic clocks instead of gettimeofday()
for GTimer when available.
* Support static initialization of GQeues with G_QUEUE_INIT,
g_queue_init() and g_queue_clear().
* Add g_string_chunk_clear() for clearing a
GStringChunk.
* Add g_unichar_get_script() to obtain Unicode
script information.
* Add g_unichar_iszerowidth() to obtain information
about zero-width characters.
* Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
type attribute.
* G_GNUC_INTERNAL has a working definition for the
Sun Studio compiler. This requires the macro to
be positioned before the function declaration.
* The slice allocator can produce detailed debugging
information with G_SLICE=debug-blocks.
* Modules support G_DEBUG flags resident-modules and
bind-now-modules.
* Add G_DEFINE_DYNAMIC_TYPE() to make it easier
to define types in modules.
* Bug fixes: too many to list them in detail here.
* New and updated translations (be,bg,bn,ca,cs,de,
en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
zh_HK,zh_TW)
-------------------------------------------------------------------
Thu Apr 12 16:41:43 CDT 2007 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package glib2 (Version 2.12.11)
# spec file for package glib2 (Version 2.13.5)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -13,11 +13,11 @@
Name: glib2
%define _name glib
BuildRequires: gtk-doc pkg-config
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
License: LGPL v2 or later
Group: Development/Libraries/C and C++
Autoreqprov: on
Version: 2.12.11
Release: 6
Version: 2.13.5
Release: 1
Summary: A Library with Convenient Functions Written in C
URL: http://www.gtk.org/
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
@ -59,8 +59,12 @@ Group: Development/Libraries/C and C++
Autoreqprov: on
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
This package contains all necessary include files, libraries,
configuration files and development tools (with manual pages) needed to
compile and link applications using the Gtk2 library.
The Gtk2 library provides convenient functions, such as lists and
hashes, to a C programmer and is used by Gtk+ and GNOME.
@ -162,6 +166,39 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/gobject
%changelog
* Thu Jul 05 2007 - maw@suse.de
- Update to version 2.13.5
- Overview of Changes from GLib 2.12 to GLib 2.13.0
* Add GSequence, a list that is implemented using
a balanced binary tree.
* Add GRegex, an implementation of Perl regular expressions,
based on PCRE.
* Use Posix monotonic clocks instead of gettimeofday()
for GTimer when available.
* Support static initialization of GQeues with G_QUEUE_INIT,
g_queue_init() and g_queue_clear().
* Add g_string_chunk_clear() for clearing a
GStringChunk.
* Add g_unichar_get_script() to obtain Unicode
script information.
* Add g_unichar_iszerowidth() to obtain information
about zero-width characters.
* Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
type attribute.
* G_GNUC_INTERNAL has a working definition for the
Sun Studio compiler. This requires the macro to
be positioned before the function declaration.
* The slice allocator can produce detailed debugging
information with G_SLICE=debug-blocks.
* Modules support G_DEBUG flags resident-modules and
bind-now-modules.
* Add G_DEFINE_DYNAMIC_TYPE() to make it easier
to define types in modules.
* Bug fixes: too many to list them in detail here.
* New and updated translations (be,bg,bn,ca,cs,de,
en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
zh_HK,zh_TW)
* Thu Apr 12 2007 - maw@suse.de
- Pass --enable-static to configure (#263998).
* Wed Mar 21 2007 - maw@suse.de