Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-smallcheck for openSUSE:Factory 
checked in at 2021-11-11 21:36:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-smallcheck (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-smallcheck.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-smallcheck"

Thu Nov 11 21:36:58 2021 rev:10 rq:930361 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-smallcheck/ghc-smallcheck.changes    
2021-01-20 18:26:38.559473190 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-smallcheck.new.1890/ghc-smallcheck.changes  
2021-11-11 21:37:20.624928987 +0100
@@ -1,0 +2,6 @@
+Mon Nov  1 08:29:35 UTC 2021 - [email protected]
+
+- Update smallcheck to version 1.2.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  smallcheck.cabal

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

Other differences:
------------------
++++++ ghc-smallcheck.spec ++++++
--- /var/tmp/diff_new_pack.6WoVhB/_old  2021-11-11 21:37:21.024929278 +0100
+++ /var/tmp/diff_new_pack.6WoVhB/_new  2021-11-11 21:37:21.024929278 +0100
@@ -24,6 +24,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-logict-devel
 BuildRequires:  ghc-mtl-devel
@@ -48,6 +49,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ smallcheck.cabal ++++++
name:               smallcheck
version:            1.2.1
x-revision: 1
license:            BSD3
license-file:       LICENSE
maintainer:         Andrew Lelechenko <[email protected]>
author:             Colin Runciman, Roman Cheplyaka
cabal-version:      >=1.10
tested-with:
  ghc ==8.10.3 ghc ==8.8.4 ghc ==8.6.5 ghc ==8.4.4 ghc ==8.2.2
  ghc ==8.0.2 ghc ==7.10.3 ghc ==7.8.4 ghc ==7.6.3 ghc ==7.4.2 ghc ==7.2.2 ghc 
==7.0.4

homepage:           https://github.com/Bodigrim/smallcheck
bug-reports:        https://github.com/Bodigrim/smallcheck/issues
synopsis:           A property-based testing library
description:
  SmallCheck is a testing library that allows to verify properties
  for all test cases up to some depth. The test cases are generated
  automatically by SmallCheck.

category:           Testing
build-type:         Simple
extra-source-files:
  README.md
  CREDITS.md
  CHANGELOG.md

source-repository head
  type:     git
  location: git://github.com/Bodigrim/smallcheck.git

library
  default-language: Haskell2010

  exposed-modules:
    Test.SmallCheck
    Test.SmallCheck.Drivers
    Test.SmallCheck.Series

  other-modules:
    Test.SmallCheck.Property
    Test.SmallCheck.SeriesMonad
    Test.SmallCheck.Property.Result

  build-depends:
    base >=4.3 && <5,
    mtl,
    logict >= 0.5,
    pretty

  if impl(ghc <8.0)
    build-depends:
      semigroups,
      transformers

  if impl(ghc <7.10)
    build-depends:
      nats,
      void

  if impl(ghc <7.6)
    build-depends:
      ghc-prim >=0.2

Reply via email to