diff --git a/ghc-zlib.changes b/ghc-zlib.changes index 7321e24..dfc5574 100644 --- a/ghc-zlib.changes +++ b/ghc-zlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 27 12:28:22 UTC 2012 - peter.trommler@ohm-hochschule.de + +- fix license tag (intentionally empty 3rd clause) +- expand macro in name tag (help factory-auto) + ------------------------------------------------------------------- Sat Nov 17 14:58:26 UTC 2012 - peter.trommler@ohm-hochschule.de diff --git a/ghc-zlib.spec b/ghc-zlib.spec index 74645ed..5d8870d 100644 --- a/ghc-zlib.spec +++ b/ghc-zlib.spec @@ -22,13 +22,13 @@ %global common_description This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the zlib C library so it has high performance. It supports the "zlib", "gzip" and "raw" compression formats. -Name: ghc-%{pkg_name} +Name: ghc-zlib Version: 0.5.4.0 Release: 1 Summary: %{common_summary} Group: System/Libraries -License: BSD-3-Clause +License: BSD-2-Clause BuildRoot: %{_tmppath}/%{name}-%{version}-build # BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name}