diff --git a/.gitignore b/.gitignore index 281e67c..c72234f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ patch.tar.gz /arpack_3.0.1.tar.gz /arpack-ng-3.1.3.tar.gz /arpack-ng_3.1.5.tar.gz +/arpack-ng-8fc8fbe34991b97fb4326d7d34c3ff37c94cc770.tar.gz diff --git a/arpack.spec b/arpack.spec index 242e530..eedb44e 100644 --- a/arpack.spec +++ b/arpack.spec @@ -1,11 +1,14 @@ +%global commit 8fc8fbe34991b97fb4326d7d34c3ff37c94cc770 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + Name: arpack -Version: 3.1.5 -Release: 2%{?dist} +Version: 3.2.0 +Release: 1.%{shortcommit}git%{?dist} Summary: Fortran 77 subroutines for solving large scale eigenvalue problems License: BSD Group: Development/Libraries -URL: http://forge.scilab.org/index.php/p/arpack-ng/ -Source0: http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng_%{version}.tar.gz +URL: https://github.com/opencollab/arpack-ng +Source0: https://github.com/opencollab/arpack-ng/archive/%{commit}/arpack-ng-%{commit}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: gcc-gfortran @@ -57,7 +60,7 @@ large scale eigenvalue problems. This package contains the static library and so links used for building arpack based applications. %prep -%setup -q -n arpack-ng-%{version} +%setup -q -n arpack-ng-%{commit} %build export F77=gfortran @@ -106,6 +109,10 @@ rm -rf %{buildroot} %{_libdir}/libarpack.a %changelog +* Mon Sep 21 2015 Susi Lehtola - 3.2.0-1.8fc8fbe3git +- Update source URL. +- Update to 3.2.0. + * Wed Jun 17 2015 Fedora Release Engineering - 3.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 940305c..4c21678 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f773f34079a9c24807da6bc2e72fe6df arpack-ng_3.1.5.tar.gz +c8e04a8dbedec23d1a7c657b9dbf70d8 arpack-ng-8fc8fbe34991b97fb4326d7d34c3ff37c94cc770.tar.gz