diff --git a/fast-logger-3.0.2.tar.gz b/fast-logger-3.0.2.tar.gz deleted file mode 100644 index eb133f4..0000000 --- a/fast-logger-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfacda3111f3f795b5775f7ac681a122b225bff112c7b9dd9765f09dc0978b46 -size 11958 diff --git a/fast-logger-3.0.3.tar.gz b/fast-logger-3.0.3.tar.gz new file mode 100644 index 0000000..17ba5cf --- /dev/null +++ b/fast-logger-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5763a0321053ecaba2d1040800bae9988f52b813fb08d5276ea7ce10e3d2f068 +size 12077 diff --git a/ghc-fast-logger.changes b/ghc-fast-logger.changes index 4e437d4..a837a40 100644 --- a/ghc-fast-logger.changes +++ b/ghc-fast-logger.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Feb 19 23:03:07 UTC 2021 - psimons@suse.com + +- Update fast-logger to version 3.0.3. + ## 3.0.3 + + * Dropping support of GHC 7.x. + * Add `ToLogStr` instance for `ShortByteString`. Add lower bound on + `bytestring` dependency to ensure that `bytestring` exports + `Data.ByteString.Short`. + + ## 3.0.2 + + * Fixing documentation. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-fast-logger.spec b/ghc-fast-logger.spec index 927c415..f0d25c3 100644 --- a/ghc-fast-logger.spec +++ b/ghc-fast-logger.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-fast-logger # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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.2 +Version: 3.0.3 Release: 0 Summary: A fast logging system License: BSD-3-Clause