Browse Source

fftw3: updaae

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11693 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
11c54558fc
1 changed files with 8 additions and 2 deletions
  1. 8 2
      f/fftw3/fftw3-vl.spec

+ 8 - 2
f/fftw3/fftw3-vl.spec

@@ -1,7 +1,7 @@
 %global quad 1
 
 Name:           fftw3
-Version:        3.3.4
+Version:        3.3.8
 Release:        1%{?_dist_release}
 Summary:        C subroutines for computing the Discrete Fourier Transform.
 Group:          System Environment/Libraries
@@ -15,7 +15,7 @@ BuildRequires:  gcc-gfortran
 BuildRequires:  time
 BuildRequires:  perl
 
-Requires(post): info 
+Requires(post): info
 Requires(preun): info
 
 Vendor: Project Vine
@@ -120,6 +120,7 @@ BuildArch:      noarch
 This package contains the manual for the FFTW fast Fourier transform
 library.
 
+
 %prep
 %setup -q -n fftw-%{version}
 
@@ -231,6 +232,7 @@ if [ "$1" = 0 ]; then
   /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
 fi
 
+
 %files
 %defattr(-,root,root,-)
 %doc %{_mandir}/man1/fftw*.1.*
@@ -285,7 +287,11 @@ fi
 %defattr(-,root,root,-)
 %{_libdir}/libfftw3*.a
 
+
 %changelog
+* Sun Jun 03 2018 Toshiaki Ara <ara_t@384.jp> 3.3.8-1
+- new upstream release
+
 * Sun Jan 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.4-1
 - new upstream release
 - fix spec file based on fedora package