From 922f7e85f133ebeaa5e4062f948d46977a86f5d49e0b58678b3e33bf7e498193 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 17:31:03 +0000 Subject: [PATCH 1/2] synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=20 --- ghc-async.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-async.spec b/ghc-async.spec index 0180069..ef1b796 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-async # -# 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 From 39523c73ed61cef57fb7bd5b74ea52ea8e2d56d3ab68d3d10a354891409e3f05 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 20 Apr 2017 08:27:44 +0000 Subject: [PATCH 2/2] synchronize with lts:8 from configuration b950efb4c58ed112fa0f89869a729559002adce9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=21 --- async-2.1.1.1.tar.gz | 3 +++ async-2.1.1.tar.gz | 3 --- ghc-async.changes | 5 +++++ ghc-async.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 async-2.1.1.1.tar.gz delete mode 100644 async-2.1.1.tar.gz diff --git a/async-2.1.1.1.tar.gz b/async-2.1.1.1.tar.gz new file mode 100644 index 0000000..9d5c0e8 --- /dev/null +++ b/async-2.1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd83e471466ea6885b2e8fb60f452db3ac3fdf3ea2d6370aa1e071ebc37544e2 +size 10608 diff --git a/async-2.1.1.tar.gz b/async-2.1.1.tar.gz deleted file mode 100644 index 31f190a..0000000 --- a/async-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24134b36921f9874abb73be90886b4c23a67a9b4990f2d8e32d08dbfa5f74f90 -size 10565 diff --git a/ghc-async.changes b/ghc-async.changes index 5ffaa85..3b19007 100644 --- a/ghc-async.changes +++ b/ghc-async.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 19 13:20:19 UTC 2017 - psimons@suse.com + +- Update to version 2.1.1.1 with cabal2obs. + ------------------------------------------------------------------- Tue Nov 22 16:06:37 UTC 2016 - psimons@suse.com diff --git a/ghc-async.spec b/ghc-async.spec index ef1b796..cc2f38c 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -19,7 +19,7 @@ %global pkg_name async %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.1.1 +Version: 2.1.1.1 Release: 0 Summary: Run IO operations asynchronously and wait for their results License: BSD-3-Clause