1
0
forked from pool/wxWidgets-3_2
Commit Graph

43 Commits

Author SHA256 Message Date
3f88bedf9f Accepting request 840442 from home:StefanBruens:branches:X11:wxWidgets
- Fix unquoted bareword comparisons for RPM 4.16 compatibility

OBS-URL: https://build.opensuse.org/request/show/840442
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=74
2020-10-09 14:26:57 +00:00
8898072da1 Accepting request 838832 from home:StefanBruens:branches:X11:wxWidgets
- Fix wxPython compatibility issue:
  Add 0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch
  Add 0002-Fix-documented-type-of-wxART_XXX-constants.patch

OBS-URL: https://build.opensuse.org/request/show/838832
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=72
2020-09-30 21:01:05 +00:00
d63229ff8f make bot and static parsers happy
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=70
2020-09-03 14:35:51 +00:00
d3920c3ddd Accepting request 827959 from home:StefanBruens:branches:X11:wxWidgets
submitted wrong revision ...

OBS-URL: https://build.opensuse.org/request/show/827959
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=69
2020-08-20 10:08:10 +00:00
2a7953a799 Accepting request 827955 from home:StefanBruens:branches:X11:wxWidgets
- Use _multibuild to avoid changes and spec files of the variants
  getting out of sync.

OBS-URL: https://build.opensuse.org/request/show/827955
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=68
2020-08-19 22:32:06 +00:00
e7026e8327 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=67 2020-08-15 13:21:33 +00:00
c7b9cb41d2 Accepting request 825825 from home:StefanBruens:branches:X11:wxWidgets
Fix uninstallable nostl variant in Staging:ADI:20
- Correct base_packages flag for nostl variant, it can not use the
  base libraries of the regular variant

- Do not disable debugging completely, only recommended for
  constrained environments and breaks wxPython tests
- Build base libraries from wxGTK3 build, wxWidgets (GTK2) is no
  longer used by any Factory package.

OBS-URL: https://build.opensuse.org/request/show/825825
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=66
2020-08-15 13:19:14 +00:00
404fac3685 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=63 2020-08-04 23:07:19 +00:00
d1cf28bf04 Accepting request 822799 from home:StefanBruens:branches:X11:wxWidgets
- Update to new upstream release 3.1.4:
  + INCOMPATIBLE CHANGES SINCE 3.1.3:
    * CMake library targets were renamed and now start with 'wx'. In addition,
      aliases for the libraries have been added using the 'wx::' namespace. For
      example, the core library is now named wxcore and has alias wx::core.
  + All:
    * Add natural sort functions (Hugo Elias, PB).
    * Add wxTempFFile class (Dummy).
    * Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese).
    * Improve brush transparency support in wxSVGFileDC (Maarten Bent).
    * Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori).
    * Add --disable-tests configure option (Hertatijanto Hartono).
  + All (GUI):
    * Many wxGrid improvements:
      - Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too.
      - Add activatable editors support, use it for boolean cells.
      - Add support for copying selected cells to clipboard (Kvaz1r).
      - Many bug fixes and usability improvements to selection.
      - Improve wxGridCellChoiceEditor usability (Ian McInerney).
      - Significantly optimize wxGrid::AutoSizeColumns() for big grids.
      - Add ellipsization support.
    * Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin).
    * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB).
    * Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono).
    * Add wxWindow::DisableFocusFromKeyboard() (Tomay).
    * Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda).
    * Call wxAuiManager::UnInit() automatically now.
    * Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent).
    * Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan).
  + wxGTK:
    * Add native wxSearchCtrl implementation (AliKet).
    * Several bug fixes and improvements in wxSpinCtrl.
    * Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
    * Allow using generic wxAnimationCtrl if wanted.
    * Fix a regression with crashes when using wxBufferedPaintDC.
    * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2.
    * Fix position of popup menus on non-primary display.
    * Make wxUIActionSimulator much more reliable (AliKet).
    * Fix caret colour in wxTextCtrl with custom colours.
  + wxQt:
    * Fix build with Qt 5.15 (Stefan Brüns).
