[emacs-haskell-mode] Updated to 2.8.0

Arun SAG sagarun at fedoraproject.org
Sat Jan 21 14:42:26 UTC 2012


commit 8f06acb8e98769a77f7f48eb8feaea90401947fc
Author: Arun SAG <sagarun at gmail.com>
Date:   Sat Jan 21 20:11:57 2012 +0530

    Updated to 2.8.0

 .gitignore              |    1 +
 emacs-haskell-mode.spec |    8 +++++---
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc9e692..c43bcd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 haskell-mode-2.7.0.tar.gz
+/haskell-mode-2.8.0.tar.gz
diff --git a/emacs-haskell-mode.spec b/emacs-haskell-mode.spec
index 20250cd..dc2c49c 100644
--- a/emacs-haskell-mode.spec
+++ b/emacs-haskell-mode.spec
@@ -12,8 +12,8 @@
 %endif
 
 Name:		emacs-%{pkg}
-Version:	2.7.0
-Release:	5%{?dist}
+Version:	2.8.0
+Release:	1%{?dist}
 Summary:	Haskell editing mode for Emacs
 
 Group:		Applications/Editors
@@ -22,7 +22,6 @@ URL:		http://projects.haskell.org/haskellmode-emacs/
 
 Source0:	http://projects.haskell.org/haskellmode-emacs/haskell-mode-%{version}.tar.gz
 Source1:	haskell-mode-init.el
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:	noarch
 BuildRequires:	emacs emacs-el
@@ -74,6 +73,9 @@ emacs --batch --eval '(setq load-path (cons "." load-path))' -f batch-byte-compi
 %{emacs_lispdir}/%{pkg}/*.el
 
 %changelog
+* Sat Jan 21 2012 Arun SAG <sagarun at gmail.com> - 2.8.0-1
+- Updated to 2.8.0
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 854077f..85eef77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-887e39bd0e79180b49188f6c4c72d0e3  haskell-mode-2.7.0.tar.gz
+64435a26bd070e56481b8d0ad826ac63  haskell-mode-2.8.0.tar.gz


More information about the scm-commits mailing list