628 Commits

Author SHA256 Message Date
a6368f6866 Accepting request 667948 from home:zhangxiaofei:branches:GNOME:Factory
Add missing CVE references
Remove trailing whitespaces

OBS-URL: https://build.opensuse.org/request/show/667948
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=376
2019-01-25 15:24:45 +00:00
bb1e240886 Accepting request 667631 from home:iznogood:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/667631
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=375
2019-01-22 08:45:50 +00:00
26dcca5f09 Accepting request 667057 from home:mgorse:branches:GNOME:Factory
Mark bsc#1090047 as fixed

OBS-URL: https://build.opensuse.org/request/show/667057
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=374
2019-01-18 23:08:57 +00:00
c10dbb18d3 Accepting request 660063 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/660063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=202
2018-12-28 11:32:36 +00:00
b2aa872d03 Accepting request 659770 from GNOME:Next
- Update to version 2.58.2:
  + Fix calling gdbus-codegen with --interface-info-{header,body}.
  + Fix parsing month names in certain locales with
    g_date_set_parse().
  + Fix ^*ay handling in g_variant_iter_loop().
  + Various buffer overflow fixes in GMarkup/GVariant/GDBus.
  + A huge number of fixes to the Meson build.
  + Prevent bind mounts being advertised as mounts.
  + Fix cross-compilation of 2.58.x releases with autotools.
  + Bugs fixed: glgo#gnome/GLib!527, glgo#gnome/GLib#1605,
    glgo#gnome/GLib#1271, glgo#gnome/GLib#1546,
    glgo#gnome/GLib#1527, glgo#gnome/GLib!406, glgo#gnome/GLib!334,
    glgo#gnome/GLib#1528, glgo#gnome/GLib#1539,
    glgo#gnome/GLib#1536, glgo#gnome/GLib#1544,
    glgo#gnome/GLib#1562, glgo#gnome/GLib!367, glgo#gnome/GLib!416,
    glgo#gnome/GLib#1572, glgo#gnome/GLib#1522,
    glgo#gnome/GLib#1576, glgo#gnome/GLib!407,
    glgo#gnome/GLib#1582, glgo#gnome/GLib!428,
    glgo#gnome/GLib#1588, glgo#gnome/GLib!462,
    glgo#gnome/GLib!238, glgo#gnome/GLib!312, glgo#gnome/GLib#1520,
    glgo#gnome/GLib!403, glgo#gnome/GLib#1543,
    glgo#gnome/GLib!414, glgo#gnome/GLib!409, glgo#gnome/GLib!400,
    glgo#gnome/GLib!430, glgo#gnome/GLib!437, glgo#gnome/GLib#1337,
    glgo#gnome/GLib!542, glgo#gnome/GLib#1343, glgo#gnome/GLib!471,
    glgo#gnome/GLib!544, glgo#gnome/GLib#945, glgo#gnome/GLib#1014,
    glgo#gnome/GLib#656, glgo#gnome/GLib#1313, glgo#gnome/GLib!346.
  + Updated translations.
- Drop upstream fixed patches:
  + 0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch
  + 0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch

