Accepting request 109409 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/109409 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=126
This commit is contained in:
commit
5fe0977fb9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2d06f9f72092d75067c5fb5d7b751584d1102b15a4bfa7085c77cae21692919
|
||||
size 5947776
|
3
glib-2.31.20.tar.xz
Normal file
3
glib-2.31.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3475e1d866c462a36b89d4bae91181513c390ad0af25f445618321da1e022c2a
|
||||
size 6069744
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 15:34:35 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.31.20:
|
||||
+ Update to Unicode 6.1
|
||||
+ Update PCRE to 8.30
|
||||
+ Deprecations are now versioned, and new API is marked with the
|
||||
version it was introduced. Use these with
|
||||
GLIB_VERSION_{MIN,MAX}_REQUIRED
|
||||
+ The performance of signal emissions has been improved for
|
||||
simple cases
|
||||
+ Bugs fixed: bgo#529806, bgo#580873, bgo#592666, bgo#597785,
|
||||
bgo#621368, bgo#622149, bgo#639873, bgo#640202, bgo#668295,
|
||||
bgo#669670, bgo#670542, bgo#670557, bgo#670721, bgo#670751,
|
||||
bgo#670909, bgo#670922, bgo#670969, bgo#671025, bgo#671270,
|
||||
bgo#671281.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 07:28:14 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
10
glib2.spec
10
glib2.spec
@ -20,7 +20,7 @@
|
||||
|
||||
Name: glib2
|
||||
%define _name glib
|
||||
Version: 2.31.18
|
||||
Version: 2.31.20
|
||||
Release: 0
|
||||
# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib
|
||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||
@ -121,14 +121,16 @@ GSettings and applications used by the MIME system.
|
||||
|
||||
%package devel
|
||||
#'
|
||||
Requires: %{name} = %{version} pkg-config glibc-devel
|
||||
Requires: %{name} = %{version}
|
||||
Requires: glibc-devel
|
||||
Requires: pkg-config
|
||||
# Now require the subpackages too
|
||||
Requires: glib2-tools = %{version}
|
||||
Requires: libgio-2_0-0 = %{version}
|
||||
Requires: libglib-2_0-0 = %{version}
|
||||
Requires: libgmodule-2_0-0 = %{version}
|
||||
Requires: libgio-2_0-0 = %{version}
|
||||
Requires: libgthread-2_0-0 = %{version}
|
||||
Requires: libgobject-2_0-0 = %{version}
|
||||
Requires: libgthread-2_0-0 = %{version}
|
||||
# Required by gdbus-codegen
|
||||
Requires: python-xml
|
||||
Provides: glib2-doc = 2.19.6
|
||||
|
Loading…
Reference in New Issue
Block a user