Package librpm-devel: Information

Binary package: librpm-devel
Version: 4.0.4-alt101.M80P.4
Architecture: x86_64
Build time:  Feb 21, 2019, 09:26 PM in the task #221431
Source package: rpm
Category: Development/C
Report package bug
License: GPL/LGPL
Summary: Development files for applications which will manipulate RPM packages
Description: 
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 programs that
will manipulate RPM packages and databases.

Maintainer: Ivan Zakharyaschev


Last changed


Feb. 13, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.4
- Merged rpmEVRcmp() fixes into p8, c8:
  + rpmEVRcmp() (and hence rpmRangesOverlap()) made asymmetric w.r.t.
    underspecified release. (Provides: N = V can't anymore satisfy
    Requires: N = V-R. Look out for unmets!)
Feb. 12, 2019 Ivan Zakharyaschev 4.0.4-alt100.76.M70P.2
[rpm-4.13-alt6 alike]
- rpmEVRcmp() (and hence rpmRangesOverlap()) made asymmetric w.r.t.
  underspecified release. (Provides: N = V can't anymore satisfy
  Requires: N = V-R. Look out for unmets!)
  (with help of Vladimir D. Seleznev)
- rpmRangesOverlap() optimized (can run ca. 30% faster).
- checkinstall subpackage added.
[rpm-build] (backported from Sisyphus rpm-build by vseleznv@)
- support for SOURCE_DATE_EPOCH environment variable
- device and inode numbers remapping
Sept. 26, 2018 Vladimir D. Seleznev 4.0.4-alt101.M80P.3
- psm.c: write installed/removed package disttag if present to syslog.
- Add _allow_deps_with_beginning_dot macro to allow dependencies
  beginning with a dot character (such as ones generated by replaceDeps
  function) in spec file.