diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2011-09-26 17:34:53 +0200 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2011-09-26 17:34:53 +0200 |
| commit | a25a276ad9e38daefc23d971955e149c4c671e52 (patch) | |
| tree | 99f7b4699c6ab2d50a6061fc0de662884c984055 /funpl | |
| parent | 0c2cc9da3a9ea5c905561d79a53b44a9f981024e (diff) | |
| download | specs-a25a276ad9e38daefc23d971955e149c4c671e52.tar.gz specs-a25a276ad9e38daefc23d971955e149c4c671e52.tar.xz specs-a25a276ad9e38daefc23d971955e149c4c671e52.zip | |
ghc-language-c: drop manually-added runtime dependencies, fixed in
ghc-rpm-macros
Diffstat (limited to 'funpl')
| -rw-r--r-- | funpl/ghc-language-c.spec | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/funpl/ghc-language-c.spec b/funpl/ghc-language-c.spec index abf1bd6..777f276 100644 --- a/funpl/ghc-language-c.spec +++ b/funpl/ghc-language-c.spec @@ -14,7 +14,7 @@ for all of C99 and a large set of GNU extensions. Name: ghc-%{pkg_name} Version: 0.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -37,12 +37,12 @@ BuildRequires: ghc-filepath-prof BuildRequires: ghc-pretty-prof BuildRequires: ghc-process-prof BuildRequires: ghc-syb-prof -Requires: ghc-containers-prof -Requires: ghc-directory-prof -Requires: ghc-filepath-prof -Requires: ghc-pretty-prof -Requires: ghc-process-prof -Requires: ghc-syb-prof +#Requires: ghc-containers-prof +#Requires: ghc-directory-prof +#Requires: ghc-filepath-prof +#Requires: ghc-pretty-prof +#Requires: ghc-process-prof +#Requires: ghc-syb-prof %description %{common_description} @@ -96,6 +96,9 @@ This package contains the development files. %changelog +* Mon Sep 26 2011 Michel Salim <salimma@fedoraproject.org> - 0.4.2-3 +- Remove manual runtime dependencies; issue fixed by ghc-rpm-macros 0.13.10 + * Fri Sep 9 2011 Michel Salim <salimma@fedoraproject.org> - 0.4.2-2 - Add runtime dependencies |
