libx11-xcb-perl (0.22-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.23-1 > 0.22-1
- Git: https://salsa.debian.org/perl-team/modules/packages/libx11-xcb-perl.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1028096
- Browser: https://salsa.debian.org/perl-team/modules/packages/libx11-xcb-perl
- Last scan: 2025-01-25 21:49:05+00
- Next scan: 2025-02-03 06:24:00+00
- Debian changelog in Git:
libx11-xcb-perl (0.23-1) UNRELEASED; urgency=medium
PROBLEM:
- ugly warnings:
"/usr/bin/perl" "-Iinc" -I. -M_GenerateMyXS -E '_GenerateMyXS::generate()'
Use of uninitialized value in join or string at /usr/share/perl5/XML/Simple.pm line 1301.
- test failure:
No such atom (WM_PROTOCOLS) at /build/libx11-xcb-perl-0.23/blib/lib/X11/XCB/Window.pm line 209.
# Looks like your test exited with 255 just after 4.
t/04-window.t ...
1..4
ok 1 - use X11::XCB::Connection;
ok 2 - use X11::XCB::Window;
ok 3 - An object of class 'X11::XCB::Window' isa 'X11::XCB::Window'
ok 4
Dubious, test returned 255 (wstat 65280, 0xff00)
All 4 subtests passed
* Team upload.
* Import upstream version 0.23.
* Update build and runtime dependencies.
* Update upstream email address.
* Declare compliance with Debian Policy 4.7.0.
-- gregor herrmann <gregoa@debian.org> Tue, 08 Oct 2024 19:20:39 +0200
- This branch is 15 commits ahead of tag archive/debian/0.22-1
- Git log:
commit 439244b5c4a3380017dffa0672988a5df7a97d52
Author: gregor herrmann <gregoa@debian.org>
Date: Tue Oct 8 20:17:45 2024 +0200
update changelog / add PROBLEM
Gbp-Dch: Ignore
commit 023f2debc5a2675d234c511d8c0023790533d112
Author: gregor herrmann <gregoa@debian.org>
Date: Tue Oct 8 19:25:27 2024 +0200
Declare compliance with Debian Policy 4.7.0.
commit 9269c0f3ba230ddd2f6d6b7e0d353974253ec6f8
Author: gregor herrmann <gregoa@debian.org>
Date: Tue Oct 8 19:24:40 2024 +0200
Update upstream email address.
commit 6d1ca55d86d41624fcbb9ffdc91395b582c798aa
Author: gregor herrmann <gregoa@debian.org>
Date: Tue Oct 8 19:23:16 2024 +0200
Update build and runtime dependencies.
commit 131b7229aad828e6e4349f16cff9392d16fd757a
Author: gregor herrmann <gregoa@debian.org>
Date: Tue Oct 8 19:20:39 2024 +0200
Update debian/changelog
Gbp-Dch: Ignore
commit 5972e321ffc6e650e44195612c06cd72903ffb6b
Merge: d2cbb07 2d9dfc9
Author: gregor herrmann <gregoa@debian.org>
Date: Tue Oct 8 19:20:38 2024 +0200
Update upstream source from tag 'upstream/0.23'
Update to upstream version '0.23'
with Debian dir c5ff59b8a91112cccf15c63497711cb826afc675
commit 2d9dfc9401915d37009d22e96fd12494176a4ad9
Merge: 67abfc0 312bf2c
Author: gregor herrmann <gregoa@debian.org>
Date: Tue Oct 8 19:20:37 2024 +0200
New upstream version 0.23
commit 312bf2c778e385ec062b4a42e626c1b18ea0b5df
Author: Sergei Zhmylev <zhmylove@narod.ru>
Date: Sat Oct 5 14:19:41 2024 +0300
Bump version to 0.23
Signed-off-by: Sergei Zhmylev <zhmylove@narod.ru>
commit a659473d7cfc5fa99443bbe9a2a2e1ff3cc947ab
Author: Sergei Zhmylev <zhmylove@narod.ru>
Date: Sat Oct 5 13:45:46 2024 +0300
Remove MouseX::NativeTraits dependency
Signed-off-by: Sergei Zhmylev <zhmylove@narod.ru>
commit 423c67c95b74c31aa8c627f82884ea725a815922
Author: Sergei Zhmylev <zhmylove@narod.ru>
Date: Fri Oct 4 22:15:22 2024 +0300
Implement get_image_data_rgba() to get XImages translated into RGBA
Signed-off-by: Sergei Zhmylev <zhmylove@narod.ru>
commit f846abf86154484f599b8b29176ff9d1bff4cbbc
Author: Sergei Zhmylev <zhmylove@narod.ru>
Date: Sat Aug 31 03:14:11 2024 +0300
Add WM_SIZE_HINTS constants
Signed-off-by: Sergei Zhmylev <zhmylove@narod.ru>
commit 7eb4e75f0bcf04405a6d670b5a609ce1071b91b3
Author: Sergei Zhmylev <zhmylove@narod.ru>
Date: Tue Aug 27 02:30:30 2024 +0300
Add free(reply) improving memory consumption under certain conditions
Signed-off-by: Sergei Zhmylev <zhmylove@narod.ru>
commit 475e1fb8c8650b81d2dee679492b6ef665b39b16
Author: Sergei Zhmylev <zhmylove@narod.ru>
Date: Mon Aug 26 23:54:37 2024 +0300
Implement get_image_data() to allow receiving XImages
Signed-off-by: Sergei Zhmylev <zhmylove@narod.ru>
commit b78e33f7cdf8141b085a4f8773adda6c4a4870c3
Author: Sergei Zhmylev <zhmylove@narod.ru>
Date: Mon Aug 26 21:57:21 2024 +0300
Add XComposite support
Signed-off-by: Sergei Zhmylev <zhmylove@narod.ru>
commit dd949049183a7be307369b4b1ce89b29cc9d781d
Author: Sergei Zhmylev <zhmylove@narod.ru>
Date: Thu Jan 11 21:24:21 2024 +0300
Fix memory leak of HV*