From ded404f413ce08bf8133d697a7833b066eab353c24e2aeb47157f7cc48694f21 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Sun, 30 Dec 2012 17:44:14 +0000 Subject: [PATCH] - expand macro in name tag to help source validator OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-syb?expand=0&rev=5 --- ghc-syb.changes | 5 +++++ ghc-syb.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-syb.changes b/ghc-syb.changes index a51be08..7a1867d 100644 --- a/ghc-syb.changes +++ b/ghc-syb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 30 18:43:19 UTC 2012 - peter.trommler@ohm-hochschule.de + +- expand macro in name tag to help source validator + ------------------------------------------------------------------- Sat Nov 17 14:47:07 UTC 2012 - peter.trommler@ohm-hochschule.de diff --git a/ghc-syb.spec b/ghc-syb.spec index f42d00f..fe81cfb 100644 --- a/ghc-syb.spec +++ b/ghc-syb.spec @@ -22,7 +22,7 @@ %global common_description This package contains the generics system described in the Scrap Your Boilerplate papers (see http://www.cs.uu.nl/wiki/GenericProgramming/SYB). It defines the Data class of types permitting folding and unfolding of constructor applications, instances of this class for primitive types, and a variety of traversals. -Name: ghc-%{pkg_name} +Name: ghc-syb Version: 0.3.7 Release: 1 Summary: %{common_summary}