Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/10] Version upgrades
@ 2017-05-31 11:22 Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 01/10] glib-2.0: Upgrade 2.50.3 -> 2.52.2 Jussi Kukkonen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:22 UTC (permalink / raw)
  To: openembedded-core

Fairly uneventful version updates in and around the GNOME stack.

Thanks,
 Jussi



The following changes since commit bd063fa288b49b6e3ea77982d0ccc46610feb1ad:

  tune-mips32*.inc: use consistent comments across all three .inc files (2017-05-30 10:15:20 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/updates

Jussi Kukkonen (10):
  glib-2.0: Upgrade 2.50.3 -> 2.52.2
  libsoup-2.4: Upgrade 2.56.0 -> 2.58.1
  atk: Upgrade 2.22 -> 2.24
  atk-spi2-core: Upgrade 2.24.0 -> 2.24.1
  at-spi2-atk: Upgrade 2.24.0 -> 2.24.1
  adwaita-icon-theme: Upgrade 3.22.0 -> 3.24.0
  libepoxy: Upgrade 1.4.1 -> 1.4.2
  librsvg: Upgrade 2.40.16 -> 2.40.17
  gtk+3: Upgrade 3.22.8 -> 3.22.15
  gnome-themes-standard: Upgrade 3.22.2 -> 3.22.3

 .../glib-2.0/glib-2.0/fix-conflicting-rand.patch   | 35 ----------------------
 .../glib-2.0/glib-2.0/glib-gettextize-dir.patch    | 24 ---------------
 .../{glib-2.0_2.50.3.bb => glib-2.0_2.52.2.bb}     |  8 ++---
 meta/recipes-core/glib-2.0/glib.inc                |  1 +
 .../0001-Don-t-use-AC_CANONICAL_HOST.patch         | 29 ++++++++++++++++++
 ...heme_3.22.0.bb => adwaita-icon-theme_3.24.0.bb} |  5 ++--
 ...d_3.22.2.bb => gnome-themes-standard_3.22.3.bb} |  4 +--
 .../gtk+/{gtk+3_3.22.8.bb => gtk+3_3.22.15.bb}     |  4 +--
 ..._3.22.8.bb => gtk-icon-utils-native_3.22.15.bb} |  4 +--
 .../{librsvg_2.40.16.bb => librsvg_2.40.17.bb}     |  7 +++--
 .../{libepoxy_1.4.1.bb => libepoxy_1.4.2.bb}       |  4 +--
 ...at-spi2-atk_2.24.0.bb => at-spi2-atk_2.24.1.bb} |  4 +--
 ...-spi2-core_2.24.0.bb => at-spi2-core_2.24.1.bb} |  4 +--
 .../atk/{atk_2.22.0.bb => atk_2.24.0.bb}           |  4 +--
 ...libsoup-2.4_2.56.0.bb => libsoup-2.4_2.58.1.bb} |  4 +--
 15 files changed, 56 insertions(+), 85 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.50.3.bb => glib-2.0_2.52.2.bb} (70%)
 create mode 100644 meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.22.0.bb => adwaita-icon-theme_3.24.0.bb} (89%)
 rename meta/recipes-gnome/gnome/{gnome-themes-standard_3.22.2.bb => gnome-themes-standard_3.22.3.bb} (91%)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.8.bb => gtk+3_3.22.15.bb} (84%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.8.bb => gtk-icon-utils-native_3.22.15.bb} (93%)
 rename meta/recipes-gnome/librsvg/{librsvg_2.40.16.bb => librsvg_2.40.17.bb} (84%)
 rename meta/recipes-graphics/libepoxy/{libepoxy_1.4.1.bb => libepoxy_1.4.2.bb} (81%)
 rename meta/recipes-support/atk/{at-spi2-atk_2.24.0.bb => at-spi2-atk_2.24.1.bb} (81%)
 rename meta/recipes-support/atk/{at-spi2-core_2.24.0.bb => at-spi2-core_2.24.1.bb} (88%)
 rename meta/recipes-support/atk/{atk_2.22.0.bb => atk_2.24.0.bb} (79%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.56.0.bb => libsoup-2.4_2.58.1.bb} (89%)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-05-31 11:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 01/10] glib-2.0: Upgrade 2.50.3 -> 2.52.2 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 02/10] libsoup-2.4: Upgrade 2.56.0 -> 2.58.1 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 03/10] atk: Upgrade 2.22 -> 2.24 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 04/10] atk-spi2-core: Upgrade 2.24.0 -> 2.24.1 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 05/10] at-spi2-atk: " Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 06/10] adwaita-icon-theme: Upgrade 3.22.0 -> 3.24.0 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 07/10] libepoxy: Upgrade 1.4.1 -> 1.4.2 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 08/10] librsvg: Upgrade 2.40.16 -> 2.40.17 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 09/10] gtk+3: Upgrade 3.22.8 -> 3.22.15 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 10/10] gnome-themes-standard: Upgrade 3.22.2 -> 3.22.3 Jussi Kukkonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox