[pure] - Update to 0.45

Michel Alexandre Salim salimma at fedoraproject.org
Thu Nov 11 22:50:43 UTC 2010


commit e86bd04b4cd7b4d640588af0320fa945018b8227
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Nov 11 23:50:22 2010 +0100

    - Update to 0.45

 .gitignore |    2 +-
 pure.spec  |    9 ++++++++-
 sources    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5f2b56..e624210 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/pure-0.44.tar.gz
+/pure-0.45.tar.gz
diff --git a/pure.spec b/pure.spec
index 95cfcbf..36c4db4 100644
--- a/pure.spec
+++ b/pure.spec
@@ -1,5 +1,5 @@
 Name:           pure
-Version:        0.44
+Version:        0.45
 Release:        1%{?dist}
 Summary:        A term-rewriting functional programming language
 
@@ -8,6 +8,9 @@ License:        GPLv3+
 URL:            http://code.google.com/p/pure-lang/
 Source0:        http://pure-lang.googlecode.com/files/pure-%{version}.tar.gz
 Source1:        pure-init.el
+# improve pure's detection of LLVM shared library
+# http://code.google.com/p/pure-lang/issues/detail?id=47
+Patch0:         pure-0.45-custom_llvm_libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gmp-devel readline-devel gsl-devel
@@ -68,6 +71,7 @@ This package contains the elisp source file for the Pure mode for Emacs.
 
 %prep
 %setup -q
+%patch0 -p1 -b .custom_llvm_libdir
 
 
 %build
@@ -147,6 +151,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Nov 11 2010 Michel Salim <salimma at fedoraproject.org> - 0.45-1
+- Update to 0.45
+
 * Thu Oct 14 2010 Michel Salim <salimma at fedoraproject.org> - 0.44-1
 - Update to 0.44
 
diff --git a/sources b/sources
index 1369b4b..afa1eec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36578a3e4651c337fdff4a2fc0914e7b  pure-0.44.tar.gz
+c7c6debbbde6acc1fb7bd20e222d03bb  pure-0.45.tar.gz


More information about the scm-commits mailing list