Accepting request 461522 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/461522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-HUnit?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2017-03-14 09:04:04 +00:00 committed by Git OBS Bridge
commit 5f6122e6de
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:badebf99ae5a4982cdf2f8932f080e349240dc2b75c40e75ce2518ea086c5381
size 21755

3
HUnit-1.5.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65c51d17ced1c0646d888cd8caf195df67f6fdc1394c34459bcfd1be0f9ddea0
size 21891

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 12 14:20:39 UTC 2017 - psimons@suse.com
- Update to version 1.5.0.0 with cabal2obs.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 15 06:50:23 UTC 2016 - psimons@suse.com Thu Sep 15 06:50:23 UTC 2016 - psimons@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-HUnit # spec file for package ghc-HUnit
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name HUnit %global pkg_name HUnit
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.3.1.2 Version: 1.5.0.0
Release: 0 Release: 0
Summary: A unit testing framework for Haskell Summary: A unit testing framework for Haskell
License: BSD-3-Clause License: BSD-3-Clause
@ -27,6 +27,7 @@ Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-call-stack-devel
BuildRequires: ghc-deepseq-devel BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build