This commit is contained in:
parent
5490ae9ceb
commit
f5aa93b588
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b1a0dc746a07c67aad15e22e3d751c3e7068c889d171efb1ab45efbab87c75d
|
||||
size 2868828
|
3
glib-2.12.9.tar.bz2
Normal file
3
glib-2.12.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10113e7b91f858557c7edb4b611cc009855c5ff8663af54977a65acb69445058
|
||||
size 2902738
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.am
|
||||
+++ Makefile.am
|
||||
--- Makefile.am.orig 2007-01-17 00:24:39.000000000 +0100
|
||||
+++ Makefile.am 2007-02-16 18:00:00.342037000 +0100
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.7
|
||||
|
||||
+ACLOCAL_AMFLAGS = -I m4macros
|
||||
+
|
||||
SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs
|
||||
SUBDIRS = . m4macros glib gobject gmodule gthread tests po docs
|
||||
|
||||
bin_SCRIPTS = glib-gettextize
|
||||
|
@ -1,3 +1,76 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 10:15:33 CST 2007 - maw@suse.de
|
||||
|
||||
- Update to version 2.12.9
|
||||
- Bugs fixed:
|
||||
397139 glib-2.12.8 breaks ABI
|
||||
393812 glib links against pthread
|
||||
394258 gthread.c: illegal include order
|
||||
394641 Undefined reference in gthread
|
||||
394150 gettime implementation breaks compilation on darwin 6
|
||||
395203 g_timer_elapsed off by 2 order of magnitude
|
||||
394262 image/* mimetype breaks stuff
|
||||
392636 glib-2.0.m4 ignores PKG_CONFIG environment variable
|
||||
395419 Glib-2.12.7 with mingw(w32api-3.8/windows) fails to compi...
|
||||
329031 G_GNUC_INTERNAL fails with gcc-2.95
|
||||
354707 No return() in non-void function
|
||||
387260 hang in zenity
|
||||
387823 glib 2.12.5 is breaking hal
|
||||
391370 Recent crash on file
|
||||
346955 NON-ASCII UTF-8 arg_description in GOptionEntry causes wr...
|
||||
371631 Bug in g_bit_nth_lsf?
|
||||
376645 Win32: Fatal warnings abort application even if IsDebugge...
|
||||
389300 g_utf8_collate_key modifies the locale
|
||||
390913 gslice.c: illegal declaration (C99)
|
||||
304517 glib/libcharset/localcharset.c/_g_locale_charset_raw: han...
|
||||
336438 unicode collate test failing
|
||||
391364 Warnings during ./configure due to $SED being undefined i...
|
||||
391367 config.status warning for datarootdir support in glib-get...
|
||||
371670 Faster g_bit_* operations
|
||||
302672 poll is completely broken on Mac OS X 10.4
|
||||
362328 errorcheck_mutex_test fails to compile due to missing -pthread
|
||||
316434 glib-2.6.6 fails to compile on AIX 5.1 due to assembler errors
|
||||
172406 gconvert.c, function open_converter
|
||||
327800 Hang during self-test of threads
|
||||
343825 Double expansion in m4macros/glib-gettext.m4 will fail with
|
||||
newer autoconf
|
||||
380801 build on Solaris does not work out of the box
|
||||
386252 HEAD broken with last commit
|
||||
138153 g_utf8_next_char problem with gcc -Wcast-qual
|
||||
161288 glib doesn't configure well on Mac OS < 10.3
|
||||
321977 GIOChannel ref_count private variable should be gint instead
|
||||
of guint
|
||||
343191 GKeyFile silently loses values
|
||||
346373 test failures in glib-2.10.3 on NetBSD
|
||||
347944 make check fails 2 test on Solaris 9
|
||||
355955 Hash tables in gwin32.c do not g_strdup their keys
|
||||
357585 Calls to set_cloexec inefficient on Solaris
|
||||
359190 gtimer.c failes to compile on solaris-2.9
|
||||
378078 extremely unlikely read-after-free in instance_real_class_get
|
||||
379207 gthreadpool.h causes warning with GCC and -Wshadow
|
||||
385132 solaris gettext support fix
|
||||
385910 Suprising behaviour with duplicate groups in GKeyFile
|
||||
386838 mapping-test freezes
|
||||
315061 compiler specific flag in gthread-2.0.pc
|
||||
362543 Compilation fail when configured with --disable-visibility
|
||||
362918 monotonic clock test uses AC_TRY_RUN
|
||||
369908 g_key_file_get_string not stripping final space
|
||||
373864 sanity_check is a bash script
|
||||
(These bugs are viewable on bugzilla.gnome.org)
|
||||
- Make GKeyFile accept keys that are commonly used
|
||||
- GKeyFile:
|
||||
+ The stricter syntax checks introduced in 2.12.5 have been reduced
|
||||
to warnings for the 2.12 series
|
||||
- GSlice:
|
||||
+ The slice allocator has gained address validation that
|
||||
can be activated with the environment variable
|
||||
G_SLICE=debug-blocks
|
||||
+ The allocator emits a warning if it detects too late
|
||||
thread initialization
|
||||
- GOption:
|
||||
+ Take double-width and zero-width characters into account
|
||||
when formatting --help output.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 15:30:50 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
|
78
glib2.spec
78
glib2.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package glib2 (Version 2.12.4)
|
||||
# spec file for package glib2 (Version 2.12.9)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,8 +16,8 @@ BuildRequires: gtk-doc pkg-config
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: on
|
||||
Version: 2.12.4
|
||||
Release: 25
|
||||
Version: 2.12.9
|
||||
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
|
||||
@ -171,7 +171,77 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/glib
|
||||
%{_datadir}/gtk-doc/html/gobject
|
||||
|
||||
%changelog -n glib2
|
||||
%changelog
|
||||
* Fri Feb 16 2007 - maw@suse.de
|
||||
- Update to version 2.12.9
|
||||
- Bugs fixed:
|
||||
397139 glib-2.12.8 breaks ABI
|
||||
393812 glib links against pthread
|
||||
394258 gthread.c: illegal include order
|
||||
394641 Undefined reference in gthread
|
||||
394150 gettime implementation breaks compilation on darwin 6
|
||||
395203 g_timer_elapsed off by 2 order of magnitude
|
||||
394262 image/* mimetype breaks stuff
|
||||
392636 glib-2.0.m4 ignores PKG_CONFIG environment variable
|
||||
395419 Glib-2.12.7 with mingw(w32api-3.8/windows) fails to compi...
|
||||
329031 G_GNUC_INTERNAL fails with gcc-2.95
|
||||
354707 No return() in non-void function
|
||||
387260 hang in zenity
|
||||
387823 glib 2.12.5 is breaking hal
|
||||
391370 Recent crash on file
|
||||
346955 NON-ASCII UTF-8 arg_description in GOptionEntry causes wr...
|
||||
371631 Bug in g_bit_nth_lsf?
|
||||
376645 Win32: Fatal warnings abort application even if IsDebugge...
|
||||
389300 g_utf8_collate_key modifies the locale
|
||||
390913 gslice.c: illegal declaration (C99)
|
||||
304517 glib/libcharset/localcharset.c/_g_locale_charset_raw: han...
|
||||
336438 unicode collate test failing
|
||||
391364 Warnings during ./configure due to $SED being undefined i...
|
||||
391367 config.status warning for datarootdir support in glib-get...
|
||||
371670 Faster g_bit_* operations
|
||||
302672 poll is completely broken on Mac OS X 10.4
|
||||
362328 errorcheck_mutex_test fails to compile due to missing -pthread
|
||||
316434 glib-2.6.6 fails to compile on AIX 5.1 due to assembler errors
|
||||
172406 gconvert.c, function open_converter
|
||||
327800 Hang during self-test of threads
|
||||
343825 Double expansion in m4macros/glib-gettext.m4 will fail with
|
||||
newer autoconf
|
||||
380801 build on Solaris does not work out of the box
|
||||
386252 HEAD broken with last commit
|
||||
138153 g_utf8_next_char problem with gcc -Wcast-qual
|
||||
161288 glib doesn't configure well on Mac OS < 10.3
|
||||
321977 GIOChannel ref_count private variable should be gint instead
|
||||
of guint
|
||||
343191 GKeyFile silently loses values
|
||||
346373 test failures in glib-2.10.3 on NetBSD
|
||||
347944 make check fails 2 test on Solaris 9
|
||||
355955 Hash tables in gwin32.c do not g_strdup their keys
|
||||
357585 Calls to set_cloexec inefficient on Solaris
|
||||
359190 gtimer.c failes to compile on solaris-2.9
|
||||
378078 extremely unlikely read-after-free in instance_real_class_get
|
||||
379207 gthreadpool.h causes warning with GCC and -Wshadow
|
||||
385132 solaris gettext support fix
|
||||
385910 Suprising behaviour with duplicate groups in GKeyFile
|
||||
386838 mapping-test freezes
|
||||
315061 compiler specific flag in gthread-2.0.pc
|
||||
362543 Compilation fail when configured with --disable-visibility
|
||||
362918 monotonic clock test uses AC_TRY_RUN
|
||||
369908 g_key_file_get_string not stripping final space
|
||||
373864 sanity_check is a bash script
|
||||
(These bugs are viewable on bugzilla.gnome.org)
|
||||
- Make GKeyFile accept keys that are commonly used
|
||||
- GKeyFile:
|
||||
+ The stricter syntax checks introduced in 2.12.5 have been reduced
|
||||
to warnings for the 2.12 series
|
||||
- GSlice:
|
||||
+ The slice allocator has gained address validation that
|
||||
can be activated with the environment variable
|
||||
G_SLICE=debug-blocks
|
||||
+ The allocator emits a warning if it detects too late
|
||||
thread initialization
|
||||
- GOption:
|
||||
+ Take double-width and zero-width characters into account
|
||||
when formatting --help output.
|
||||
* Thu Jan 25 2007 - sbrabec@suse.cz
|
||||
- Remove obsolete files kept by gnome-filesystem package.
|
||||
* Thu Dec 07 2006 - sbrabec@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user