Accepting request 252124 from GNOME:Factory

Push GNOME 3.14.0 (forwarded request 251874 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/252124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=160
This commit is contained in:
Stephan Kulow
2014-09-30 17:39:09 +00:00
committed by Git OBS Bridge
4 changed files with 122 additions and 6 deletions

View File

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

3
glib-2.42.0.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,114 @@
-------------------------------------------------------------------
Mon Sep 22 18:37:27 UTC 2014 - zaitor@opensuse.org
- Update to version 2.42.0:
+ Introspection warning fixes.
+ g_application_add_main_option now uses an enum instead of an
'int' for the type of a parameter.
+ Added a G_OPTION_FLAG_NONE so that people don't need to use 0.
+ gresource: Use GError in more places.
+ gresource commandline tool: improve extraction from multiple
sections.
+ GSource now takes the context lock (if any) in
g_source_set_name().
+ New documentation to clarify the use of some APIs related to
GVariant, GSource, GApplication.
+ Other minor updates to docs.
+ Bugs fixed: bgo#736683, bgo#736975.
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 16 19:56:48 UTC 2014 - dimstar@opensuse.org
- Update to version 2.41.5:
+ Bugs fixed: bgo#735819, bgo#735915, bgo#736350, bgo#736351,
bgo#736458.
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 8 09:53:20 UTC 2014 - jengelh@inai.de
- Add libtool BuildRequires and call autoreconf -fi in build
section: glib/Makefile.am always calls config.status, which
requires aclocal in a matching version.
-------------------------------------------------------------------
Tue Sep 2 18:12:37 UTC 2014 - zaitor@opensuse.org
- Update to version 2.41.4:
+ GApplication now has binding-friendly API to handle commandline
options: g_application_add_main_option.
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang.
+ Bugs fixed: bgo#583330, bgo#727455, bgo#734126, bgo#735179,
bgo#735297.
+ Updated translations.
-------------------------------------------------------------------
Sat Aug 16 17:17:05 UTC 2014 - dimstar@opensuse.org
- Update to version 2.41.3:
+ g_clear_pointer and g_clear_object no longer use atomics.
+ Bugs fixed: bgo#711547, bgo#725511, bgo#725513, bgo#725514,
bgo#725515, bgo#728730, bgo#729703, bgo#730932, bgo#732085,
bgo#732754, bgo#733345, bgo#733576, bgo#733715, bgo#733934,
bgo#733960, bgo#733969, bgo#733982, bgo#734035.
+ Updated to translations.
-------------------------------------------------------------------
Fri Jul 18 09:26:05 UTC 2014 - dimstar@opensuse.org
- Update to version 2.41.2:
+ The Unicode support has been updated to version 7.0 of the
Unicode standard.
+ GNotification now supports priorities for notifications.
+ GCredentials has gained NetBSD support.
+ GMutex now uses a faster, native implementation on Linux.
+ Bugs fixed: bgo#699132, bgo#720708, bgo#722092, bgo#724986,
bgo#727974, bgo#728256, bgo#728401, bgo#729825, bgo#729914,
bgo#730293, bgo#731339, bgo#731424, bgo#731623, bgo#731929,
bgo#731950, bgo#731986, bgo#732184, bgo#732357, bgo#732429,
bgo#732465, bgo#732704, bgo#732739, bgo#732754, bgo#732984,
bgo#733084, bgo#733146.
+ Updated translations.
-------------------------------------------------------------------
Fri Jul 18 09:25:05 UTC 2014 - dimstar@opensuse.org
- Update to version 2.41.1:
+ Bugs fixed: bgo#697229, bgo#698614, bgo#729269, bgo#730198,
bgo#730807, bgo#730963, bgo#730984, bgo#731050, bgo#731200,
bgo#731335, bgo#731341, bgo#731366, bgo#731425, bgo#731513,
bgo#731584, bgo#731657, bgo#731979, bgo#731996, bgo#732002,
bgo#732005, bgo#732019, bgo#732068, bgo#732081, bgo#732107.
- Changes from version 2.41.0:
+ Many bugfixes found by static analysis, including potential fd
leaks and NULL pointer dereferences.
+ Increased use of (nullable) attribute on out values and return
types now that it is supported.
+ Use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of
desktopfiles, deprecating g_desktop_app_info_set_desktop_env().
+ Add support for g_desktop_app_info_get_implementations() to
find desktop files that have an Implements= line for a given
interface.
+ GHmac has gained SHA-512 support.
+ Support the new mimeapps specification (most notably, moving
the associations/defaults configuration to
~/.config/mimeapps.list).
+ libgobject is now linked -Wl,-z,nodelete when possible to avoid
errors when gobject is used from a module for a program that
does not itself use gobject and that module is
unloaded/reloaded.
+ Bugs fixed: bgo#623552, bgo#667468, bgo#668152, bgo#707298,
bgo#712391, bgo#722723, bgo#724741, bgo#726040, bgo#726318,
bgo#726611, bgo#726872, bgo#727119, bgo#727123, bgo#727320,
bgo#727551, bgo#727559, bgo#727692, bgo#727890, bgo#727900,
bgo#727928, bgo#727939, bgo#727964, bgo#728040, bgo#728066,
bgo#728280, bgo#728285, bgo#728350, bgo#728380, bgo#728565,
bgo#728983, bgo#729167, bgo#729563, bgo#729813, bgo#729875,
bgo#730045, bgo#730189, bgo#730190, bgo#730277, bgo#730278,
bgo#730295, bgo#730493.
+ Updated translations.
-------------------------------------------------------------------
Fri Jul 18 09:13:01 UTC 2014 - zaitor@opensuse.org

View File

@@ -20,14 +20,14 @@
Name: glib2
%define _name glib
Version: 2.40.0
Version: 2.42.0
Release: 0
# FIXME: find out if tapsets should really be in devel package or in main package
Summary: General-Purpose Utility Library
License: LGPL-2.1+
Group: System/Libraries
Url: http://www.gtk.org/
Source: http://download.gnome.org/sources/glib/2.40/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/glib/2.42/%{_name}-%{version}.tar.xz
Source1: glib2.sh
Source2: glib2.csh
# Not upstream file. Only proposes upstream packages:
@@ -54,6 +54,8 @@ BuildRequires: fdupes
BuildRequires: gamin-devel
BuildRequires: gcc-c++
BuildRequires: libselinux-devel
# glib/Makefile.am calls config.status, and thus triggers a bootstrap
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: python-base
# gdbus-codegen is run during the build, so we need python-xml
@@ -117,7 +119,6 @@ This package provides upstream defaults for settings stored with
GSettings and applications used by the MIME system.
%package devel
#'
Requires: glibc-devel
Requires: pkg-config
# Now require the subpackages too
@@ -262,6 +263,10 @@ if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
fi
%build
# glib/Makefile.am always calls config.status, which requires aclocal
# in a matching version. Regenerate it now because we likely won't have
# the version of aclocal that was originally used.
autoreconf -fi
%configure \
--enable-static \
--enable-selinux \