[ghc-texmath] update to 0.6.6

Jens Petersen petersen at fedoraproject.org
Wed Jan 22 09:45:46 UTC 2014


commit 6f0ac033ca0376140b9d0dec766560db37827b07
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jan 22 18:46:03 2014 +0900

    update to 0.6.6

 .gitignore       |    1 +
 ghc-texmath.spec |   14 +++++++++-----
 sources          |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ae9cd7..8fff521 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /texmath-0.6.1.1.tar.gz
 /texmath-0.6.1.3.tar.gz
 /texmath-0.6.1.5.tar.gz
+/texmath-0.6.6.tar.gz
diff --git a/ghc-texmath.spec b/ghc-texmath.spec
index a6d0f02..eaf1f06 100644
--- a/ghc-texmath.spec
+++ b/ghc-texmath.spec
@@ -3,8 +3,8 @@
 %global pkg_name texmath
 
 Name:           ghc-%{pkg_name}
-Version:        0.6.1.5
-Release:        3%{?dist}
+Version:        0.6.6
+Release:        1%{?dist}
 Summary:        Conversion of LaTeX math formulas to MathML or OMML
 
 License:        GPLv2+
@@ -15,6 +15,7 @@ BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-pandoc-types-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-syb-devel
 BuildRequires:  ghc-xml-devel
@@ -30,10 +31,11 @@ and it can parse and apply LaTeX macros.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
+Provides:       %{name}-static = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -50,8 +52,6 @@ This package provides the Haskell %{pkg_name} library development files.
 %install
 %ghc_lib_install
 
-rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/{cgi,tests}
-
 
 %post devel
 %ghc_pkg_recache
@@ -66,9 +66,13 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/{cgi,tests}
 
 
 %files devel -f %{name}-devel.files
+%doc README.markdown
 
 
 %changelog
+* Wed Jan 22 2014 Jens Petersen <petersen at redhat.com> - 0.6.6-1
+- update to 0.6.6
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 0683afe..ab7cf09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4600cec39f3592a65e5f665df97f56ac  texmath-0.6.1.5.tar.gz
+be48a1c2ae8f988ac3db4f412cfaddb7  texmath-0.6.6.tar.gz


More information about the scm-commits mailing list