aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild/0001-abuild-add-support-for-uncompressed-tar-archives.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/abuild: more provides fixesNatanael Copa2012-08-161-26/+0
| | | | | | | | | | | need special handling when file name is .so (no version number suffix) and soname has a version number suffix. This is so we dont set provides version to 0 when it should have been something else. This fixes issue with libgcj/gcc-java who ships a file libgcj_bc.so with soname libgcj_bc.so.1 in addition to the libgcj_bc.so.1.0.0 file. We cannot have 2 provides with same name but with different version.
* main/abuild: add support for unpacking uncompressed tar archivesNatanael Copa2012-05-231-0/+26