All of lore.kernel.org
 help / color / mirror / Atom feed
From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [dunfell 26/57] xfwm4: upgrade 4.14.1 -> 4.14.2
Date: Mon, 18 May 2020 07:49:31 -0700	[thread overview]
Message-ID: <49aad7b70354e8d843262faca5eb4215a6427d4b.1589813083.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1589813083.git.akuster808@gmail.com>

From: Andreas Müller <schnitzeltony@gmail.com>

Release notes for 4.14.2

========================
4.14.2
======

- Prefer GLX on AMD (Bug #16716)
- Fix compositor without required X11 extensions (Bug #16713)
- Fix window decorations without XRender extension (Bug #16713)
- Avoid grabbing the keyboard with Alt-Tab to work around a bug in
  Qt with XInput2 valuators (Bug #16708)
- Automatically update window title fonts on scale change
- Fix a regression with title font size at scale 2 (Bug #16711)
- Fix an X error with XShape (Bug #16383)
- I18n:
  Update translations: ar, be, be@tarask, bg, bn, ca, cs, da, de, el,
  en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hy_AM, id, ie, is,
  it, ka, ko, lt, lv, nb, nl, nn, oc, pl, pt, pt_BR, ro, sk, sl, sq,
  sv, th, ug, ur, ur_PK, zh_CN, zh_HK

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 278d762738fe23332b38751433e9b5f9c8a1f9a9)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-xfce/xfwm4/{xfwm4_4.14.1.bb => xfwm4_4.14.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.14.1.bb => xfwm4_4.14.2.bb} (90%)

diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.1.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.2.bb
similarity index 90%
rename from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.1.bb
rename to meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.2.bb
index 617e14f8e1..b6066a5266 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.1.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.2.bb
@@ -9,8 +9,8 @@ inherit xfce update-alternatives features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://0001-Revert-compositor-Revert-to-GLX-as-default-vblank-me.patch"
-SRC_URI[md5sum] = "b20bd22bdbe1b17f76a139fd74e072a9"
-SRC_URI[sha256sum] = "100781a18070762e8f34c1d450e767586576753d567f76a8c32818284f511428"
+SRC_URI[md5sum] = "6d61d07b6ea88a429c43e1b9c3293eb8"
+SRC_URI[sha256sum] = "b15b40342596a3b6ab5167a58371262adf5484e165cb25a31fef42f0aa8ffd92"
 
 PACKAGECONFIG ?= " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'epoxy', '', d)} \
-- 
2.17.1


  parent reply	other threads:[~2020-05-18 14:50 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 14:49 [dunfell 00/57] Patch review akuster
2020-05-18 14:49 ` [dunfell 01/57] php: fix zip package config akuster
2020-05-18 14:49 ` [dunfell 02/57] tcpdump: Fix PACKAGECONFIG for OpenSSL akuster
2020-05-18 14:49 ` [dunfell 03/57] nginx: remove /var/log/nginx when do_install akuster
2020-05-18 14:49 ` [dunfell 04/57] php: fix PACKAGECONFIG for soap akuster
2020-05-18 14:49 ` [dunfell 05/57] python3-ntplib: add missing python3-io RDEPENDS akuster
2020-05-18 14:49 ` [dunfell 06/57] python3-pid: add the missing rdepends akuster
2020-05-18 14:49 ` [dunfell 07/57] python3-parallax: " akuster
2020-05-18 14:49 ` [dunfell 08/57] python3-pkgconfig: add " akuster
2020-05-18 14:49 ` [dunfell 09/57] python3-py: add python3-netclient to RDEPENDS akuster
2020-05-18 14:49 ` [dunfell 10/57] python3-markdown: add logging and setuptools " akuster
2020-05-18 14:49 ` [dunfell 11/57] php: fix opcache link error in 7.4 akuster
2020-05-18 14:49 ` [dunfell 12/57] python3-pathlib2: add the missing rdepends akuster
2020-05-18 14:49 ` [dunfell 13/57] python3-ptyprocess: " akuster
2020-05-18 14:49 ` [dunfell 14/57] python3-pydbus: " akuster
2020-05-18 14:49 ` [dunfell 15/57] python3-pyudev: " akuster
2020-05-18 14:49 ` [dunfell 16/57] php: update fix for opcache link issue in 7.4.4 akuster
2020-05-18 14:49 ` [dunfell 17/57] python-pretty-table: add rdep's akuster
2020-05-18 14:49 ` [dunfell 18/57] python3-pyhamcrest: add rdep akuster
2020-05-18 14:49 ` [dunfell 19/57] python3-zipp: add the missing rdepends akuster
2020-05-18 14:49 ` [dunfell 20/57] x11vnc: fix xfc NULL pointer dereference akuster
2020-05-18 14:49 ` [dunfell 21/57] python3-setuptools-scm: Cosmetic improvement akuster
2020-05-18 14:49 ` [dunfell 22/57] python3-setuptools-scm: Add nativesdk to BBCLASSEXTEND akuster
2020-05-18 14:49 ` [dunfell 23/57] python3-attrs: " akuster
2020-05-18 14:49 ` [dunfell 24/57] xfce4-notifyd: upgrade 0.6.0 -> 0.6.1 akuster
2020-05-18 14:49 ` [dunfell 25/57] xfconf: upgrade 4.14.1 -> 4.14.2 akuster
2020-05-18 14:49 ` akuster [this message]
2020-05-18 14:49 ` [dunfell 27/57] qpdf: upgrade 9.1.0 -> 10.0.1 akuster
2020-05-18 14:49 ` [dunfell 28/57] qpdf: link libatomic explicitly on mips akuster
2020-05-18 14:49 ` [dunfell 29/57] mailcap: upgrade 2.1.48 -> 2.1.49 akuster
2020-05-18 14:49 ` [dunfell 30/57] python3-parse-type: Modify ptest output format akuster
2020-05-18 14:49 ` [dunfell 31/57] python3-pluggy: " akuster
2020-05-18 14:49 ` [dunfell 32/57] python3-polyline: " akuster
2020-05-18 14:49 ` [dunfell 33/57] python3-precise-runner: " akuster
2020-05-18 14:49 ` [dunfell 34/57] python3-prettytable: " akuster
2020-05-18 14:49 ` [dunfell 35/57] python3-ptyprocess: " akuster
2020-05-18 14:49 ` [dunfell 36/57] python3-pyasn1: " akuster
2020-05-18 14:49 ` [dunfell 37/57] python3-pyasn1-modules: " akuster
2020-05-18 14:49 ` [dunfell 38/57] python3-pyserial: " akuster
2020-05-18 14:49 ` [dunfell 39/57] python3-pyroute2: " akuster
2020-05-18 17:13 ` [oe] [dunfell 00/57] Patch review Adrian Bunk
2020-05-19 14:36   ` akuster

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=49aad7b70354e8d843262faca5eb4215a6427d4b.1589813083.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@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 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.