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

Бинарный пакет: libapt-devel
Версия: 0.5.15lorg2-alt53.M80P.1
Архитектура: i586
Собран:  22 мая 2019 г. 20:03 в задании #229283
Исходный пакет: apt
Категория: Разработка/C
Сообщить об ошибке в пакете
Домашняя страница: http://apt-rpm.org

Лицензия: GPL
О пакете: 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


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


13 мая 2019 г. Ivan Zakharyaschev 0.5.15lorg2-alt53.M80P.1
- Add buildtime to VerStrs (used by APT to identify package versions).
  This data is used in several manners:
  * by CheckDep() (only when matching a dependency with a real package);
  * rpm_name_conversion() (only when making up an id for a duplicated package);
  * and by *CmpVersion().
  The latter needs buildtime to determine the correct upgrade direction and
  can be called through the API with some externally supplied versions.
  In order to honor buildtime without changing the API and its clients, we pass
  buildtime inside the existing argument. (Also fixes ALT#36528)
- Cherry-picked individual changes from:
[0.5.15lorg2-alt63]
- archtable:
  + added ppc64le;
  + added trivial arch translation (%_target_cpu -> %_target_cpu).
[0.5.15lorg2-alt59]
- Fixed crash on fail to read package file.
[0.5.15lorg2-alt58]
- cherry-picked from Debian 0.7.22 (git://anonscm.debian.org/git/apt/apt.git)
  some fixes for http download method (ALT: 18925)
  * Fix pipeline handling on http.cc
  (closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413324)
  (thx Otavio Salvador).
  * show error details of failed methods
  * if a process aborts with signal, show signal number
  * in http method: ignore SIGPIPE, we deal with EPIPE elsewhere
  (closes: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/385144)
  (thx Michael Vogt).
[0.5.15lorg2-alt54]
- Backported fix for logic about package sizes.
27 ноября 2015 г. Ivan Zakharyaschev 0.5.15lorg2-alt53
- doc/: Add a note about APT_CONFIG in the -c description
  (Closes: Debian #578267) (thx David Kalnischkies).
29 мая 2015 г. Gleb Fotengauer-Malinovskiy 0.5.15lorg2-alt52
- Fixed apt usage with redefined rpm binary name.