From 82b4f1d8edfa94f99cd0ec79a78fa678636673d4e6c6b579a5caff3134422112 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 1 Feb 2017 09:20:31 +0000 Subject: [PATCH] syncronize with lts-7 project from configuration 1c6c19e0de0278359f3c3adde78b63cf0d7cbb38 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=17 --- fast-logger-2.4.7.tar.gz | 3 --- fast-logger-2.4.8.tar.gz | 3 +++ ghc-fast-logger.changes | 5 +++++ ghc-fast-logger.spec | 5 ++--- 4 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 fast-logger-2.4.7.tar.gz create mode 100644 fast-logger-2.4.8.tar.gz diff --git a/fast-logger-2.4.7.tar.gz b/fast-logger-2.4.7.tar.gz deleted file mode 100644 index 01b16b6..0000000 --- a/fast-logger-2.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:201b07d898da91472aa86662399feb093a7379bc04315f8e84db52fbf3464a38 -size 9321 diff --git a/fast-logger-2.4.8.tar.gz b/fast-logger-2.4.8.tar.gz new file mode 100644 index 0000000..8da5594 --- /dev/null +++ b/fast-logger-2.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444cdd6e795b79de8b7e14d62f43c9231e7388ab63cb6f9b6f395555422d30ac +size 9460 diff --git a/ghc-fast-logger.changes b/ghc-fast-logger.changes index 8b3b75d..228d0d4 100644 --- a/ghc-fast-logger.changes +++ b/ghc-fast-logger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-fast-logger.spec b/ghc-fast-logger.spec index e4932f7..9d68254 100644 --- a/ghc-fast-logger.spec +++ b/ghc-fast-logger.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-fast-logger # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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.7 +Version: 2.4.8 Release: 0 Summary: A fast logging system License: BSD-3-Clause @@ -29,7 +29,6 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-auto-update-devel -BuildRequires: ghc-bytestring-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-easy-file-devel