# HG changeset patch
# User David Kirkby <david.kirkby@onetel.net>
# Date 1283213880 -3600
# Node ID 609710a9a3e029d777a756f4a389478aa7d2b721
# Parent ab9c33d2c7d377c61cb129534971b1a27cf3c273
#9766 Update SPKG.txt to improve the historical record. In particular document when 'scons' was no longer used.
diff -r ab9c33d2c7d3 -r 609710a9a3e0 SPKG.txt
a
|
b
|
|
16 | 16 | http://users.tkk.fi/pat/cliquer.html |
17 | 17 | |
18 | 18 | == Dependencies == |
19 | | * Base |
20 | | * SCONS |
| 19 | * None |
21 | 20 | |
22 | 21 | == Special Update/Build Instructions == |
23 | 22 | * TODO - Add a spkg-check file - see #9767 |
24 | 23 | |
25 | 24 | == Changelog == |
26 | 25 | |
27 | | === cliquer-1.2.p6 Nathann Cohen (19 August 2010) === |
| 26 | === cliquer-1.2.p6 Nathann Cohen, David Kirkby (31 August 2010) === |
28 | 27 | * #9766: Additions to SPKG.txt |
29 | 28 | - URL of the original website to the SPKG.txt file |
30 | 29 | - "Special Update/Build Instructions" section |
31 | 30 | - "Dependencies" section |
| 31 | * Added an entry to SPKG showing when this package was first put into |
| 32 | Sage. The first mercurial log is dated 17th July 2009. |
| 33 | * Added a note on to the cliquer-1.2.p0 entry in SPKG.txt that 'scons' |
| 34 | was no longer used. |
32 | 35 | |
33 | 36 | === cliquer-1.2.p5 Mike Hansen (15 February 2010) === |
34 | 37 | * Fixed Trac #8279 to make the cliquer spkg work on Cygwin with the Sage library. |
… |
… |
|
50 | 53 | and 64-bit openSUSE 11.1. |
51 | 54 | * Add custom compilation and linking flags on top of the Makefile of |
52 | 55 | cliquer 1.2. |
| 56 | * Removed dependancy of cliquer on 'scons' |
| 57 | |
| 58 | === cliquer-1.2 Nathann Cohen (17th July 2009) === |
| 59 | * First release put into Sage. |
| 60 | |