[ghc-hamlet] rebuild

Jens Petersen petersen at fedoraproject.org
Fri Sep 30 07:39:59 UTC 2011


commit b78ec5fb9bf03e63db452881c5b82fbd62aef2ed
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Sep 30 16:39:46 2011 +0900

    rebuild

 ghc-hamlet.spec |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/ghc-hamlet.spec b/ghc-hamlet.spec
index a40326a..e3d0320 100644
--- a/ghc-hamlet.spec
+++ b/ghc-hamlet.spec
@@ -15,12 +15,12 @@ errors. Please see the documentation at \
 
 Name:           ghc-%{pkg_name}
 Version:        0.9.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
-# BEGIN: cabal2spec-0.24
+# BEGIN: cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 ExclusiveArch:  %{ghc_arches}
@@ -29,8 +29,7 @@ ExcludeArch:    ppc64
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
-# END: cabal2spec-0.24
-
+# END: cabal2spec
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-blaze-html-devel
 BuildRequires:  ghc-bytestring-devel
@@ -48,11 +47,11 @@ BuildRequires:  ghc-text-devel
 %package -n ghc-%{pkg_name}-devel
 Summary:        Development files for %{common_summary}
 Group:          Development/Libraries
-# BEGIN: cabal2spec-0.24
+# BEGIN: cabal2spec
 %{?ghc_devel_requires}
 Obsoletes:      ghc-%{pkg_name}-prof < %{version}-%{release}
 Provides:       ghc-%{pkg_name}-prof = %{version}-%{release}
-# END: cabal2spec-0.24
+# END: cabal2spec
 
 %description -n ghc-%{pkg_name}-devel
 %{common_description}
@@ -75,20 +74,23 @@ This package contains the development files.
 %post -n ghc-%{pkg_name}-devel
 %ghc_pkg_recache
 
+
 %postun -n ghc-%{pkg_name}-devel
 %ghc_pkg_recache
 
 
 %if %{undefined ghc_without_shared}
 %files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
-%defattr(-,root,root,-)
 %endif
 
+
 %files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
-%defattr(-,root,root,-)
 
 
 %changelog
+* Fri Sep 30 2011 Jens Petersen <petersen at redhat.com> - 0.9.0-3
+- rebuild against latest blaze-html
+
 * Thu Aug  4 2011 Jens Petersen <petersen at redhat.com> - 0.9.0-2
 - rebuild for blaze-html update
 


More information about the scm-commits mailing list