Updating link to change in openSUSE:Factory/glib2 revision 89.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=e2e58361e72aa842739994b9db7ea654
This commit is contained in:
OBS User buildservice-autocommit 2010-09-13 09:16:32 +00:00 committed by Git OBS Bridge
parent 14598db9cc
commit ed6c5043ad
5 changed files with 66 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Sep 3 15:38:17 CEST 2010 - vuntz@opensuse.org
- Fix typo in %glib2_gio_module_post from macros.glib2, that was
causing an error in %post of packages using it.
-------------------------------------------------------------------
Tue Aug 31 09:01:56 CEST 2010 - vuntz@opensuse.org
- Update to version 2.25.15:
+ GIO:
- Memory leak fixes
- The GZip(De}Compressor can now process header information
- Support for network proxies has been added, with the GProxy
interface and the gio-proxy-resolver extension point. GIO
includes SOCKSv4 and SOCKSv5 implementations, and libproxy
is also going to provide an implementation of this extension
point.
- There are GAction and GActionGroup interfaces now, which will
be used in GApplication in the near future.
+ GObject:
- There are now convenience macros for defining boxed and
pointer types
+ GDBus:
- Memory leak fixes
- GDBusProxy for well-known names can now auto-restart
the service if the name owner disappears
- Filter functions are now allowed to modify messages
+ GLib:
- GDateTime is a replacement for GDate that supports time
and timezone information.
+ Bugs fixed:
- bgo#50076: Time API to go with date API
- bgo#449565: Add G_DEFINE_BOXED_TYPE()
- bgo#617691: Add GZIP header processing to
GZlibCompressor/GZlibDecompressor
- bgo#622184: add g_memory_output_stream_steal_data
- bgo#624546: Modification of GDBusMessage in filter function
- bgo#627088: Build failure in gdbus-peer.c on FreeBSD
- bgo#627181: save a memdup
- bgo#627182: Plug a mem leak in the gdbus-connection test
- bgo#627187: Plug some gdbus mem leaks
- bgo#627188: gdbus-non-socket test occasionally fails
- bgo#627252: G_OPTION_FLAG_NO_ARG is only for callback options
- bgo#627392: gdbus commit 8a3a4596 breaks win32 compile
- bgo#627407: FTBFS on !linux UNIX platforms
- bgo#627604: String error: 'that' twice in a row
- bgo#627969: ABR in g_file_open_tmp
- bgo#628084: gdbus-peer fails with assertion
- bgo#628193: Miscellaneous string fixes
- bgo#628296: abort() in gsocketconnection.c
- bgo#628309: Plug a mem leak in GConverterOutputStream
- bgo#628317: GEmblemedIcon:equal implementation is buggy
- bgo#628323: Fix invalid reads
- bgo#628327: Plug a mem leak
- bgo#628328: Plug a mem leak
- bgo#628329: Don't leak the FD list
- bgo#628324: Invalid reads in gdbus-export test
+ Updated translations.
-------------------------------------------------------------------
Tue Aug 17 11:01:27 CEST 2010 - dimstar@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package glib2 (Version 2.25.14)
# spec file for package glib2 (Version 2.25.15)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,7 +20,7 @@
Name: glib2
%define _name glib
Version: 2.25.14
Version: 2.25.15
Release: 1
# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib
# FIXME: remove python BuildRequires once sr#43603 is accepted

View File

@ -53,7 +53,7 @@ Requires(postun): glib2-tools
%if "%{_lib}" == "lib64" \
%{_bindir}/gio-querymodules-64 "${GIO_MODULES_DIR}" \
%else \
%{_bindir}/gio-querymodules "{$GIO_MODULES_DIR}" \
%{_bindir}/gio-querymodules "${GIO_MODULES_DIR}" \
%endif
# On uninstall, update the cache. Note: we ignore upgrades (already