- Drop obsolete patches:
  + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
  + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
- Build nostl package against gtk3, audacity crashes with gtk2
- Add nostl package for audacity
- Update to new upstream release 3.1.4:
  + INCOMPATIBLE CHANGES SINCE 3.1.3:
    * CMake library targets were renamed and now start with 'wx'. In addition,
      aliases for the libraries have been added using the 'wx::' namespace. For
      example, the core library is now named wxcore and has alias wx::core.
  + All:
    * Add natural sort functions (Hugo Elias, PB).
    * Add wxTempFFile class (Dummy).
    * Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese).
    * Improve brush transparency support in wxSVGFileDC (Maarten Bent).
    * Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori).
    * Add --disable-tests configure option (Hertatijanto Hartono).
  + All (GUI):
    * Many wxGrid improvements:
      - Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too.
      - Add activatable editors support, use it for boolean cells.
      - Add support for copying selected cells to clipboard (Kvaz1r).
      - Many bug fixes and usability improvements to selection.
      - Improve wxGridCellChoiceEditor usability (Ian McInerney).
      - Significantly optimize wxGrid::AutoSizeColumns() for big grids.
      - Add ellipsization support.
    * Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin).
    * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB).
    * Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono).
    * Add wxWindow::DisableFocusFromKeyboard() (Tomay).
    * Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda).
    * Call wxAuiManager::UnInit() automatically now.
    * Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent).
    * Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan).
  + wxGTK:
    * Add native wxSearchCtrl implementation (AliKet).
    * Several bug fixes and improvements in wxSpinCtrl.
    * Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
    * Allow using generic wxAnimationCtrl if wanted.
    * Fix a regression with crashes when using wxBufferedPaintDC.
    * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2.
    * Fix position of popup menus on non-primary display.
    * Make wxUIActionSimulator much more reliable (AliKet).
    * Fix caret colour in wxTextCtrl with custom colours.
  + wxQt:
    * Fix build with Qt 5.15 (Stefan Brüns).
- Drop obsolete patches:
  + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
  + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
- Build nostl package against gtk3, audacity crashes with gtk2
- Add nostl package for audacity
- Update to new upstream release 3.1.4:
  + INCOMPATIBLE CHANGES SINCE 3.1.3:
    * CMake library targets were renamed and now start with 'wx'. In addition,
      aliases for the libraries have been added using the 'wx::' namespace. For
      example, the core library is now named wxcore and has alias wx::core.
  + All:
    * Add natural sort functions (Hugo Elias, PB).
    * Add wxTempFFile class (Dummy).
    * Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese).
    * Improve brush transparency support in wxSVGFileDC (Maarten Bent).
    * Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori).
    * Add --disable-tests configure option (Hertatijanto Hartono).
  + All (GUI):
    * Many wxGrid improvements:
      - Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too.
      - Add activatable editors support, use it for boolean cells.
      - Add support for copying selected cells to clipboard (Kvaz1r).
      - Many bug fixes and usability improvements to selection.
      - Improve wxGridCellChoiceEditor usability (Ian McInerney).
      - Significantly optimize wxGrid::AutoSizeColumns() for big grids.
      - Add ellipsization support.
    * Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin).
    * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB).
    * Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono).
    * Add wxWindow::DisableFocusFromKeyboard() (Tomay).
    * Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda).
    * Call wxAuiManager::UnInit() automatically now.
    * Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent).
    * Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan).
  + wxGTK:
    * Add native wxSearchCtrl implementation (AliKet).
    * Several bug fixes and improvements in wxSpinCtrl.
    * Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
    * Allow using generic wxAnimationCtrl if wanted.
    * Fix a regression with crashes when using wxBufferedPaintDC.
    * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2.
    * Fix position of popup menus on non-primary display.
    * Make wxUIActionSimulator much more reliable (AliKet).
    * Fix caret colour in wxTextCtrl with custom colours.
  + wxQt:
    * Fix build with Qt 5.15 (Stefan Brüns).
- Drop obsolete patches:
  + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
  + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
