* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
Version: 1.0.2.0-150500.3.3.1
* Wed Oct 04 2023 psimons@suse.com
- Update base16-bytestring to version 1.0.2.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Mon Nov 01 2021 psimons@suse.com
- Update base16-bytestring to version 1.0.2.0.
[#] 1.0.2.0
* Support sized primitive types in GHC 9.2 ([#16](https://github.com/haskell/base16-bytestring/pull/16) - thanks Bodigrim!)
* Thu Dec 17 2020 mimi.vx@gmail.com
- disable %{ix86} build
* Wed Dec 09 2020 psimons@suse.com
- Update base16-bytestring to version 1.0.1.0.
[#] 1.0.1.0
* Backwards-compatible support for `bytestring ^>= 0.11` ([#15](https://github.com/haskell/base16-bytestring/pull/15))
[#] 1.0.0.0
* Merged omnibus PR doing a variety of things in ([#10](https://github.com/haskell/base16-bytestring/pull/10)):
- Improves performance by 3-4x for encode, 4-5x for decode.
- The `decode` signature returning the tuple and actually returns an error message with offset. The signature will now be `ByteString -> Either String ByteString`.
- Actually tests using the test vectors defined in the RFC, and uses property tests to ensure invariants hold.
- Adds lenient decoders to the API
- Adds `-XTrustworthy` annotations to the relevant exposed modules
- Rewrites the haddocks to be more up to date and fancy-styled.
- Adds benchmarks to the `.cabal` file so they can be run at toplevel, and make them better.
- Bumps the Cabal version to 1.12
Because of the breadth of this change, we are calling this a new epoch for the `base16-bytestring` library. Hence, the version `1.0.0.0`.
* Tue Sep 22 2020 psimons@suse.com
- Update base16-bytestring to version 0.1.1.7 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 18 2020 psimons@suse.com
- Replace %setup -q with the more modern %autosetup macro.
* Sun Jun 21 2020 psimons@suse.com
- Update base16-bytestring to version 0.1.1.7.
Upstream added a new change log file in this release. With no
previous version to compare against, the automatic updater cannot
reliable determine the relevante entries for this release.
* Tue Jun 16 2020 psimons@suse.com
- Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 psimons@suse.com
- Drop obsolete group attributes.
* Sat Oct 20 2018 psimons@suse.com
- Use https URL to refer to bugs.opensuse.org.
Version: 0.1.1.6-bp151.3.12
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
* Wed May 16 2018 psimons@suse.com
- Prefer the new %license attribute over %doc.