1
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-neat-interpolation revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-neat-interpolation?expand=0&rev=37
This commit is contained in:
Peter Simons 2020-09-04 15:11:11 +00:00 committed by Git OBS Bridge
parent 5ca02b4500
commit def316c8f0
4 changed files with 28 additions and 8 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Sep 1 14:41:20 UTC 2020 - psimons@suse.com
- Update neat-interpolation to version 0.5.1.1.
Upstream has not updated the file "CHANGELOG.md" since the last
release.
-------------------------------------------------------------------
Fri Feb 7 08:04:12 UTC 2020 - psimons@suse.com
- Update neat-interpolation to version 0.5.1.
Upstream added a new change log file in this release. With no
previous version to compare against, the automatic updater cannot
reliable determine the relevante entries for this release.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 4 03:03:16 UTC 2019 - psimons@suse.com Wed Dec 4 03:03:16 UTC 2019 - psimons@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-neat-interpolation # spec file for package ghc-neat-interpolation
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# 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,20 +19,24 @@
%global pkg_name neat-interpolation %global pkg_name neat-interpolation
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.3.2.5 Version: 0.5.1.1
Release: 0 Release: 0
Summary: A quasiquoter for neat and simple multiline text interpolation Summary: A quasiquoter for neat and simple multiline text interpolation
License: MIT License: MIT
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-base-prelude-devel
BuildRequires: ghc-megaparsec-devel BuildRequires: ghc-megaparsec-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-text-devel BuildRequires: ghc-text-devel
%if %{with tests} %if %{with tests}
BuildRequires: ghc-HTF-devel BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-quickcheck-instances-devel
BuildRequires: ghc-rerebase-devel
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
BuildRequires: ghc-tasty-quickcheck-devel
%endif %endif
%description %description
@ -52,7 +56,7 @@ This package provides the Haskell %{pkg_name} library development
files. files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %autosetup -n %{pkg_name}-%{version}
%build %build
%ghc_lib_build %ghc_lib_build
@ -73,5 +77,6 @@ files.
%license LICENSE %license LICENSE
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
%doc CHANGELOG.md
%changelog %changelog

View File

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

View File

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