1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
isospec (1.9.1-5) unstable; urgency=low
* patch: Fix the IsoSpec++ build command line flags for riscv64 as it did not
recognize the -march flag. I removed it, like I did before for m68k, for
example.
* patch: Remove the -march=native compile flag for IsoSpec++ as it is
considered erroneous to use if cross-builds are performed (Debian QA
error: E march-native).
-- Filippo Rusconi <lopippo@debian.org> Wed, 06 Mar 2019 17:23:44 +0100
isospec (1.9.1-4) unstable; urgency=low
* Remove -mtune -march build flags for the build of the C++ extension of the
Python module.
-- Filippo Rusconi <lopippo@debian.org> Wed, 06 Mar 2019 14:56:10 +0100
isospec (1.9.1-3) unstable; urgency=low
* Add ifeq statements in IsoSpec++/Makefile's patch to fix many
arch-specific problems with -march -mtune flags to the compiler
command line.
-- Filippo Rusconi <lopippo@debian.org> Wed, 06 Mar 2019 11:41:44 +0100
isospec (1.9.1-2) unstable; urgency=low
* Fix Vcs URLs.
-- Filippo Rusconi <lopippo@debian.org> Wed, 06 Feb 2019 10:07:16 +0100
isospec (1.9.1-1) unstable; urgency=medium
* Initial release (Closes: #916218).
-- Filippo Rusconi <lopippo@debian.org> Sat, 19 Jan 2019 13:56:13 +0100
|