Accepting request 49327 from home:vuntz:branches:GNOME:Factory
thanks OBS-URL: https://build.opensuse.org/request/show/49327 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=102
This commit is contained in:
parent
a7fbdeff9c
commit
b5e5637639
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba2543fa9dceb7dbcfbf00dcc3773cd649ef1698d7f7ad401f136e980559777d
|
|
||||||
size 6524161
|
|
3
glib-2.26.0.tar.bz2
Normal file
3
glib-2.26.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c18e3aadb5b20acc7c0f7d3a77da8a2843b85a9fd73fd3aa360a7aea953e3b2
|
||||||
|
size 6632632
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 27 19:42:31 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.26.0:
|
||||||
|
+ GSettings:
|
||||||
|
- allow override files to have entries for non-existent schemas
|
||||||
|
- schema compiler no longer aborts due to an error in a single
|
||||||
|
.xml file
|
||||||
|
+ GDBus:
|
||||||
|
- fix some race conditions in the connection test cases
|
||||||
|
+ GDateTime:
|
||||||
|
- hide some implementation details (time zones)
|
||||||
|
- fix parameter naming in header file to match .c file
|
||||||
|
- add G_GNUC_WARN_UNUSED_RESULT for modifier functions
|
||||||
|
- add full ISO 8601 week date support and improve docs
|
||||||
|
+ Other:
|
||||||
|
- g_quark_try_string(NULL) now returns 0 without error
|
||||||
|
- clean up confusing code in GSocketControlMessage
|
||||||
|
- fix SOCKS5 memory leak
|
||||||
|
- improve some docs
|
||||||
|
+ Bugs closed: bgo#628937, bgo#629687, bgo#630000, bgo#630077,
|
||||||
|
bgo#630185,
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove python BuildRequires, that was there only because of a bug
|
||||||
|
in systemtap-sdt-devel dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 19 13:26:49 UTC 2010 - jengelh@medozas.de
|
Sun Sep 19 13:26:49 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glib2 (Version 2.25.17)
|
# spec file for package glib2 (Version 2.26.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,10 +20,9 @@
|
|||||||
|
|
||||||
Name: glib2
|
Name: glib2
|
||||||
%define _name glib
|
%define _name glib
|
||||||
Version: 2.25.17
|
Version: 2.26.0
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib
|
# 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
|
|
||||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: A Library with Convenient Functions Written in C
|
Summary: A Library with Convenient Functions Written in C
|
||||||
@ -51,8 +50,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
# Only needed because of missing deps in systemtap-sdt-devel, see sr#43603
|
|
||||||
BuildRequires: python
|
|
||||||
BuildRequires: systemtap-sdt-devel
|
BuildRequires: systemtap-sdt-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user