- Update to new upstream release 3.1.4:
  + INCOMPATIBLE CHANGES SINCE 3.1.3:
    * CMake library targets were renamed and now start with 'wx'. In addition,
      aliases for the libraries have been added using the 'wx::' namespace. For
      example, the core library is now named wxcore and has alias wx::core.
  + All:
    * Add natural sort functions (Hugo Elias, PB).
    * Add wxTempFFile class (Dummy).
    * Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese).
    * Improve brush transparency support in wxSVGFileDC (Maarten Bent).
    * Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori).
    * Add --disable-tests configure option (Hertatijanto Hartono).
  + All (GUI):
    * Many wxGrid improvements:
      - Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too.
      - Add activatable editors support, use it for boolean cells.
      - Add support for copying selected cells to clipboard (Kvaz1r).
      - Many bug fixes and usability improvements to selection.
      - Improve wxGridCellChoiceEditor usability (Ian McInerney).
      - Significantly optimize wxGrid::AutoSizeColumns() for big grids.
      - Add ellipsization support.
    * Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin).
    * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB).
    * Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono).
    * Add wxWindow::DisableFocusFromKeyboard() (Tomay).
    * Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda).
    * Call wxAuiManager::UnInit() automatically now.
    * Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent).
    * Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan).
  + wxGTK:
    * Add native wxSearchCtrl implementation (AliKet).
    * Several bug fixes and improvements in wxSpinCtrl.
    * Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
    * Allow using generic wxAnimationCtrl if wanted.
    * Fix a regression with crashes when using wxBufferedPaintDC.
    * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2.
    * Fix position of popup menus on non-primary display.
    * Make wxUIActionSimulator much more reliable (AliKet).
    * Fix caret colour in wxTextCtrl with custom colours.
  + wxQt:
    * Fix build with Qt 5.15 (Stefan Brüns).
- Drop obsolete patches:
  + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
  + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch

OBS-URL: https://build.opensuse.org/request/show/822799
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=62
2020-08-04 23:00:04 +00:00
14c1cf32fb Accepting request 810613 from home:StefanBruens:branches:X11:wxWidgets
- Fix wxQt build with Qt 5.15, add
  0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
- Make liblzma build dependency explicit, to have the same feature
  set on all flavors.
- Fix wrong function signature causing build failures in
  python-wxPython, add:
  0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
- Add explicit libXtst build dependency, required for Leap 15.1
  (already implicit on Leap 15.2 and TW).

OBS-URL: https://build.opensuse.org/request/show/810613
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=56
2020-06-01 14:47:15 +00:00
2a2adee16c Accepting request 810240 from home:StefanBruens:branches:X11:wxWidgets
- Update to new upstream release 3.1.3
  For a detailed changelog, see
  https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.3/docs/changes.txt
  * Support for per-monitor DPI and dynamic DPI changes under MSW.
  * More generally, many fixes for various controls appearance in high DPI.
  * Long requested support for freezing rows and/or columns in wxGrid.
  * New XRC handlers for wxDataViewCtrl, wxInfoBar.
  * It is now possible to use gradients when creating wxGraphicsPen.
  * Extended compiler (MSVS 2019) and platforms (macOS 10.14+) support.
  * Significant improvements to the (still experimental) wxQt port.
  * Important bug fixes for focus handling in wxOSX port.
- Cleanup spec file
- Enable reproducible-build option
- Use SDL2 instead of SDL1 (only used by sound plugin)

OBS-URL: https://build.opensuse.org/request/show/810240
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=55
2020-05-29 14:59:17 +00:00
9a780d71d6 - Update to new snapshot 3.1.3~g673 (6cc1d63d)
- Enabled webkit2 backend for wxWebView (wxGTK3 only)

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=51
2019-04-15 18:35:58 +00:00
7f59b39d87 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=48 2019-01-13 16:55:01 +00:00
ed7ec4422b Accepting request 664885 from home:e9925248:branches:X11:wxWidgets
- Update to 3.1.2

