Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] Version upgrades
Date: Wed, 31 May 2017 14:22:47 +0300	[thread overview]
Message-ID: <cover.1496229576.git.jussi.kukkonen@intel.com> (raw)

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



             reply	other threads:[~2017-05-31 11:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-31 11:22 Jussi Kukkonen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1496229576.git.jussi.kukkonen@intel.com \
    --to=jussi.kukkonen@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox