- 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>