All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] updates and qa fixes
@ 2014-10-14 22:14 Andreas Müller
  2014-10-14 22:14 ` [PATCH 01/15] xfce4-clipman-plugin: update to 1.2.6 Andreas Müller
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Andreas Müller @ 2014-10-14 22:14 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit d1951db22a9971a1bb7cf25810ec3bdc9669a6f1:

  modphp: using PKGCONFIG and PACKAGECONFIG for libxml and soap (2014-10-14 11:48:58 +0200)

are available in the git repository at:

  git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git patches

for you to fetch changes up to 3d89bac9443e27b68ac88571eefbfb8d77e2d3dc:

  libgphoto2: add bash to RDEPENDS (2014-10-14 20:15:29 +0200)

----------------------------------------------------------------
Andreas Müller (15):
      xfce4-clipman-plugin: update to 1.2.6
      xfce4-equake-plugin: update to 1.3.5
      xfce4-terminal: update to 0.6.3
      xfce-app.bbclass: SRC_URI calculation supports multiple digit version numbers
      orage: update to 4.10.0
      glade3: update to 3.8.5
      mime-support: add perl to RDEPENDS
      xfce4-places-plugin: update to 1.6.0
      gigolo: initial add 0.4.2
      xfce4-mailwatch-plugin: initial add 1.2.0
      packagegroup-xfce-extended: add xfce4-mailwatch-plugin and gigolo
      tumbler: make build deterministic by adding PACKAGECONFIG for gstreamer-thumbnailer
      xfce4-dev-tools: add bash to RDEPENDS
      geany update to 1.24.1
      libgphoto2: add bash to RDEPENDS

 meta-oe/recipes-devtools/geany/{geany_1.23.bb => geany_1.24.1.bb}                                        |  4 ++--
 meta-oe/recipes-devtools/glade/{glade3_3.8.2.bb => glade3_3.8.5.bb}                                      |  9 ++++-----
 meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb                                                    |  1 +
 meta-oe/recipes-support/mime-support/mime-support_3.48.bb                                                |  1 +
 meta-xfce/classes/xfce-app.bbclass                                                                       |  2 +-
 meta-xfce/recipes-apps/gigolo/gigolo_0.4.2.bb                                                            | 11 +++++++++++
 meta-xfce/recipes-apps/orage/{orage_4.8.4.bb => orage_4.10.0.bb}                                         |  4 ++--
 meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.6.2.bb => xfce4-terminal_0.6.3.bb}               |  4 ++--
 meta-xfce/recipes-panel-plugins/clipman/{xfce4-clipman-plugin_1.2.3.bb => xfce4-clipman-plugin_1.2.6.bb} |  6 ++++--
 meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.3.bb => xfce4-equake-plugin_1.3.5.bb}    |  5 ++---
 meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb                                | 11 +++++++++++
 meta-xfce/recipes-panel-plugins/places/{xfce4-places-plugin_1.5.0.bb => xfce4-places-plugin_1.6.0.bb}    |  4 ++--
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb                                       |  2 ++
 meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb                                                         |  3 +++
 meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb                                         |  2 ++
 15 files changed, 50 insertions(+), 19 deletions(-)
 rename meta-oe/recipes-devtools/geany/{geany_1.23.bb => geany_1.24.1.bb} (73%)
 rename meta-oe/recipes-devtools/glade/{glade3_3.8.2.bb => glade3_3.8.5.bb} (73%)
 create mode 100644 meta-xfce/recipes-apps/gigolo/gigolo_0.4.2.bb
 rename meta-xfce/recipes-apps/orage/{orage_4.8.4.bb => orage_4.10.0.bb} (80%)
 rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.6.2.bb => xfce4-terminal_0.6.3.bb} (67%)
 rename meta-xfce/recipes-panel-plugins/clipman/{xfce4-clipman-plugin_1.2.3.bb => xfce4-clipman-plugin_1.2.6.bb} (69%)
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.3.bb => xfce4-equake-plugin_1.3.5.bb} (64%)
 create mode 100644 meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb
 rename meta-xfce/recipes-panel-plugins/places/{xfce4-places-plugin_1.5.0.bb => xfce4-places-plugin_1.6.0.bb} (74%)

-- 
1.8.3.1



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

end of thread, other threads:[~2014-10-15  7:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-14 22:14 [PATCH 00/15] updates and qa fixes Andreas Müller
2014-10-14 22:14 ` [PATCH 01/15] xfce4-clipman-plugin: update to 1.2.6 Andreas Müller
2014-10-14 22:14 ` [PATCH 02/15] xfce4-equake-plugin: update to 1.3.5 Andreas Müller
2014-10-14 22:14 ` [PATCH 03/15] xfce4-terminal: update to 0.6.3 Andreas Müller
2014-10-14 22:14 ` [PATCH 04/15] xfce-app.bbclass: SRC_URI calculation supports multiple digit version numbers Andreas Müller
2014-10-14 22:14 ` [PATCH 05/15] orage: update to 4.10.0 Andreas Müller
2014-10-14 22:14 ` [PATCH 06/15] glade3: update to 3.8.5 Andreas Müller
2014-10-14 22:14 ` [PATCH 07/15] mime-support: add perl to RDEPENDS Andreas Müller
2014-10-14 22:14 ` [PATCH 08/15] xfce4-places-plugin: update to 1.6.0 Andreas Müller
2014-10-14 22:14 ` [PATCH 09/15] gigolo: initial add 0.4.2 Andreas Müller
2014-10-14 22:14 ` [PATCH 10/15] xfce4-mailwatch-plugin: initial add 1.2.0 Andreas Müller
2014-10-14 22:14 ` [PATCH 11/15] packagegroup-xfce-extended: add xfce4-mailwatch-plugin and gigolo Andreas Müller
2014-10-14 22:14 ` [PATCH 12/15] tumbler: make build deterministic by adding PACKAGECONFIG for gstreamer-thumbnailer Andreas Müller
2014-10-14 22:14 ` [PATCH 13/15] xfce4-dev-tools: add bash to RDEPENDS Andreas Müller
2014-10-14 22:14 ` [PATCH 14/15] geany update to 1.24.1 Andreas Müller
2014-10-14 22:14 ` [PATCH 15/15] libgphoto2: add bash to RDEPENDS Andreas Müller
2014-10-14 22:20 ` [PATCH 00/15] updates and qa fixes Martin Jansa
2014-10-15  7:10   ` Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.