Skip to content

Changelog isospec (2.1.3-1build1)

2022

isospec (2.1.3-1build1) jammy; urgency=medium

   * No-change rebuild with Python 3.10 as default version

2020

isospec (2.1.3-1) unstable; urgency=low

   * New upstream 2.1.3 release.
 
   * d/copyright: remove stanza on exclusion of files because these are now
     removed from upstream following my own recommendation, yay! Also, no more
     dfsg suffix to the package name.

isospec (2.1.2+dfsg1-3) unstable; urgency=low

   * Remove the r-cran-isospec package as it is alreay packaged by Dylan Aîssi
     <daissi@debian.org>.
     See https://salsa.debian.org/r-pkg-team/r-cran-isospecr.
 
   * Closes: #962130 by Dylan Aîssi although we'll need to sort out
     how to provide the R package basing it on the R-cran repository
     IsoSpecR package (see mail in the bug). Dylan, if you are listening,
     maybe you could open an ITP bug?

isospec (2.1.2+dfsg1-2) unstable; urgency=low

   * Remove unversioned Python (Closes: #967147), thanks to
     Matthias Klose <doko@debian.org> for the report. Nothing more to do than
     remove the python* build-depends packages.

isospec (2.1.2+dfsg1-1) unstable; urgency=low

   * Upstream 2.1.2 release (git commit :
     622281caab9d78a75379f56295204bd40a77e6f0;
 
   * New packaging with all the Filippo Rusconi's CMake-based build system
     integrated upstream and some last-moment patches.
 
   * Many other modifications to improve the quality of the package.

isospec (2.1.0+dfsg1-1) UNRELEASED; urgency=low

   * New upstream version.
 
   * Patches to implement more complete CMake-based build system,
     that upstream intends to adopt.

isospec (2.0.2+dfsg1-4) UNRELEASED; urgency=low

   * Multi-arch installment.
 
   *  /*attention check source-only-upload with
      dpkg-buildpackage --changes-option=-S */

isospec (2.0.2+dfsg1-3) unstable; urgency=low

   *  Since July 2019, binaries uploaded by maintainers are not allowed to
      migrate to testing. In other words, packages must have source-only uploads
      before they can reach the next release
      (Thanks to Boyuan Yang <byang@debian.org> ; Closes: #961023).

isospec (2.0.2+dfsg1-2) unstable; urgency=low

   * Reinstate the -mtune -march build flags path for the
     build  of the C++ extension of the Python module. (Closes: #960340).
     Thanks to Sebastian Ramacher <sramacher@debian.org> for the bug report.

isospec (2.0.2+dfsg1-1) unstable; urgency=low

   * New upstream version including the CMakeLists.txt file that
     upstream accecpted from me (and also modified later).
 
   * Standards-Version: 4.5.0 (no changes needed).
 
   * Add d/watch.

2019

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

isospec (1.9.1-4) unstable; urgency=low

   * Remove -mtune -march build flags for the build of the C++ extension of the
     Python module.

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.

isospec (1.9.1-2) unstable; urgency=low

   * Fix Vcs URLs.

isospec (1.9.1-1) unstable; urgency=medium

   * Initial release (Closes: #916218).