OBS User unknown
2007-07-21 15:32:12 +00:00
committed by Git OBS Bridge
parent c0f9f0a867
commit 174d1c3885
4 changed files with 62 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Jul 19 17:34:48 CEST 2007 - maw@suse.de
- Update to version 2.13.7
* The memory corruption warning from the slice allocator that
occurred when threads were initialized after the slice allocator
has been removed, as the slice allocator now works fine
in this scenario.
* New functions g_once_init_enter() and g_once_init_leave() make
it easier to write threadsafe one-time initialization functions
* Bugs fixed: [against bugzilla.gnome.org]
454473 Simple XML Subset Parser terminates on invalid XML
445813 g_module_open error, add file name
453796 errno gets clobbered by g_filename_display_name
341988 don't use "-c" with msgfmt in Makefile.in.in
447048 Please produce slightly more output during long tests
454785 GModule documentation lists same block of code twice.
454786 GModule documentation lists same paragraph twice.
383155 small docs quirks in gobject/closure API documentation
65041 _get_type() functions aren't thread safe
* Updated translations
Assamese (as)
Spanish (es)
Gujarati (gu)
Japanese (ja)
Korean (ko)
Macedonian (mk)
-------------------------------------------------------------------
Thu Jul 5 18:51:39 CEST 2007 - maw@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package glib2 (Version 2.13.5)
# spec file for package glib2 (Version 2.13.7)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,11 +16,11 @@ BuildRequires: gtk-doc pkg-config
License: LGPL v2 or later
Group: Development/Libraries/C and C++
Autoreqprov: on
Version: 2.13.5
Version: 2.13.7
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
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.13/%{_name}-%{version}.tar.bz2
Source1: glib2.sh
Source2: glib2.csh
Patch0: glib-mkinstalldirs.patch
@@ -166,6 +166,31 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/gobject
%changelog
* Thu Jul 19 2007 - maw@suse.de
- Update to version 2.13.7
* The memory corruption warning from the slice allocator that
occurred when threads were initialized after the slice allocator
has been removed, as the slice allocator now works fine
in this scenario.
* New functions g_once_init_enter() and g_once_init_leave() make
it easier to write threadsafe one-time initialization functions
* Bugs fixed: [against bugzilla.gnome.org]
454473 Simple XML Subset Parser terminates on invalid XML
445813 g_module_open error, add file name
453796 errno gets clobbered by g_filename_display_name
341988 don't use "-c" with msgfmt in Makefile.in.in
447048 Please produce slightly more output during long tests
454785 GModule documentation lists same block of code twice.
454786 GModule documentation lists same paragraph twice.
383155 small docs quirks in gobject/closure API documentation
65041 _get_type() functions aren't thread safe
* Updated translations
Assamese (as)
Spanish (es)
Gujarati (gu)
Japanese (ja)
Korean (ko)
Macedonian (mk)
* 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