osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-fast-logger revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=38
This commit is contained in:
Peter Simons 2018-12-26 13:15:27 +00:00 committed by Git OBS Bridge
parent f4edf64234
commit 3f3134653a
4 changed files with 19 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Dec 25 03:01:34 UTC 2018 - psimons@suse.com
- Update fast-logger to version 2.4.13.
Upstream has not updated the file "ChangeLog.md" since the last
release.
-------------------------------------------------------------------
Thu Dec 20 03:01:13 UTC 2018 - psimons@suse.com
- Update fast-logger to version 2.4.12.
Upstream has not updated the file "ChangeLog.md" since the last
release.
-------------------------------------------------------------------
Sat Oct 20 11:31:30 UTC 2018 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name fast-logger
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 2.4.11
Version: 2.4.13
Release: 0
Summary: A fast logging system
License: BSD-3-Clause
@ -35,7 +35,7 @@ BuildRequires: ghc-easy-file-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-unix-devel
BuildRequires: ghc-unix-compat-devel
BuildRequires: ghc-unix-time-devel
%if %{with tests}
BuildRequires: ghc-hspec-devel