All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.2.1 -> 1.3.1
@ 2023-03-24  0:36 wangmy
  2023-03-24  0:36 ` [oe] [meta-oe] [PATCH] libass: upgrade 0.17.0 -> 0.17.1 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- AdwAboutWindow
  - Add a missing Since annotation
- AdwCarousel
  - Fix allocation
- AdwFlap
  - Add a missing setter annotation for :fold-policy
  - Correctly measure separator
  - Avoid notify emissions in dispose()
- AdwTabBar
  - Fix clipped labels
- AdwTabOverview
  - Fix clipped labels
  - Add a translator comment for "%u tabs"
- Demo
  - Open primary menu with F10
- Don't show marshal functions in docs

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libadwaita/{libadwaita_1.2.1.bb => libadwaita_1.3.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/libadwaita/{libadwaita_1.2.1.bb => libadwaita_1.3.1.bb} (85%)

diff --git a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.2.1.bb b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.1.bb
similarity index 85%
rename from meta-gnome/recipes-gnome/libadwaita/libadwaita_1.2.1.bb
rename to meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.1.bb
index 3a9576634..8f927e3f7 100644
--- a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.2.1.bb
+++ b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.1.bb
@@ -10,7 +10,7 @@ DEPENDS = " \
 
 inherit gnomebase gobject-introspection gtk-doc vala features_check
 
-SRC_URI[archive.sha256sum] = "326f142a4f0f3de5a63f0d5e7a9de66ea85348a4726cbfd13930dcf666d22779"
+SRC_URI[archive.sha256sum] = "6b8bbf413c501b46c8616a0e5b836d7a34091140941412520bbd9ddda6df8cbd"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 REQUIRED_DISTRO_FEATURES = "opengl"
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] libass: upgrade 0.17.0 -> 0.17.1
  2023-03-24  0:36 [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.2.1 -> 1.3.1 wangmy
@ 2023-03-24  0:36 ` wangmy
  2023-03-24  0:36 ` [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.55 -> 4.56 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Fix buffer overread if soft-wrapping occurred and ASS_FEATURE_WHOLE_TEXT_LAYOUT was enabled via API or due to Encoding -1 (bug introduced in 0.16.0)
x86: detect GNU Hurd and configure NASM appropriately

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libass/{libass_0.17.0.bb => libass_0.17.1.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-multimedia/libass/{libass_0.17.0.bb => libass_0.17.1.bb} (92%)

diff --git a/meta-oe/recipes-multimedia/libass/libass_0.17.0.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.1.bb
similarity index 92%
rename from meta-oe/recipes-multimedia/libass/libass_0.17.0.bb
rename to meta-oe/recipes-multimedia/libass/libass_0.17.1.bb
index c052239cb..800ad1b15 100644
--- a/meta-oe/recipes-multimedia/libass/libass_0.17.0.bb
+++ b/meta-oe/recipes-multimedia/libass/libass_0.17.1.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75"
 
 DEPENDS = "fontconfig freetype fribidi harfbuzz"
 
-SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master"
-SRCREV = "bef4b43ef1882b77f789f611d9cd24271ccdd65b"
+SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=0.17.1-branch"
+SRCREV = "e8ad72accd3a84268275a9385beb701c9284e5b3"
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
-- 
2.34.1



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

* [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.55 -> 4.56
  2023-03-24  0:36 [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.2.1 -> 1.3.1 wangmy
  2023-03-24  0:36 ` [oe] [meta-oe] [PATCH] libass: upgrade 0.17.0 -> 0.17.1 wangmy
