diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-22 12:31:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-24 11:49:02 +0200 |
commit | d1fae6b26e0820dee76e396c540bb1de90038917 (patch) | |
tree | e6a145e0901b6eeb118a03c6a616a763de79e42e /tests/loader/internal/1/math | |
parent | 675e973bf8e0e24593552f596eb3d81e57e19c94 (diff) |
Implement package version detals page
Diffstat (limited to 'tests/loader/internal/1/math')
-rw-r--r-- | tests/loader/internal/1/math/packages | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/tests/loader/internal/1/math/packages b/tests/loader/internal/1/math/packages index 9ce4063..ac6c675 100644 --- a/tests/loader/internal/1/math/packages +++ b/tests/loader/internal/1/math/packages @@ -17,14 +17,27 @@ optimization tools. There are over 100 functions in total with an extensive \ test suite. The API is similar to MATLAB. license: LGPLv2, MIT; If using with GNU TLS. license: BSD; If using with OpenSSL. -priority: high +priority: high; Due to critical bug fix. tags: c++, foo, math url: http://www.example.com/foo/ email: foo-users@example.com package-url: http://www.example.com/foo/pack package-email: pack@example.com -depends: libmisc >= 2.3.0 +depends: libmisc < 1.1 | libmisc > 2.3.0; Crashes in range [1.1, 2.3.0]. +depends: ? libstudxml; Newer - better. +requires: linux | windows | macosx; Symbian is coming. +requires: c++11 +requires: ? VC++; 12.0 or later if targeting Windows. +requires: ? ; libc++ standard library if using Clang on Mac OS X. location: libfoo-1.2.4-1.tar.gz +changes:\ +1.2.4-1 + * applied patch for critical bug-219 + * regenerated documentation + +1.2.4 + * test suite extended significantly +\ : name: libfoo version: 1.0 |