Пакет libapt-devel: Информация

  • Default inline alert: Собрана новая версия пакета

    № Задания: #330215
    Собран: 24 сентября 2023 г. 11:14
    Новая версия: 0.5.15lorg2-alt86
Бинарный пакет: libapt-devel
Версия: 0.5.15lorg2-alt82
Архитектура: armh
Собран:  28 октября 2022 г. 14:29 в задании #306103
Исходный пакет: apt
Категория: Разработка/C
Сообщить об ошибке в пакете
Домашняя страница: http://apt-rpm.org

Лицензия: GPL-2.0-or-later
О пакете: Development files and documentation for APT's core libs
Описание: 
This package contains the header files and libraries for developing with
APT's package manipulation library, modified for RPM.

This package is still under development.

Сопровождающий: Ivan Zakharyaschev


Последнее изменение


2 сентября 2022 г. Ivan Zakharyaschev 0.5.15lorg2-alt82
- tests:
  + Enhanced to be able to work with test packages containing some files.
    (This will be useful for testing the work with large RPM archives.)
  + Shortened the run time of apt-xxtra-heavy-load-checkinstall.
  + Shortened the run time of other *-checkinstall scripts
    (by shortening the the test with zillion packages).
3 августа 2022 г. Ivan Zakharyaschev 0.5.15lorg2-alt81
- Fixed bad behavior when satisfying "Conflicts" or "Obsoletes" dependencies
  (discovered in ALT#42415), namely:
  + "Obsoletes" causing the deletion of its "virtual" targets (i.e.,
    providing packages) whereas this behavior is expected for Conflicts only;
  + versioned "Conflicts" (or "Obsoletes") causing the deletion of packages
    with non-matching version.
- Enriched the output of Debug::pkgMarkInstall with the versions of
  the dependency targets and the targets being considered during the search.
- Complemented it with new options (Debug::pkgMarkAllCalls,
  Debug::pkgMarkShallow) -- to understand better why the result of
  resolving a broken dep is unexpected in some cases.
2 июня 2022 г. Ivan Zakharyaschev 0.5.15lorg2-alt80
- Fixed the new compilation warnings by simplifying the ALT-specific code
  in pkgcache.cc (AllTargets) from 0.5.15lorg2-alt31. (Discovered by gcc12.)