OBS-URL: https://build.opensuse.org/request/show/659770
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=372
2018-12-19 16:37:39 +00:00
3619fa425c Accepting request 644294 from GNOME:Factory
- Add patchset to fix gvariant parsing issues. (bsc#1111499).
   0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch
   0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch
   0003-gvariant-Check-array-offsets-against-serialised-data.patch
   0004-gvariant-Check-tuple-offsets-against-serialised-data.patch
   0005-gvariant-Limit-GVariant-strings-to-G_MAXSSIZE.patch
   0006-gdbusmessage-Validate-type-of-message-header-signatu.patch
   0007-gdbusmessage-Improve-documentation-for-g_dbus_messag.patch
   0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch
   0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch
   0010-gdbusmessage-Check-for-valid-GVariantType-when-parsi.patch
   0011-gvariant-Clarify-internal-documentation-about-GVaria.patch
   0012-tests-Tidy-up-GError-handling-in-gdbus-serialization.patch
   0013-tests-Use-g_assert_null-in-gdbus-serialization-test.patch
   0014-gutf8-Add-a-g_utf8_validate_len-function.patch
   0015-glib-Port-various-callers-to-use-g_utf8_validate_len.patch (forwarded request 644162 from sreeves1)

OBS-URL: https://build.opensuse.org/request/show/644294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=201
2018-11-08 08:43:40 +00:00
8eed20495d Accepting request 644162 from home:sreeves1:branches:GNOME:Factory
- Add patchset to fix gvariant parsing issues. (bsc#1111499).
   0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch
   0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch
   0003-gvariant-Check-array-offsets-against-serialised-data.patch
   0004-gvariant-Check-tuple-offsets-against-serialised-data.patch
   0005-gvariant-Limit-GVariant-strings-to-G_MAXSSIZE.patch
   0006-gdbusmessage-Validate-type-of-message-header-signatu.patch
   0007-gdbusmessage-Improve-documentation-for-g_dbus_messag.patch
   0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch
   0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch
   0010-gdbusmessage-Check-for-valid-GVariantType-when-parsi.patch
   0011-gvariant-Clarify-internal-documentation-about-GVaria.patch
   0012-tests-Tidy-up-GError-handling-in-gdbus-serialization.patch
   0013-tests-Use-g_assert_null-in-gdbus-serialization-test.patch
   0014-gutf8-Add-a-g_utf8_validate_len-function.patch
   0015-glib-Port-various-callers-to-use-g_utf8_validate_len.patch

OBS-URL: https://build.opensuse.org/request/show/644162
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=370
2018-10-24 12:56:55 +00:00
254b621a85 Accepting request 638697 from GNOME:Factory
New stable rel (forwarded request 638568 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/638697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=200
2018-10-17 06:17:50 +00:00
1808ce17e2 Accepting request 638568 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/638568
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=368
2018-09-27 07:41:44 +00:00
11704dcf69 Accepting request 635619 from GNOME:Next
update to 2.58.0

OBS-URL: https://build.opensuse.org/request/show/635619
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=367
2018-09-21 22:43:51 +00:00
1dabbf4868 Accepting request 630177 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/630177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=199
2018-08-22 12:25:13 +00:00
cd0b563a73 Accepting request 629996 from home:iznogood:branches:GNOME:Factory
- Update to version 2.56.2:
  + Support version 2 of the NetworkMonitor portal interface.
  + Bugs fixed: bgo#740791, bgo#755721, bgo#773435, bgo#793727,
    bgo#794380, bgo#794801, bgo#795138, bgo#795234, bgo#795406,
    bgo#795429, bgo#795711, bgo#795735, bgo#795802,
    glgo#GNOME/glib2#1240, glgo#GNOME/glib2#1401,
    glgo#GNOME/glib2#1452, glgo#GNOME/glib2#1458.
  + Updated translations.
- Drop glib2-codegen-headers.patch: Fixed upstream.
- Refresh patches with quilt.

OBS-URL: https://build.opensuse.org/request/show/629996
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=365
2018-08-18 16:19:14 +00:00
076727861f Accepting request 609852 from GNOME:Factory
- Add glib2-codegen-headers.patch: gdbus-codegen: Fix header
  include in the body file (bgo#795802). (forwarded request 609850 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/609852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=198
2018-05-22 15:00:34 +00:00
99da027da2 Accepting request 609850 from GNOME:Next
- Add glib2-codegen-headers.patch: gdbus-codegen: Fix header
  include in the body file (bgo#795802).

OBS-URL: https://build.opensuse.org/request/show/609850
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=363
2018-05-16 16:14:37 +00:00
56defe277b Accepting request 596120 from GNOME:Factory
(forwarded request 594240 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/596120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=197
2018-04-19 13:21:53 +00:00
09c21f4bb7 Accepting request 594240 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/594240
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=361
2018-04-13 06:43:32 +00:00
15e0a9ebaa Accepting request 590023 from GNOME:Factory
t-u-u / boo#1086036 (forwarded request 589336 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/590023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=196
2018-03-26 10:50:26 +00:00
dc7cd6c98d Accepting request 589336 from home:dimstar:t-u-u
t-u-u / boo#1086036

OBS-URL: https://build.opensuse.org/request/show/589336
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=359
2018-03-22 09:43:36 +00:00
846a05c53a Accepting request 586234 from GNOME:Factory
Update to 3.28.0 (forwarded request 586084 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/586234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=195
2018-03-14 18:30:14 +00:00
d27b54611b Accepting request 586084 from GNOME:Next
Update to 3.28.0

OBS-URL: https://build.opensuse.org/request/show/586084
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=357
2018-03-13 08:22:51 +00:00
0c6d04a059 Accepting request 583616 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/583616
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=356
2018-03-09 10:10:43 +00:00
cd681e54f9 Accepting request 572084 from GNOME:Factory
Resub, tiny tweak, new stable rel (forwarded request 571563 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/572084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=194
2018-02-03 14:38:57 +00:00
ef9393b9a5 Accepting request 571563 from home:iznogood
Resub, tiny tweak, new stable rel

OBS-URL: https://build.opensuse.org/request/show/571563
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=354
2018-02-02 16:33:01 +00:00
988d29a787 Accepting request 556638 from GNOME:Factory
- Add glib2-gsettings-overrides-per-session.patch: gsettings
  default value can be overridden depending on session
  (bgo#746592 bsc#1070090).

  + Bugs fixed: bgo#686895, bgo#688704, bgo#602715, bgo#688377,
  + GTask (the new GAsyncResult implementation) has landed
    - bgo#624991 GSettings mapping for G_TYPE_STRV
    - g_mkstemp_full is a variant of g_mkstemp that allows to
    - bgo#593232 g_rand_new: read no more than requested from
  + GIO:
  + GIO:
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
- add gcc-c++ to buildreqires to work around libtool problem
    * New API to enable out-of-process volume monitors:
      g_signal_override_class_handler
- fix build
    icons for mime types
    additional GIO modules
    bgo#521045, bgo#521672, bgo#521946, bgo#522335, bgo#523015,
- obsolete glib2-<arch> via baselibs.conf
  recommendation of gvfs.
- Tag patches
   * g_win32_get_package_installation_directory_of_module: new
     function which supersedes
    * The MD5 implementation works correctly on buffers
  it easier to write threadsafe one-time initialization functions
* Add g_string_chunk_clear() for clearing a
* Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
- removed obsolete patch glib2-unexpanded-variables.patch (#249204)
  343825 Double expansion in m4macros/glib-gettext.m4 will fail with (forwarded request 555796 from xiaoguang_wang)

OBS-URL: https://build.opensuse.org/request/show/556638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=193
2017-12-16 19:45:29 +00:00
30a2510db5 Accepting request 555796 from home:xiaoguang_wang:branches:GNOME:Factory
- Add glib2-gsettings-overrides-per-session.patch: gsettings
  default value can be overridden depending on session
  (bgo#746592 bsc#1070090).

  + Bugs fixed: bgo#686895, bgo#688704, bgo#602715, bgo#688377,
  + GTask (the new GAsyncResult implementation) has landed
    - bgo#624991 GSettings mapping for G_TYPE_STRV
    - g_mkstemp_full is a variant of g_mkstemp that allows to
    - bgo#593232 g_rand_new: read no more than requested from
  + GIO:
  + GIO:
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
- add gcc-c++ to buildreqires to work around libtool problem
    * New API to enable out-of-process volume monitors:
      g_signal_override_class_handler
- fix build
    icons for mime types
    additional GIO modules
    bgo#521045, bgo#521672, bgo#521946, bgo#522335, bgo#523015,
- obsolete glib2-<arch> via baselibs.conf
  recommendation of gvfs.
- Tag patches
   * g_win32_get_package_installation_directory_of_module: new
     function which supersedes
    * The MD5 implementation works correctly on buffers
  it easier to write threadsafe one-time initialization functions
* Add g_string_chunk_clear() for clearing a
* Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
- removed obsolete patch glib2-unexpanded-variables.patch (#249204)
  343825 Double expansion in m4macros/glib-gettext.m4 will fail with

OBS-URL: https://build.opensuse.org/request/show/555796
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=352
2017-12-13 10:18:47 +00:00
15f93205fe Accepting request 554787 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/554787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=192
2017-12-12 20:18:43 +00:00
421687ee74 Accepting request 554779 from home:dimstar:branches:GNOME:Factory
Resubmit, fixed bgo ref

OBS-URL: https://build.opensuse.org/request/show/554779
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=350
2017-12-06 11:53:44 +00:00
bbba4ebf64 Accepting request 546642 from GNOME:Factory
Use python3; attempting to eliminate python2 from a default install (forwarded request 546457 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/546642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=191
2017-12-04 11:14:33 +00:00
2429ec7dab Accepting request 546457 from home:dimstar:branches:GNOME:Factory
Use python3; attempting to eliminate python2 from a default install

OBS-URL: https://build.opensuse.org/request/show/546457
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=348
2017-11-30 09:57:30 +00:00
b8159cc7a6 Accepting request 537577 from GNOME:Factory
(forwarded request 537534 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/537577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=190
2017-11-01 10:07:26 +00:00
f7d42ef965 Accepting request 537534 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/537534
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=346
2017-10-30 14:26:14 +00:00
d8e60f59f0 Accepting request 531570 from GNOME:Factory
Fix ugly typos in the changes file. (forwarded request 531398 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/531570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=189
2017-10-06 08:59:34 +00:00
fdf1c73893 Accepting request 531398 from home:sbrabec:branches:GNOME:Factory
Fix ugly typos in the changes file.

OBS-URL: https://build.opensuse.org/request/show/531398
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=344
2017-10-05 09:57:07 +00:00
9029974765 Accepting request 531386 from home:sbrabec:branches:GNOME:Factory
- Install dummy defaults.list files to prefer dead symlinks
  (bsc#1061599).

OBS-URL: https://build.opensuse.org/request/show/531386
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=343
2017-10-04 16:11:44 +00:00
6bb42cad9f Accepting request 531078 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/531078
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=342
2017-10-04 11:56:01 +00:00
e638ede7f2 Accepting request 526063 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/526063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=188
2017-09-15 19:06:11 +00:00
Bjørn Lie
b9b36d5acb Accepting request 525961 from home:jengelh:branches:GNOME:Factory
- Avoid running fdupes across hardlink boundaries.
  Replace some old RPM macros.
- Update RPM groups and package summaries.

OBS-URL: https://build.opensuse.org/request/show/525961
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=340
2017-09-14 11:45:01 +00:00
44428959bb Accepting request 523029 from GNOME:Factory
New stable rel (forwarded request 522984 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/523029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=187
2017-09-13 19:47:45 +00:00
68781f271f Accepting request 522984 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/522984
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=338
2017-09-11 10:18:11 +00:00
Bjørn Lie
ddff58abf2 Accepting request 520841 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/520841
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=337
2017-09-04 20:08:50 +00:00
e3315b38cd Accepting request 519642 from GNOME:Next
push

OBS-URL: https://build.opensuse.org/request/show/519642
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=336
2017-08-31 07:45:56 +00:00
e5c54e0fa3 Accepting request 506737 from GNOME:Factory
New stable release (forwarded request 505796 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/506737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=186
2017-06-30 16:39:58 +00:00
b1b035feee Accepting request 505796 from home:Zaitor:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/505796
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=334
2017-06-28 09:40:28 +00:00
9931df6f47 Accepting request 501742 from GNOME:Factory
- Remove version string from files generated by gdbus-codegen
  to avoid needless republishing of pkgs depending on glib2-devel
  added glib2-gdbus-codegen-version.patch (forwarded request 499854 from olh)

OBS-URL: https://build.opensuse.org/request/show/501742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=185
2017-06-12 13:07:56 +00:00
7aaa90c441 Accepting request 499854 from home:olh:branches:GNOME:Factory
- Remove version string from files generated by gdbus-codegen
  to avoid needless republishing of pkgs depending on glib2-devel
  added glib2-gdbus-codegen-version.patch

OBS-URL: https://build.opensuse.org/request/show/499854
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=332
2017-06-07 13:34:11 +00:00
a361b7218a Accepting request 499834 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/499834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=184
2017-05-31 10:15:18 +00:00
b6c7341a89 Accepting request 498716 from home:luke_nukem:branches:GNOME:Factory
Fixes issue with LibreOffice (and others) using 100% of a thread keeping the CPU at mas freq and awake.

OBS-URL: https://build.opensuse.org/request/show/498716
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=330
2017-05-30 17:28:03 +00:00
f9a155ccb6 Accepting request 494255 from GNOME:Factory
New stable rel (forwarded request 493691 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/494255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=183
2017-05-18 18:38:45 +00:00
5484c0ee8f Accepting request 493691 from home:Zaitor
New stable rel

OBS-URL: https://build.opensuse.org/request/show/493691
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=328
2017-05-10 13:01:59 +00:00
f9fc835dab Accepting request 490195 from GNOME:Factory
(forwarded request 489118 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/490195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=182
2017-04-29 08:48:37 +00:00