Package librpm-devel-static: Information

    Binary package: librpm-devel-static
    Version: 4.0.4-alt100.77.M70P.7.M70C.2
    Architecture: i586
    Build time:  Nov 1, 2019, 01:58 PM in the task #239294
    Source package: rpm
    Category: Development/C
    Report package bug
    License: GPL/LGPL
    Summary: Static libraries for developing statically linked 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 statically linked
    programs that will manipulate RPM packages and databases.



    Last changed


    Oct. 16, 2019 Vladimir D. Seleznev 4.0.4-alt100.77.M70P.7.M70C.2
    - build: backported %autopatch support.
    June 7, 2019 Ivan Zakharyaschev 4.0.4-alt100.77.M70P.7.M70C.1
    - Changes in what is considered "newer" by rpm -U from 4.0.4-alt101.M80P.5.4
      brought to c7.1.
    June 7, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.5.5
    - Changes in what is considered "newer" by rpm -U:
      + The branch prefixes of disttags are ordered by rpmvercmp() rather than
        lexicographically. (For example, the numeric parts of "p8" or "p10" are
        compared as numbers. However, the first letter in "p7" or "c8.1" is more
        significant.)
      + An empty epoch is treated the same as 0, as in rpmevrcmp from ALT's
        rpm-4.13. (Used to be before: 2-alt1 < 0:1-alt1; now: 2-alt1 > 0:1-alt1)
      + Before the comparison, an optional initial padding (which is terminated
        by :) is skipped. (This will be useful for generating >,<-deps
        compatible with disttag-unaware rpm & apt.)