From 02381e5ad28b9bc87164a95ee5a05441e6a272efd5e1383102b98d56f832d9b0 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Wed, 2 Jan 2013 14:38:38 +0000 Subject: [PATCH] - expand macro in name tag to help source validator OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=2 --- ghc-async.changes | 5 +++++ ghc-async.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ghc-async.changes b/ghc-async.changes index a485a84..0093660 100644 --- a/ghc-async.changes +++ b/ghc-async.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 2 15:37:31 UTC 2013 - peter.trommler@ohm-hochschule.de + +- expand macro in name tag to help source validator + ------------------------------------------------------------------- Sat Nov 17 14:16:42 UTC 2012 - peter.trommler@ohm-hochschule.de diff --git a/ghc-async.spec b/ghc-async.spec index e3c1b40..5c32339 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -1,7 +1,6 @@ # # spec file for package ghc-async # - # Copyright (c) 2012 Peter Trommler, peter.trommler@ohm-hochschule.de # # All modifications and additions to the file contributed by third parties @@ -22,7 +21,7 @@ %global common_description This Haskell package provides a higher-level interface over threads, in which an Async a is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. -Name: ghc-%{pkg_name} +Name: ghc-async Version: 2.0.1.3 Release: 1 Summary: %{common_summary}