- rebuild or update perl and python( gdbm breaks)
- rebuild texinfo ?
This commit is contained in:
Ertuğrul Erata
2018-05-03 07:12:30 +03:00
parent 3591cafc99
commit 478da3c1e2
6 changed files with 54 additions and 7 deletions
+11 -1
View File
@@ -12,7 +12,10 @@
<IsA>library</IsA>
<Summary>A unit test framework for C</Summary>
<Description>check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.</Description>
<Archive sha1sum="47cd68296182270b2fd6951b5dc2d0173d21e1c9" type="targz">https://github.com/libcheck/check/releases/download/0.11.0/check-0.11.0.tar.gz</Archive>
<Archive sha1sum="2c10a4c09af75f32d58239097ab249ec60f38e88" type="targz">https://github.com/libcheck/check/archive/0.12.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>texinfo</Dependency>
</BuildDependencies>
</Source>
<Package>
@@ -48,6 +51,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-05-01</Date>
<Version>0.12</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-12-06</Date>
<Version>0.11.0</Version>
+10 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Libraries/utilities to handle ELF objects</Summary>
<Description>elfutils contains libraries and utilities to handle ELF objects and is a replacement for libelf.</Description>
<Archive sha1sum="53e486ddba572cf872d32e9aad4d7d7aa6e767ff" type="tarbz2">ftp://sourceware.org/pub/elfutils/0.168/elfutils-0.168.tar.bz2</Archive>
<Archive sha1sum="aff6feac0ff69eb7b240babdf2918f640eadb032" type="tarbz2">ftp://sourceware.org/pub/elfutils/0.170/elfutils-0.170.tar.bz2</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>xz-devel</Dependency>
@@ -28,6 +28,8 @@
<Dependency>zlib</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -56,6 +58,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-05-01</Date>
<Version>0.170</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-25</Date>
<Version>0.168</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Applies patch files</Summary>
<Description>Patch takes a patch file generated by diff command, and applies it to the original files, thus producing patched files.</Description>
<Archive sha1sum="8fd8f8f8ba640d871bce1bd33c7fd5e2ebe03a1e" type="tarxz">ftp://ftp.gnu.org/gnu/patch/patch-2.7.5.tar.xz</Archive>
<Archive sha1sum="6f64fa75993bdb285ac4ed6eca6c9212725bff91" type="tarxz">ftp://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz</Archive>
<BuildDependencies>
<Dependency>attr-devel</Dependency>
</BuildDependencies>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-05-01</Date>
<Version>2.7.6</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-07</Date>
<Version>2.7.5</Version>