Accepting request 1166533 from home:mschreiner:branches:system:packagemanager
- Update to version 1.22.6. The changelog for this version isn't very large, so it's provided in full: * dpkg-deb: Fix up compressor parameters for default legacy format. * Perl modules: - Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func. - Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func. * Documentation: - man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various tools. * Code internals: - libdpkg: Use array access instead of pointer arithmetic for meminfo parser. - libdpkg: Use a macro to define the zstd default compression level. * Build system: - Test with minimal library dependencies in CI. - Add gen-release script. * Packaging: - Fix typo in man page reference in changelog. * Test suite: - Refactor OpenPGP backend and commands list. - Refactor certfile and keyfile filenames for OpenPGP test. - Skip OpenPGP tests if the backend does not have a verify command. * Localization: - Fix typos in Swedish man pages translations. - Fix typos in Swedish man pages translations. - Update Dutch man pages translations. - Update Portuguese man pages translations. - Update German man pages translation. OBS-URL: https://build.opensuse.org/request/show/1166533 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/dpkg?expand=0&rev=109
This commit is contained in:
parent
84ede7d139
commit
637f539d77
32
dpkg.changes
32
dpkg.changes
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 10 02:52:20 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.22.6.
|
||||||
|
The changelog for this version isn't very large, so it's provided in full:
|
||||||
|
* dpkg-deb: Fix up compressor parameters for default legacy format.
|
||||||
|
* Perl modules:
|
||||||
|
- Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func.
|
||||||
|
- Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func.
|
||||||
|
* Documentation:
|
||||||
|
- man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various
|
||||||
|
tools.
|
||||||
|
* Code internals:
|
||||||
|
- libdpkg: Use array access instead of pointer arithmetic for meminfo
|
||||||
|
parser.
|
||||||
|
- libdpkg: Use a macro to define the zstd default compression level.
|
||||||
|
* Build system:
|
||||||
|
- Test with minimal library dependencies in CI.
|
||||||
|
- Add gen-release script.
|
||||||
|
* Packaging:
|
||||||
|
- Fix typo in man page reference in changelog.
|
||||||
|
* Test suite:
|
||||||
|
- Refactor OpenPGP backend and commands list.
|
||||||
|
- Refactor certfile and keyfile filenames for OpenPGP test.
|
||||||
|
- Skip OpenPGP tests if the backend does not have a verify command.
|
||||||
|
* Localization:
|
||||||
|
- Fix typos in Swedish man pages translations.
|
||||||
|
- Fix typos in Swedish man pages translations.
|
||||||
|
- Update Dutch man pages translations.
|
||||||
|
- Update Portuguese man pages translations.
|
||||||
|
- Update German man pages translation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 03:51:46 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
Mon Mar 11 03:51:46 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dpkg
|
Name: dpkg
|
||||||
Version: 1.22.5
|
Version: 1.22.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Debian package management system
|
Summary: Debian package management system
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:26d27610536fdf951aa2be84503166c6ca8f6c36f71c049ab562ccca3233ca7e
|
|
||||||
size 5627632
|
|
3
dpkg_1.22.6.tar.xz
Normal file
3
dpkg_1.22.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4379123466cf1804f82aaac7fbea7133c58aefa178dfbf7029cdc61a8d220655
|
||||||
|
size 5630704
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 10 02:52:20 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.22.6.
|
||||||
|
The changelog for this version isn't very large, so it's provided in full:
|
||||||
|
* dpkg-deb: Fix up compressor parameters for default legacy format.
|
||||||
|
* Perl modules:
|
||||||
|
- Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func.
|
||||||
|
- Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func.
|
||||||
|
* Documentation:
|
||||||
|
- man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various
|
||||||
|
tools.
|
||||||
|
* Code internals:
|
||||||
|
- libdpkg: Use array access instead of pointer arithmetic for meminfo
|
||||||
|
parser.
|
||||||
|
- libdpkg: Use a macro to define the zstd default compression level.
|
||||||
|
* Build system:
|
||||||
|
- Test with minimal library dependencies in CI.
|
||||||
|
- Add gen-release script.
|
||||||
|
* Packaging:
|
||||||
|
- Fix typo in man page reference in changelog.
|
||||||
|
* Test suite:
|
||||||
|
- Refactor OpenPGP backend and commands list.
|
||||||
|
- Refactor certfile and keyfile filenames for OpenPGP test.
|
||||||
|
- Skip OpenPGP tests if the backend does not have a verify command.
|
||||||
|
* Localization:
|
||||||
|
- Fix typos in Swedish man pages translations.
|
||||||
|
- Fix typos in Swedish man pages translations.
|
||||||
|
- Update Dutch man pages translations.
|
||||||
|
- Update Portuguese man pages translations.
|
||||||
|
- Update German man pages translation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 03:51:46 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
Mon Mar 11 03:51:46 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: update-alternatives
|
Name: update-alternatives
|
||||||
Version: 1.22.5
|
Version: 1.22.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Maintain symbolic links determining default commands
|
Summary: Maintain symbolic links determining default commands
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user