AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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!)
- disable %{ix86} build
- 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`.
- Update base16-bytestring to version 0.1.1.7 revision 3. Upstream has revised the Cabal build instructions on Hackage.
- Replace %setup -q with the more modern %autosetup macro.
- 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.
- Re-generate file with latest version of spec-cleaner.
- Update to version 0.1.1.6 revision 0 with cabal2obs.
- initial commit
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Use https URL to refer to bugs.opensuse.org.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Prefer the new %license attribute over %doc.
- Drop obsolete group attributes.