Skip to content

Tags: gene-git/Arch-mkpkg

Tags

6.2.4

Toggle 6.2.4's commit message
Release 6.2.4

6.2.3

Toggle 6.2.3's commit message
Release 6.2.3

6.2.2

Toggle 6.2.2's commit message
Release 6.2.2

6.2.0

Toggle 6.2.0's commit message
drop tomli for tomllib (python now >= 3.11)

6.1.0

Toggle 6.1.0's commit message
 soname logic updated.

       Default is now keep which only rebuilds of a soname is no longer available.
       This is in line with how sonames are typically used where soname only changes
       when ABI changes.

6.0.4

Toggle 6.0.4's commit message
Add missing pydantic from PKGBUILD depends

6.0.3

Toggle 6.0.3's commit message
Tidy up code comments. Ensure pylint is clean.

add comment to README - new build needed to get soname info

6.0.1

Toggle 6.0.1's commit message
Tidy comments in soname file(s)

6.0.0

Toggle 6.0.0's commit message
 * soname handling has been re-written from scratch and improved subs…

…tantially.

       It now identifies every soname versioned library in elf executables
       along with their full path.  It also properly handles executables
       built with *--rpath* loader options.

       Previous versions relied on makepkg soname output
       which, unfortunately, only lists sonames if they are also listed as a PKGBUILD dependency.
       We need every soname versioned library to ensure we do the right thing
       and rebuild when needed. So it was a mistake to rely on this.

       Can also specify how to handle version comparisons similar to the way
       package version comparisons are done (e.g. soname > major)

     * Old options now deprecated

        * (*--mpk-xxx*)
        * (*--soname-build*) : use *--soname-comp* instead

5.0.0

Toggle 5.0.0's commit message
 Fix soname dep handling when there are multiple pkgnames in PKGBUILD

    verbose option is boolean - does not take argument