[ghc-vector-space] update to 0.7.6

Jens Petersen petersen at fedoraproject.org
Mon Oct 3 07:50:33 UTC 2011


commit a21a2d5fe585fcfe0fc8755fb5f4dfb4552d483e
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Oct 3 16:50:19 2011 +0900

    update to 0.7.6

 .gitignore            |    1 +
 ghc-vector-space.spec |   29 +++++++++++++++--------------
 sources               |    2 +-
 3 files changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c9fac0..b7b8a3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /vector-space-0.7.2.tar.gz
+/vector-space-0.7.6.tar.gz
diff --git a/ghc-vector-space.spec b/ghc-vector-space.spec
index e2d9a0a..a28ce88 100644
--- a/ghc-vector-space.spec
+++ b/ghc-vector-space.spec
@@ -6,28 +6,28 @@
 
 %global common_summary Vector & affine spaces, linear maps, and derivatives
 
-%global common_description Classes and generic operations for \
-vector spaces and affine spaces. It also defines a type of \
-infinite towers of generalized derivatives. A generalized \
-derivative is a linear transformation rather than one of the \
-common concrete representations (scalars, vectors, matrices, \
-...).
+%global common_description Classes and generic operations for vector spaces and affine spaces.\
+It also defines a type of infinite towers of generalized derivatives.\
+A generalized derivative is a linear transformation rather than one of\
+the common concrete representations (scalars, vectors, matrices, ...).
 
 Name:           ghc-%{pkg_name}
-Version:        0.7.3
-Release:        2%{?dist}
+Version:        0.7.6
+Release:        1%{?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}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+%if %{undefined without_hscolour}
 BuildRequires:  hscolour
-# END: cabal2spec-0.24
+%endif
+# END cabal2spec
 
 BuildRequires:  ghc-Boolean-devel
 BuildRequires:  ghc-MemoTrie-devel
@@ -39,11 +39,11 @@ BuildRequires:  ghc-MemoTrie-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}
@@ -72,14 +72,15 @@ This package contains the development files.
 
 %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
+* Mon Oct  3 2011 Jens Petersen <petersen at redhat.com> - 0.7.6-1
+- update to 0.7.6
+
 * Sat Jul 09 2011 Ben Boeckel <mathstuf at gmail.com> - 0.7.3-2
 - Update to cabal2spec-0.24
 
diff --git a/sources b/sources
index 935b4da..2ede4c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1bf37f8c2801a43aceab649b6c6aaab  vector-space-0.7.2.tar.gz
+42050587971564163ae91ce6253108ba  vector-space-0.7.6.tar.gz


More information about the scm-commits mailing list