@ 2023-03-24  0:36 ` wangmy
  2023-03-24  0:36 ` [oe] [meta-perl] [PATCH] libnet-dns-perl: upgrade 1.36 -> 1.37 wangmy
  2023-03-24  0:36 ` [oe] [meta-oe] [PATCH] libpeas: upgrade 1.34.0 -> 1.36.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
- add new cookie field 'Priority' to CGI::Cookie code

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libcgi/{libcgi-perl_4.55.bb => libcgi-perl_4.56.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.55.bb => libcgi-perl_4.56.bb} (93%)

diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.55.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.56.bb
similarity index 93%
rename from meta-perl/recipes-perl/libcgi/libcgi-perl_4.55.bb
rename to meta-perl/recipes-perl/libcgi/libcgi-perl_4.56.bb
index 2278d14f6..341d348f9 100644
--- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.55.bb
+++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.56.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "67895e94b13fdf46a3893c9a17c2d0d4c3d4cd2550e1f41e26696c10cb8c64b2"
+SRC_URI[sha256sum] = "2d36d930b89ecdfbcc7d6d4740821bd466a0218abf1bd413568640b2f43799b7"
 
 S = "${WORKDIR}/CGI-${PV}"
 
-- 
2.34.1



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

* [oe] [meta-perl] [PATCH] libnet-dns-perl: upgrade 1.36 -> 1.37
  2023-03-24  0:36 [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.2.1 -> 1.3.1 wangmy
  2023-03-24  0:36 ` [oe] [meta-oe] [PATCH] libass: upgrade 0.17.0 -> 0.17.1 wangmy
  2023-03-24  0:36 ` [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.55 -> 4.56 wangmy
@ 2023-03-24  0:36 ` wangmy
  2023-03-24  0:36 ` [oe] [meta-oe] [PATCH] libpeas: upgrade 1.34.0 -> 1.36.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Add links to relevant RFCs in package documentation.
Fix rt.cpan.org #147038
        resolver->axfr( undef ) fails silently
Fix rt.cpan.org #145944
        Case sensitivity issue with AXFR

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libnet/{libnet-dns-perl_1.36.bb => libnet-dns-perl_1.37.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.36.bb => libnet-dns-perl_1.37.bb} (95%)

diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.36.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.37.bb
similarity index 95%
rename from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.36.bb
rename to meta-perl/recipes-perl/libnet/libnet-dns-perl_1.37.bb
index 2c9b47a4c..e20e84d2a 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.36.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.37.bb
@@ -9,7 +9,7 @@ DEPENDS += "perl"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "143ba0e530f8b727be61ec052974cbf52df5b0afc0582d75b04809e0b2a95ebe"
+SRC_URI[sha256sum] = "e672031158942a7016c0480ab3c1fd0d7f81ea5dd650d1ecca7116d5fd348565"
 
 UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] libpeas: upgrade 1.34.0 -> 1.36.0
  2023-03-24  0:36 [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.2.1 -> 1.3.1 wangmy
                   ` (2 preceding siblings ...)
  2023-03-24  0:36 ` [oe] [meta-perl] [PATCH] libnet-dns-perl: upgrade 1.36 -> 1.37 wangmy
@ 2023-03-24  0:36 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
* PeasExtensionSet now implements GListModel
* libpeas now requires GLib 2.44 or newer for GListModel
* Translation updates:
  - Interlingue
  - Turkish

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libpeas/{libpeas_1.34.0.bb => libpeas_1.36.0.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-gnome/libpeas/{libpeas_1.34.0.bb => libpeas_1.36.0.bb} (88%)

diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.34.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb
similarity index 88%
rename from meta-oe/recipes-gnome/libpeas/libpeas_1.34.0.bb
rename to meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb
index 1bf6752e8..1282e9363 100644
--- a/meta-oe/recipes-gnome/libpeas/libpeas_1.34.0.bb
+++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb
@@ -12,7 +12,7 @@ inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-SRC_URI[archive.sha256sum] = "4305f715dab4b5ad3e8007daec316625e7065a94e63e25ef55eb1efb964a7bf0"
+SRC_URI[archive.sha256sum] = "297cb9c2cccd8e8617623d1a3e8415b4530b8e5a893e3527bbfd1edd13237b4c"
 
 PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject"
 
-- 
2.34.1



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

end of thread, other threads:[~2023-03-24  0:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  0:36 [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.2.1 -> 1.3.1 wangmy
2023-03-24  0:36 ` [oe] [meta-oe] [PATCH] libass: upgrade 0.17.0 -> 0.17.1 wangmy
2023-03-24  0:36 ` [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.55 -> 4.56 wangmy
2023-03-24  0:36 ` [oe] [meta-perl] [PATCH] libnet-dns-perl: upgrade 1.36 -> 1.37 wangmy
2023-03-24  0:36 ` [oe] [meta-oe] [PATCH] libpeas: upgrade 1.34.0 -> 1.36.0 wangmy

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.