Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-base64-bytestring-prof-1.2.1.0-lp160.1.1 RPM for ppc64le

From OpenSuSE Leap 16.0 for ppc64le

Name: ghc-base64-bytestring-prof Distribution: openSUSE Leap 16.0
Version: 1.2.1.0 Vendor: openSUSE
Release: lp160.1.1 Build date: Wed Jul 12 19:09:53 2023
Group: Unspecified Build host: reproducible
Size: 578753 Source RPM: ghc-base64-bytestring-1.2.1.0-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/base64-bytestring
Summary: Haskell base64-bytestring profiling library
This package provides the Haskell base64-bytestring profiling library.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Jul 12 2023 Peter Simons <psimons@suse.com>
  - Update base64-bytestring to version 1.2.1.0 revision 1.
    Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
  - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Fri Aug 13 2021 psimons@suse.com
  - Update base64-bytestring to version 1.2.1.0.
    [#] 1.2.1.0
    * Bugfix for GHC 9.0.1 memory corruption bug ([#46](https://github.com/haskell/base64-bytestring/pull/46))
    * Thanks to [Fraser Tweedale](https://github.com/frasertweedale) and [Andrew Lelechenko](https://github.com/bodigrim) for logging and helping with this fix.
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Sun Nov 15 2020 psimons@suse.com
  - Update base64-bytestring to version 1.2.0.1.
    [#] 1.2.0.1
    * Package update: support for `bytestring >=0.11`
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Sat Aug 15 2020 psimons@suse.com
  - Update base64-bytestring to version 1.2.0.0.
    [#] 1.2.0.0
    * Security fix: reject non-canonical base64 encoded values - ([#38](https://github.com/haskell/base64-bytestring/pull/38)) fixing issue [#24](https://github.com/haskell/base64-bytestring/issues/24).
    * Security fix: reject bytestrings with improper padding that can be "completed" by the unpadded-Base64url workflow, and homogenize error messages ([#33](https://github.com/haskell/base64-bytestring/pull/33))
    * Test coverage expanded to 98% of the library. All critical paths covered.
* Tue Jun 09 2020 psimons@suse.com
  - Update base64-bytestring to version 1.1.0.0.
    Upstream has edited the change log file since the last release in
    a non-trivial way, i.e. they did more than just add a new entry
    at the top. You can review the file at:
    http://hackage.haskell.org/package/base64-bytestring-1.1.0.0/src/CHANGELOG.md
* Tue Jan 14 2020 psimons@suse.com
  - Update base64-bytestring to version 1.0.0.3.
    [#] 1.0.0.3
    * Made performance more robust
      ([#27](https://github.com/haskell/base64-bytestring/pull/27)).
    * Improved documentation
      ([#23](https://github.com/haskell/base64-bytestring/pull/23)).
    * Improved the performance of decodeLenient a bit
      ([#21](https://github.com/haskell/base64-bytestring/pull/21)).
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Wed Dec 05 2018 psimons@suse.com
  - Update base64-bytestring to version 1.0.0.2.
    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.
* 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.
* Thu Aug 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 1.0.0.1 revision 0 with cabal2obs.
* Mon May 13 2013 peter.trommler@ohm-hochschule.de
  - new packaging guidelines
    * no macros spanning multiple spec file sections
* Mon May 13 2013 peter.trommler@ohm-hochschule.de
  - update to 1.0.0.1 from upstream
  - performance improvements
    * encoding 5%
    * decodeLenient 50%
* Sun Nov 18 2012 peter.trommler@ohm-hochschule.de
  - update to 1.0.0.0 from upstream
    * relaxed version constraints on bytestring
* Wed Oct 03 2012 peter.trommler@ohm-hochschule.de
  - update to 0.1.2.0 from upstream
    * fixes joinWith (bug #7)
* Tue Jun 05 2012 peter.trommler@ohm-hochschule.de
  - cabal2spec 0.25.5 template for spec file
* Fri Apr 20 2012 peter.trommler@ohm-hochschule.de
  - Upgrade to 0.1.1.1 from upstream
    Fix performance regression in encoding.
    The encoding table wasn't being let-floated when URL encoding support was
    added, and so it was being regenerated on every call, with catastrophic
    performance consequences (600x slowdown for small inputs on my machine).
    This fixes gh-4.
* Fri Jan 20 2012 herbert@graeber-clan.de
  - initial packaging for Fedora automatically generated by cabal2spec-0.24.1

Files

/usr/lib64/ghc-9.8.3/lib/base64-bytestring-1.2.1.0/Data/ByteString/Base64.p_hi
/usr/lib64/ghc-9.8.3/lib/base64-bytestring-1.2.1.0/Data/ByteString/Base64/Internal.p_hi
/usr/lib64/ghc-9.8.3/lib/base64-bytestring-1.2.1.0/Data/ByteString/Base64/Lazy.p_hi
/usr/lib64/ghc-9.8.3/lib/base64-bytestring-1.2.1.0/Data/ByteString/Base64/URL.p_hi
/usr/lib64/ghc-9.8.3/lib/base64-bytestring-1.2.1.0/Data/ByteString/Base64/URL/Lazy.p_hi
/usr/lib64/ghc-9.8.3/lib/base64-bytestring-1.2.1.0/libHSbase64-bytestring-1.2.1.0-LlAPjtZztmG2WSmgkbTlXv_p.a


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Nov 11 23:52:33 2024