osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-fast-logger revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=58
This commit is contained in:
parent
cc49fed092
commit
ce2763bf6f
3
fast-logger-3.0.0.tar.gz
Normal file
3
fast-logger-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03f5e1bf4925b7c9d88122c77b6fa264d6b15a0a15593143715dacae1fa1ff49
|
||||
size 11521
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45080ca54a3862ed22f78c2bcb56d023695c4f4fd37dbbac418248c07cdca53b
|
||||
size 11700
|
@ -1,10 +1,155 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:44:49 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
Fri Nov 8 16:13:44 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
- Drop obsolete group attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 09:26:18 UTC 2020 - psimons@suse.com
|
||||
Fri Oct 4 02:02:00 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Add fast-logger at version 3.0.1.
|
||||
- Update fast-logger to version 3.0.0.
|
||||
## 3.0.0
|
||||
|
||||
* Allowing the callback logger to be generic. [#182](https://github.com/kazu-yamamoto/logger/pull/180) This is a BREAKING CHANGE. Users should do:
|
||||
1. Importing `LogType'` and related constructors because `LogType` is now a type alias.
|
||||
2. Using `{-# LANGUAGE GADTs #-}`, even if you aren't using anything new, any time you try and `case` over values of type `LogType'`.
|
||||
|
||||
## 2.4.17
|
||||
|
||||
* Obtaining a fresh fd from IORef just before writing. [#180](https://github.com/kazu-yamamoto/logger/pull/180)
|
||||
|
||||
## 2.4.16
|
||||
|
||||
* Using strict language extensions.
|
||||
|
||||
## 2.4.15
|
||||
|
||||
* Rescuing GHC 7.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 06:40:04 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update fast-logger to version 2.4.17.
|
||||
Upstream has not updated the file "ChangeLog.md" since the last
|
||||
release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 02:03:38 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update fast-logger to version 2.4.16.
|
||||
Upstream has not updated the file "ChangeLog.md" since the last
|
||||
release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 02:01:57 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update fast-logger to version 2.4.15.
|
||||
Upstream has not updated the file "ChangeLog.md" since the last
|
||||
release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 06:35:18 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update fast-logger to version 2.4.14.
|
||||
## 2.4.14
|
||||
|
||||
* Add `ToLogStr` instances for the following types: signed integers, unsigned integers, floating-point numbers. These instances all use decimal encodings. [#177](https://github.com/kazu-yamamoto/logger/pull/177)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Use https URL to refer to bugs.opensuse.org.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:26:24 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
||||
and update copyright headers with spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update fast-logger to version 2.4.11.
|
||||
* Give an explicit definition for (<>) in LogStr's Semigroup instance.
|
||||
[#155](https://github.com/kazu-yamamoto/logger/pull/155)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 5 19:32:35 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 2.4.10 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 09:34:56 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 2.4.8 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 17:18:08 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 2.4.7 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 17:23:22 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 2.4.6 revision 0 with cabal2obs.
|
||||
- Remove obsolete remove-bytestring-builder.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 18:23:38 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 2.4.6
|
||||
* Ensuring that stdio is flushed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 08:23:17 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 2.4.5
|
||||
- refreshed remove-bytestring-builder.patch
|
||||
* Bringing backward compatibility back
|
||||
* New API: newFastLogger and ewTimedFastLogger.
|
||||
* LogType and date cache are transferred from wai-logger.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 09:49:04 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 2.4.3
|
||||
* Fixing a buf of long log messages
|
||||
* Unsupporting GHC 7.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 17:44:04 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 2.4.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 7 07:06:21 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 2.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 18:50:34 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- add remove-bytestring-builder.patch to remove unneded deps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 17:54:03 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- initial commit
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-fast-logger
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name fast-logger
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.0.1
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: A fast logging system
|
||||
License: BSD-3-Clause
|
||||
@ -54,7 +54,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user