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}