From d83664773351568890b31b74c526d5097aa0f586 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 14 2020 04:05:21 +0000 Subject: update to 0.10.1.1 --- diff --git a/.gitignore b/.gitignore index d0ee9df..650565b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /tasty-quickcheck-0.9.2.tar.gz /tasty-quickcheck-0.10.tar.gz /tasty-quickcheck-0.10.1.tar.gz +/tasty-quickcheck-0.10.1.1.tar.gz diff --git a/ghc-tasty-quickcheck.spec b/ghc-tasty-quickcheck.spec index f2496df..1e8375d 100644 --- a/ghc-tasty-quickcheck.spec +++ b/ghc-tasty-quickcheck.spec @@ -7,15 +7,14 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.1 -Release: 2%{?dist} +Version: 0.10.1.1 +Release: 1%{?dist} Summary: QuickCheck support for the Tasty test framework License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal # End cabal-rpm sources # Begin cabal-rpm deps: @@ -75,7 +74,6 @@ This package provides the Haskell %{pkg_name} profiling library. %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} -cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm setup @@ -127,6 +125,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Fri Feb 14 2020 Jens Petersen - 0.10.1.1-1 +- update to 0.10.1.1 + * Tue Jan 28 2020 Fedora Release Engineering - 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index b00a41c..f4af75e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tasty-quickcheck-0.10.1.tar.gz) = 8f6f263cf57e28c4746bd2116a8c33f0e84e55552923f8909fe230cf3e65a4d745726e98d8a8635495219177b09de27510ac1e6f69f54955e5c76c37d4559eae +SHA512 (tasty-quickcheck-0.10.1.1.tar.gz) = 13cfcc99eb9988d4842327d96f0e58f5ba6c653d3027a4adb307d4101bc2f7deee0033197b4358a837ace0d03423bdafe2197b029da6a64d8b650ee2f5bd958d diff --git a/tasty-quickcheck-0.10.1.cabal b/tasty-quickcheck-0.10.1.cabal deleted file mode 100644 index 2c8c369..0000000 --- a/tasty-quickcheck-0.10.1.cabal +++ /dev/null @@ -1,54 +0,0 @@ --- Initial tasty-quickcheck.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ - -name: tasty-quickcheck -version: 0.10.1 -x-revision: 1 -synopsis: QuickCheck support for the Tasty test framework. -description: QuickCheck support for the Tasty test framework. -license: MIT -license-file: LICENSE -author: Roman Cheplyaka -maintainer: Roman Cheplyaka --- copyright: -homepage: https://github.com/feuerbach/tasty -bug-reports: https://github.com/feuerbach/tasty/issues -category: Testing -build-type: Simple -extra-source-files: CHANGELOG.md -cabal-version: >=1.10 - -Source-repository head - type: git - location: git://github.com/feuerbach/tasty.git - subdir: quickcheck - -library - exposed-modules: Test.Tasty.QuickCheck - -- other-modules: - other-extensions: GeneralizedNewtypeDeriving, DeriveDataTypeable - build-depends: base == 4.*, tagged, tasty >= 1.0.1, random, QuickCheck >= 2.10, - optparse-applicative - - -- hs-source-dirs: - default-language: Haskell2010 - default-extensions: CPP - ghc-options: -Wall - -test-suite test - default-language: - Haskell2010 - default-extensions: CPP - type: - exitcode-stdio-1.0 - hs-source-dirs: - tests - main-is: - test.hs - build-depends: - base >= 4 && < 5 - , tasty - , tasty-quickcheck - , tasty-hunit - , pcre-light - ghc-options: -Wall