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

Бинарный пакет: librpm-devel-static
Версия: 4.0.4-alt101.M80P.5.3
Архитектура: i586
Собран:  30 мая 2019 г. 14:44 в задании #230644
Исходный пакет: rpm
Категория: Разработка/C
Сообщить об ошибке в пакете
Домашняя страница: http://www.rpm.org/

Лицензия: GPL/LGPL
О пакете: Static libraries for developing statically linked applications which will manipulate RPM packages
Описание: 
This package contains the RPM C library and header files.  These
development files will simplify the process of writing programs
which manipulate RPM packages and databases and are intended to make
it easier to create graphical package managers or any other tools
that need an intimate knowledge of RPM packages in order to function.

This package should be installed if you want to develop statically linked
programs that will manipulate RPM packages and databases.

Сопровождающий: Vladimir D. Seleznev


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


29 мая 2019 г. Vladimir D. Seleznev 4.0.4-alt101.M80P.5.3
- rpmdb: rpmdbInitIterator() handles BuildTime and DistTag.
- lib: rpmErase() prints EVR(D|T) when multiple packages matched.
14 марта 2019 г. Ivan Zakharyaschev 4.0.4-alt101.M80P.5.2
- Changes in what is considered "newer" by rpm -U  pertaining to disttag
  comparison. (On the whole, to determine which package is "newer", first,
  the EVRs are compared, then the branch prefixes of the disttags if the
  disttags are present, and then the buildtimes.) The comparison of the disttags:
  + (new!) If a disttag contains no + separator (old format), the branch prefix is
    assumed to be empty (and hence "older" than any other branch prefix).
  + (new!) If the branch prefix of a disttag is equal to %_priority_distbranch
    (and it is not empty), then it is "newer" than any other ones.
  + (as before, since 4.0.4-alt101.M80P.5) The branch prefixes of disttags are
    ordered lexicographically.
- (disabled in this release; %if_enabled default_priority_distbranch)
  Give a default value to %_priority_distbranch based on the disttag
  when this package is built (the prefix before +).
4 марта 2019 г. Ivan Zakharyaschev 4.0.4-alt101.M80P.5.1
- lib/depends.c: make headerMatchesDepFlags() aware of the disttag
  of the header. (This should help to obsolete a specific disttag.)