Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-binary-orphans for 
openSUSE:Factory checked in at 2022-02-11 23:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-binary-orphans (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-binary-orphans.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-binary-orphans"

Fri Feb 11 23:08:34 2022 rev:3 rq:953435 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-binary-orphans/ghc-binary-orphans.changes    
2021-11-11 21:36:18.136883412 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-binary-orphans.new.1956/ghc-binary-orphans.changes
  2022-02-11 23:10:31.847140553 +0100
@@ -1,0 +2,6 @@
+Tue Nov 16 17:11:56 UTC 2021 - Peter Simons <[email protected]>
+
+- Update binary-orphans to version 1.0.2 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  binary-orphans.cabal

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

Other differences:
------------------
++++++ ghc-binary-orphans.spec ++++++
--- /var/tmp/diff_new_pack.0JekfJ/_old  2022-02-11 23:10:32.299141860 +0100
+++ /var/tmp/diff_new_pack.0JekfJ/_new  2022-02-11 23:10:32.319141918 +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-OneTuple-devel
 BuildRequires:  ghc-binary-devel
@@ -59,6 +60,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ binary-orphans.cabal ++++++
cabal-version:      1.12
name:               binary-orphans
version:            1.0.2
x-revision:         1
synopsis:           Compatibility package for binary; provides instances
category:           Data, Binary, Parsing, Compatibility
description:
  This package provides instances defined in later versions of @binary@ package
  .
  Prior version 1 this packages provided instances for other packages.
  That functionality is moved to 
[binary-instances](https://hackage.haskell.org/package/binary-instances) 
package.

build-type:         Simple
maintainer:         Oleg Grenrus <[email protected]>
author:             Oleg Grenrus <[email protected]>
license:            BSD3
license-file:       LICENSE
tested-with:
  GHC ==7.4.2
   || ==7.6.3
   || ==7.8.4
   || ==7.10.3
   || ==8.0.2
   || ==8.2.2
   || ==8.4.4
   || ==8.6.5
   || ==8.8.4
   || ==8.10.4
   || ==9.0.1
   || ==9.2.1

extra-source-files: CHANGELOG.md

source-repository head
  type:     git
  location: git://github.com/phadej/binary-orphans.git

library
  default-language: Haskell2010
  hs-source-dirs:   src
  exposed-modules:  Data.Binary.Orphans
  other-extensions: CPP
  build-depends:
      base          >=4.5     && <4.17
    , binary        >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && 
<0.8.10
    , transformers  >=0.3.0.0 && <0.7

  if !impl(ghc >=7.10)
    build-depends: nats >=1.1.2 && <1.2
    build-depends: void >=0.7.3 && <0.8

  if !impl(ghc >=8.0)
    build-depends: fail >=4.9 && <4.10
    build-depends: semigroups >=0.18.5 && <0.20.1

  if !impl(ghc >=9.2)
    build-depends: OneTuple >=0.3 && <0.4

test-suite binary-orphans-test
  default-language: Haskell2010
  type:             exitcode-stdio-1.0
  main-is:          Tests.hs
  hs-source-dirs:   test
  ghc-options:      -Wall
  build-depends:
      base
    , binary
    , binary-orphans
    , OneTuple              >=0.3      && <0.4
    , QuickCheck            >=2.13.1   && <2.15
    , quickcheck-instances  >=0.3.21   && <0.4
    , tagged                >=0.8.6    && <0.8.7
    , tasty                 >=0.10.1.2 && <1.5
    , tasty-quickcheck      >=0.8.3.2  && <0.11

  if !impl(ghc >=8.0)
    build-depends: semigroups

  if !impl(ghc >=7.10)
    build-depends:
        nats
      , void

Reply via email to