Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-base64 for openSUSE:Factory 
checked in at 2021-03-10 08:54:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-base64 (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-base64.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-base64"

Wed Mar 10 08:54:32 2021 rev:4 rq:877616 version:0.4.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-base64/ghc-base64.changes    2021-02-16 
22:45:16.086328474 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-base64.new.2378/ghc-base64.changes  
2021-03-10 08:56:37.130849566 +0100
@@ -1,0 +2,6 @@
+Sat Feb 27 13:14:25 UTC 2021 - [email protected]
+
+- Update base64 to version 0.4.2.3 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  base64.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-base64.spec ++++++
--- /var/tmp/diff_new_pack.78LYXF/_old  2021-03-10 08:56:37.858850318 +0100
+++ /var/tmp/diff_new_pack.78LYXF/_new  2021-03-10 08:56:37.862850322 +0100
@@ -25,6 +25,7 @@
 License:        BSD-3-Clause
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
@@ -58,6 +59,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ base64.cabal ++++++
cabal-version:   2.0
name:            base64
version:         0.4.2.3
x-revision: 1
synopsis:        A modern RFC 4648-compliant Base64 library
description:
  RFC 4648-compliant Base64 with an eye towards performance and modernity 
(additional support for RFC 7049 standards)

homepage:        https://github.com/emilypi/base64
bug-reports:     https://github.com/emilypi/base64/issues
license:         BSD3
license-file:    LICENSE
author:          Emily Pillmore
maintainer:      [email protected]
copyright:       (c) 2019-2020 Emily Pillmore
category:        Data
build-type:      Simple
extra-doc-files:
  CHANGELOG.md
  README.md

tested-with:     GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.3

source-repository head
  type:     git
  location: https://github.com/emilypi/base64.git

library
  exposed-modules:
    Data.ByteString.Base64
    Data.ByteString.Base64.URL
    Data.ByteString.Lazy.Base64
    Data.ByteString.Lazy.Base64.URL
    Data.ByteString.Short.Base64
    Data.ByteString.Short.Base64.URL
    Data.Text.Encoding.Base64
    Data.Text.Encoding.Base64.Error
    Data.Text.Encoding.Base64.URL
    Data.Text.Lazy.Encoding.Base64
    Data.Text.Lazy.Encoding.Base64.URL
    Data.Text.Short.Encoding.Base64
    Data.Text.Short.Encoding.Base64.URL

  other-modules:
    Data.ByteString.Base64.Internal
    Data.ByteString.Base64.Internal.Head
    Data.ByteString.Base64.Internal.Tables
    Data.ByteString.Base64.Internal.Tail
    Data.ByteString.Base64.Internal.Utils
    Data.ByteString.Base64.Internal.W16.Loop
    Data.ByteString.Base64.Internal.W32.Loop
    Data.ByteString.Base64.Internal.W64.Loop

  build-depends:
      base           >=4.10     && <5
    , bytestring     >=0.10     && <0.12
    , deepseq        >=1.4.3.0  && <1.4.6.0
    , ghc-byteorder  ^>=4.11.0.0
    , text           ^>=1.2
    , text-short     ^>=0.1

  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -Wall

test-suite tasty
  default-language: Haskell2010
  type:             exitcode-stdio-1.0
  hs-source-dirs:   test
  other-modules:    Internal
  main-is:          Main.hs
  build-depends:
      base               >=4.10 && <5
    , base64
    , base64-bytestring
    , bytestring
    , QuickCheck
    , random-bytestring
    , tasty
    , tasty-hunit
    , tasty-quickcheck
    , text
    , text-short

  ghc-options:      -Wall -threaded -with-rtsopts=-N

benchmark bench
  default-language: Haskell2010
  type:             exitcode-stdio-1.0
  hs-source-dirs:   benchmarks
  main-is:          Base64Bench.hs
  build-depends:
      base               >=4.10 && <5
    , base64
    , base64-bytestring
    , bytestring
    , criterion
    , deepseq
    , random-bytestring
    , text

  ghc-options:      -Wall -rtsopts

Reply via email to