OBS-URL: https://build.opensuse.org/request/show/664885
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=47
2019-01-13 16:46:54 +00:00
949ac5ee26 - Update soversion.diff to use the package version, not some
incremental integer.

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=45
2018-04-17 10:58:44 +00:00
c2adcb96f6 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=43 2018-02-19 00:58:02 +00:00
9d7ffea1b9 - Update to new upstream release 3.1.1
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=41
2018-02-19 00:32:36 +00:00
9de67c4a92 Accepting request 577601 from home:e9925248:branches:X11:wxWidgets
- Update to 3.1.1-rc (3.1.1~2807)

OBS-URL: https://build.opensuse.org/request/show/577601
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=40
2018-02-19 00:15:35 +00:00
4e9e674c86 - Update to new development snapshot 3.1.1~2640
- Rework provides/conflicts between -devel variants.

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=36
2018-01-24 10:12:50 +00:00
676dc28856 - Rework provides/conflicts between -devel variants.
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=35
2018-01-24 09:14:26 +00:00
26f2af4b01 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=33 2017-12-22 17:28:31 +00:00
61d490a4a7 - Add a recommends from the wx base library to the language package.
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=31
2017-12-22 17:15:31 +00:00
c3a79e3b1b rename rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=29
2017-12-05 16:25:10 +00:00
c131580bec OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=28 2017-12-01 13:48:44 +00:00
e42daea902 ditch baselibs.conf for now
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=27
2017-11-30 17:46:50 +00:00
aec3437774 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=25 2017-11-30 17:31:54 +00:00
601217ef72 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=24 2017-11-28 12:46:45 +00:00
3051ed2045 update to new snapshot g2244
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=23
2017-11-28 10:59:33 +00:00
14a664c349 run spec-beautifier
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=22
2017-11-28 10:19:42 +00:00
19f272954c replace soname with sonum
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=21
2017-11-28 10:16:16 +00:00
32bfa4e357 Accepting request 545531 from home:e9925248:branches:X11:wxWidgets
- Unify packaging
- Drop webkit as in wx3.0 packages
- Fix Qt build errors

OBS-URL: https://build.opensuse.org/request/show/545531
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=20
2017-11-28 09:57:09 +00:00
f7735b9647 Accepting request 534087 from home:KAMiKAZOW:Emulators
Disable WebView for TW and upcoming Leap 15.

OBS-URL: https://build.opensuse.org/request/show/534087
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=19
2017-11-22 18:51:40 +00:00
b269b0b0ef Accepting request 412885 from home:Mailaender:branches:X11:wxWidgets
https://wxwidgets.org/news/2016/02/wxwidgets-3.1.0-released/ use the tarball instead of random git revision.

OBS-URL: https://build.opensuse.org/request/show/412885
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=18
2016-07-22 19:02:12 +00:00
3278358a74 Accepting request 389669 from home:GreatEmerald:branches:X11:wxWidgets
Switch from gstreamer 0.10 to gstreamer 1.X

Since wxWidgets 3.1, the default is now building with gstreamer 1.X. This is a trivial change to enable that. It does cause build issues for older distribution releases, but there are several ways to solve that.

OBS-URL: https://build.opensuse.org/request/show/389669
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=17
2016-04-13 22:26:49 +00:00
ba1ac08f94 update to newer snapshot
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=15
2016-02-25 13:44:40 +00:00
5d55b2e155 Update conflicts
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=13
2015-03-29 20:12:37 +00:00
6071da8267 add xz
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=12
2015-03-29 14:37:29 +00:00
22e7a38884 Update to new git snapshot
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=10
2015-03-27 16:59:01 +00:00
4d0d782bdc OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=6 2014-12-08 23:31:11 +00:00
f5bc992d27 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=4 2014-12-07 11:31:40 +00:00
c143c35c9b Moar fixes
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=3
2014-12-07 11:05:04 +00:00
ab2777d78d %setup dir
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=2
2014-12-07 10:43:56 +00:00
fc7ab43dff wxWidgets development branch that will eventually become 3.2
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=1
2014-12-07 00:34:49 +00:00