Package Release Info

bam-0.5.1-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

bam

Change Logs

* Thu Oct 13 2022 Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-python3.patch:
  * Support Python 3.
- Switch BuildRequires to python3.
- Correct URL.
* Mon Jan 04 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Replace pandoc BuildRequires with help2man: this is sufficient to
  convert docs/bam.1.txt into man page format.
* Thu Oct 17 2019 Richard Brown <rbrown@suse.com>
- Remove obsolete Groups tag (fate#326485)
Version: 0.5.1-bp150.2.3
* Mon Apr 16 2018 antoine.belvire@opensuse.org
- Fix compilation issue order:
  * Add bam-0.5.1-fix-compilation-order.patch.
  * Enable tests (they actually showed the problem).
- Clean spec file with spec-cleaner.
* Fri Feb 02 2018 mailaender@opensuse.org
- update to version 0.5.1
  * Fixed issues with CC environment variables
  * Out of bounds fixed to debug output and output cache
  * XLC compiler support
  * Fixed parallel build with make
- disable tests
- enforce Lua 5.3
* Sat Jul 30 2016 jengelh@inai.de
- Update description
* Sat Jul 30 2016 mpluskal@suse.com
- Use pretty name for archive
- Build with optflags
* Sat Jul 30 2016 mailaender@opensuse.org
- initial packaging of version 0.5.0
  * Upgraded to Lua 5.3.3 from 5.1
  * More accurate cache to reduce recompiles when switching parameters
  * Make use of CC environment variables when available by default
  * Build should now be reproducable and not add date or timestamps into the executable
  * Bug-fixes