[lis] Update to 1.5.41

flo flo at fedoraproject.org
Tue Dec 23 16:15:48 UTC 2014


commit 76a3b41e68f2b142ac3be7615eefca321633575d
Author: Lehner Florian <dev at der-flo.net>
Date:   Tue Dec 23 17:14:44 2014 +0100

    Update to 1.5.41
    
    Signed-off-by: Lehner Florian <dev at der-flo.net>

 .gitignore |    1 +
 lis.spec   |   10 +++++-----
 sources    |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ef2ff0..fcc38da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
 /lis-1.5.37.tar.gz
 /lis-1.5.37-optflags.patch
 /lis-1.5.40.tar.gz
+/lis-1.5.41.tar.gz
diff --git a/lis.spec b/lis.spec
index 2af99f3..93aefbf 100644
--- a/lis.spec
+++ b/lis.spec
@@ -1,5 +1,5 @@
 Name:		lis
-Version:	1.5.40
+Version:	1.5.41
 Release:	1%{?dist}
 Summary:	A library for solving linear equations and eigenvalue problems
 License:	BSD
@@ -75,10 +75,6 @@ rm %{buildroot}%{_libdir}/liblis.la
 # .. and examples
 rm -rf %{buildroot}%{_datadir}/examples
 
-# drop privileges
-chmod -x AUTHORS
-chmod -x COPYING
-
 %check
 install -p test/{testmat.mtx,defs,test.sh} omp/test/
 pushd omp/test
@@ -118,6 +114,10 @@ popd
 %{_mandir}/man3/lis*.3f.*
 
 %changelog
+* Tue Dec 23 2014 Florian Lehner <dev at der-flo.net> - 1.5.41-1
+- Update to 1.5.41
+- Drop privileges is fixed upstream
+
 * Mon Dec 22 2014 Florian Lehner <dev at der-flo.net> - 1.5.40-1
 - Update to 1.5.40
 
diff --git a/sources b/sources
index f696521..63c33cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06b1d9eaad6c78761d3942e8761435c6  lis-1.5.40.tar.gz
+89a1cf1ebe82d6ff01b467a6bd1e4cf5  lis-1.5.41.tar.gz


More information about the scm-commits mailing list