diff --git a/fast-logger-2.4.10.tar.gz b/fast-logger-2.4.10.tar.gz deleted file mode 100644 index e36d75e..0000000 --- a/fast-logger-2.4.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dec4a5d1a88f822d08d334ee870a08a8bb63b2b226d145cd24a7f08676ce678d -size 9537 diff --git a/fast-logger-2.4.11.tar.gz b/fast-logger-2.4.11.tar.gz new file mode 100644 index 0000000..5654d95 --- /dev/null +++ b/fast-logger-2.4.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe5deab58f435754dbe938cf0ddf26fc21f317c35fb3431d4bdb96809dea2a9 +size 10326 diff --git a/ghc-fast-logger.changes b/ghc-fast-logger.changes index 8d85518..12a3121 100644 --- a/ghc-fast-logger.changes +++ b/ghc-fast-logger.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-fast-logger.spec b/ghc-fast-logger.spec index 3bd7d49..1b4425a 100644 --- a/ghc-fast-logger.spec +++ b/ghc-fast-logger.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-fast-logger # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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: 2.4.10 +Version: 2.4.11 Release: 0 Summary: A fast logging system License: BSD-3-Clause @@ -74,7 +74,7 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc ChangeLog.md README.md