Accepting request 378621 from GNOME:Factory

Update to 3.20.0 (forwarded request 377613 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/378621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=170
This commit is contained in:
2016-03-29 12:45:20 +00:00
committed by Git OBS Bridge
5 changed files with 153 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ glib2-devel
requires "libgmodule-2_0-0-<targettype> = <version>"
requires "libgobject-2_0-0-<targettype> = <version>"
requires "libgthread-2_0-0-<targettype> = <version>"
+^/usr/lib.*/glib-2.0/include/glibconfig.h
glib2-tools
+/usr/bin/gio-querymodules(-64)?
libglib-2_0-0

View File

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

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

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

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Mar 22 15:53:05 UTC 2016 - dimstar@opensuse.org
- Update to version 2.48.0:
+ A minor build fix in the name of determinism.
+ A few coverity fixes.
+ bgo#763617: giotypefuncs.c: Sort _get_type functions in the 'C'
locale.
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 16 08:16:29 UTC 2016 - dimstar@opensuse.org
- Update to version 2.47.92:
+ gdbus-codegen now supports g_autoptr().
+ g_get_user_runtime_dir() now reliably returns an existing
directory.
+ g_array_remove_range() can now remove 0 items from the end of
an array.
+ Many fixes for Windows.
+ Documentation improvements.
+ Other small bugfixes.
+ Bugs fixed: bgo#724847, bgo#743933, bgo#756706, bgo#757506,
bgo#760694, bgo#762202, bgo#762637, bgo#762748, bgo#762937,
bgo#763339, bgo#763344, bgo#763379.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 14 10:06:51 UTC 2016 - meissner@suse.com
- Include the glibconfig.h in the baselibs glib2-devel-xxbit
package, as it contains the architecture specific configuration
(bsc#970694).
-------------------------------------------------------------------
Thu Feb 18 13:56:53 UTC 2016 - tittiatcoke@gmail.com
- Follow the freedesktop conventions for the mime handler
associations. The created link is gnome specific, so make it
specific (gnome-mimeapps.list). This prevents association
problems in Plasma 5 (boo#966739)
https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html
-------------------------------------------------------------------
Tue Feb 16 16:45:20 UTC 2016 - zaitor@opensuse.org
- Update to version 2.47.6:
+ Windows support:
- Fixes and improvements to the GSettings registry backend.
- Handle readability and writability of registry keys.
- Use Unicode registry APIs.
+ Bugs fixed: bgo#760852, bgo#744772, bgo#761126, bgo#747927,
bgo#761337, bgo#744570, bgo#761504, bgo#761550, bgo#761843,
bgo#744570, bgo#744772, bgo#747927, bgo#760852, bgo#761126,
bgo#761337, bgo#761504, bgo#761550, bgo#761843.
+ Updated translations.
-------------------------------------------------------------------
Thu Jan 21 11:45:40 UTC 2016 - dimstar@opensuse.org
@@ -5,6 +62,92 @@ Thu Jan 21 11:45:40 UTC 2016 - dimstar@opensuse.org
in question is no longer defaults.list (too unspecific), but is
called mimeapps.list. Touch and link the right files.
-------------------------------------------------------------------
Tue Jan 19 11:49:08 UTC 2016 - dimstar@opensuse.org
- Update to version 2.47.5:
+ The system copy of PCRE is now used by default to implement
GRegex. Configure with --with-pcre=internal if a system PCRE
version is unavailable or undesired.
+ Interfaces for DTLS support have been added. A new version of
glib-networking will also be required.
+ GDBusMethodInvocation now drops replies if the sender set the
NO_REPLY_EXPECTED flag.
+ Several GApplication fixes, including fixes for commandline
arguments in interpreted languages on Windows.
+ Bugs fixed: bgo#624186, bgo#734095, bgo#735754, bgo#748064,
bgo#752240, bgo#755421, bgo#756875, bgo#759554, bgo#760199,
bgo#760215, bgo#760683.
+ Updated translations.
-------------------------------------------------------------------
Sat Dec 19 03:42:41 UTC 2015 - damjanovic.ivo@gmail.com
- Update to version 2.47.4:
+ gapplication: Acquire the main context before running.
+ Enable contenttype test on W32, tweak it to pass (mostly).
+ xdgmime Finer handling for cases where mmap() is not available.
+ Add GParamSpec object ref management annotations.
+ file monitors: reorder some code to avoid segfault.
+ glib-compile-resources: do not leak c_name.
+ macros: add G_GNUC_CHECK_VERSION() for compiler checks.
+ GApplication: destroy the impl on shutdown.
+ Stop supporting non-POSIX getpwuid_r, getgrgid_r.
+ glib.py: Fix Python 3 TypeError in gdb pretty-printers.
+ W32: fix uninitialized var in g_app_info_get_all_for_type.
+ Add missing checks for gnulib vasnprintf().
+ glibconfig.h.win32.in: remove G_CAN_INLINE.
+ GDBusProxy: Fix a memory leak during initialization.
+ Bugs fixed: bgo#752983, bgo#735696, bgo#735696, bgo#710243,
bgo#756214, bgo#758823, bgo#758553, bgo#578363, bgo#757299,
bgo#728099, bgo#757372, bgo#756475, bgo#749092, bgo#759408,
bgo#759134, bgo#757374, bgo#758641.
+ Updated translations.
-------------------------------------------------------------------
Fri Nov 27 12:41:09 UTC 2015 - zaitor@opensuse.org
- Update to version 2.47.3:
+ The inline cleanup in the last release accidentally removed
three symbols from libglib-2.0.so. It is unlikely that this
will have caused any problems because these symbols were only
backup symbols for definitions exported as inlines in the
header files, but ABI is ABI. This release corrects only this
problem.
-------------------------------------------------------------------
Wed Nov 25 21:07:43 UTC 2015 - zaitor@opensuse.org
- Update to version 2.47.2:
+ We have formalised the assumption that all compilers that are
interested in support 'static inline' and simplified the macros
around this considerably. Please watch for and report
unintentional fallout.
+ New API: hardware-assisted helpers for overflow-checked integer
math.
+ Bugs fixed: bgo#696324, bgo#719966, bgo#752837, bgo#755364,
bgo#756134, bgo#756179, bgo#756988, bgo#757294, bgo#757374,
bgo#757451, bgo#757628, bgo#757693, bgo#757742, bgo#758181.
+ Updated translations.
-------------------------------------------------------------------
Tue Nov 24 20:21:26 UTC 2015 - zaitor@opensuse.org
- Update to version 2.47.1:
+ GDesktopAppInfo no longer sets the DISPLAY environment variable
when launching apps. This is now done in the GAppLaunchContext
implementations when appropriate.
+ Bugs fixed: bgo#664740, bgo#687223, bgo#692085, bgo#697907,
bgo#735754, bgo#737116, bgo#743011, bgo#749161, bgo#749314,
bgo#751924, bgo#752240, bgo#752837, bgo#753310, bgo#753935,
bgo#754855, bgo#754983, bgo#754994, bgo#755083, bgo#755351,
bgo#755355, bgo#755374, bgo#755496, bgo#755609, bgo#755766,
bgo#755795, bgo#755961, bgo#756053, bgo#756054, bgo#756077,
bgo#756099, bgo#756139, bgo#756179, bgo#756251, bgo#756255,
bgo#756316, bgo#756382, bgo#756477, bgo#756550, bgo#756875,
bgo#756952.
+ Updated translations.
-------------------------------------------------------------------
Fri Nov 6 23:36:53 UTC 2015 - zaitor@opensuse.org

View File

@@ -20,14 +20,14 @@
Name: glib2
%define _name glib
Version: 2.46.2
Version: 2.48.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.46/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/glib/2.48/%{_name}-%{version}.tar.xz
Source1: glib2.sh
Source2: glib2.csh
# Not upstream file. Only proposes upstream packages:
@@ -302,7 +302,7 @@ mkdir -p %{buildroot}%{_localstatedir}/cache/gio-2.0 %{buildroot}%{_datadir}/app
touch %{buildroot}%{_localstatedir}/cache/gio-2.0/gnome-mimeapps.list
touch %{buildroot}%{_localstatedir}/cache/gio-2.0/xfce-mimeapps.list
touch %{buildroot}%{_localstatedir}/cache/gio-2.0/lxde-mimeapps.list
ln -s %{_localstatedir}/cache/gio-2.0/gnome-mimeapps.list %{buildroot}%{_datadir}/applications/mimeapps.list
ln -s %{_localstatedir}/cache/gio-2.0/gnome-mimeapps.list %{buildroot}%{_datadir}/applications/gnome-mimeapps.list
# gio-querymodules magic
%if "%{_lib}" == "lib64"
mv %{buildroot}%{_bindir}/gio-querymodules %{buildroot}%{_bindir}/gio-querymodules-64
@@ -438,7 +438,7 @@ fi
%dir %{_datadir}/glib-2.0/
%dir %{_datadir}/glib-2.0/schemas/
%ghost %{_datadir}/glib-2.0/schemas/gschemas.compiled
%{_datadir}/applications/mimeapps.list
%{_datadir}/applications/gnome-mimeapps.list
%dir %{_localstatedir}/cache/gio-2.0
%ghost %{_localstatedir}/cache/gio-2.0/gnome-mimeapps.list
%ghost %{_localstatedir}/cache/gio-2.0/xfce-mimeapps.list
@@ -473,6 +473,8 @@ fi
%{_datadir}/aclocal/glib-2.0.m4
%{_datadir}/aclocal/glib-gettext.m4
%{_datadir}/aclocal/gsettings.m4
%dir %{_datadir}/gettext/its/
%{_datadir}/gettext/its/gschema*
%dir %{_datadir}/glib-2.0/
%{_datadir}/glib-2.0/gdb/
%{_datadir}/glib-2.0/gettext/