[ghc-texmath/f14] update to latest 0.5.0.1 package from f15

Jens Petersen petersen at fedoraproject.org
Mon Jun 13 10:12:49 UTC 2011


commit caaa882d6f73bc5e606213427cef2030d62834a0
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jun 13 19:12:35 2011 +0900

    update to latest 0.5.0.1 package from f15

 .gitignore       |    1 +
 ghc-texmath.spec |   38 ++++++++++++++++++++------------------
 sources          |    2 +-
 3 files changed, 22 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b4aecb..f795929 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /texmath-0.4.tar.gz
+/texmath-0.5.0.1.tar.gz
diff --git a/ghc-texmath.spec b/ghc-texmath.spec
index d266698..8a1a014 100644
--- a/ghc-texmath.spec
+++ b/ghc-texmath.spec
@@ -6,17 +6,9 @@
 presentation MathML. It supports basic LaTeX and AMS extensions, and it can\
 parse and apply LaTeX macros.
 
-%global ghc_pkg_deps ghc-parsec-devel, ghc-xml-devel
-
-%bcond_without shared
-%bcond_without hscolour
-
-# debuginfo is not useful for ghc
-%global debug_package %{nil}
-
 Name:           ghc-%{pkg_name}
-Version:        0.4
-Release:        3%{?dist}
+Version:        0.5.0.1
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -24,17 +16,14 @@ License:        GPLv2+
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 # fedora ghc archs:
-ExclusiveArch:  %{ix86} x86_64 ppc alpha
-BuildRequires:  ghc, ghc-doc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.7.3
+ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9 ppc64
+BuildRequires:  ghc-prof
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
-%{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
+BuildRequires:  ghc-parsec-prof, ghc-syb-prof, ghc-xml-prof
 
 %description
 %{common_description}
-%if %{with shared}
-This package provides the shared library.
-%endif
 
 
 %prep
@@ -52,10 +41,23 @@ This package provides the shared library.
 rm -r $RPM_BUILD_ROOT%{_datadir}/%{pkg_name}-%{version}
 
 
-%{?ghc_lib_package}
+%ghc_lib_package
 
 
 %changelog
+* Sat May 28 2011 Jens Petersen <petersen at redhat.com> - 0.5.0.1-1
+- update to 0.5.0.1
+- update to cabal2spec-0.23: add ppc64
+
+* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.4-6
+- Enable build on sparcv9
+
+* Tue Feb 15 2011 Jens Petersen <petersen at redhat.com> - 0.4-5
+- rebuild for haskell-platform-2011.1 updates
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Wed Jan 26 2011 Jens Petersen <petersen at redhat.com> - 0.4-3
 - update to cabal2spec-0.22.4
 
diff --git a/sources b/sources
index 7f79710..4354a38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df56a9500db917b7e0648f24202e6493  texmath-0.4.tar.gz
+a678251586117a3153be03fe7d039cb5  texmath-0.5.0.1.tar.gz


More information about the scm-commits mailing list