rpms/octave/devel .cvsignore, 1.27, 1.28 octave.spec, 1.96, 1.97 sources, 1.27, 1.28

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Jan 28 13:06:39 UTC 2010


Author: jussilehtola

Update of /cvs/pkgs/rpms/octave/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16592

Modified Files:
	.cvsignore octave.spec sources 
Log Message:
Update to 3.2.4.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/octave/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- .cvsignore	29 Sep 2009 18:14:51 -0000	1.27
+++ .cvsignore	28 Jan 2010 13:06:39 -0000	1.28
@@ -1 +1 @@
-octave-3.2.3.tar.bz2
+octave-3.2.4.tar.bz2


Index: octave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/octave/devel/octave.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -p -r1.96 -r1.97
--- octave.spec	17 Jan 2010 11:21:20 -0000	1.96
+++ octave.spec	28 Jan 2010 13:06:39 -0000	1.97
@@ -2,13 +2,13 @@
 %global octave_api api-v37
 
 Name:           octave
-Version:        3.2.3
-Release:        4%{?dist}
+Version:        3.2.4
+Release:        1%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 Group:          Applications/Engineering
 License:        GPLv3+
-Source0:         ftp://ftp.octave.org/pub/octave/octave-%{version}.tar.bz2
+Source0:        ftp://ftp.octave.org/pub/octave/octave-%{version}.tar.bz2
 Source1:        octave.conf
 URL:            http://www.octave.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -73,6 +73,9 @@ then
   exit 1
 fi
 
+# Check permissions
+find -name *.cc -exec chmod 644 {} \;
+
 %build
 %global enable64 no
 export CPPFLAGS="-DH5_USE_16_API"
@@ -126,7 +129,7 @@ cp -a doc/interpreter/*.pdf doc/interpre
 
 # work-around broken pre-linking (bug 524493)
 install -d %{buildroot}%{_sysconfdir}/prelink.conf.d
-install %{SOURCE1} %{buildroot}%{_sysconfdir}/prelink.conf.d/
+install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/prelink.conf.d/
 
 %check
 make check
@@ -182,6 +185,9 @@ fi
 
 
 %changelog
+* Thu Jan 28 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6:3.2.4-1
+- Update to 3.2.4 with a few rpmlint fixes.
+
 * Sun Jan 17 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6:3.2.3-4
 - Fix compilation against ARPACK.
 
@@ -387,7 +393,7 @@ fi
 * Fri Nov 11 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.9.4-1
 - New upstream release.
 - Patch to make sure all headers are included in -devel.
-- PKG_ADD file now needs %{buildroot} stripped from it.
+- PKG_ADD file now needs %%{buildroot} stripped from it.
 - Cleanup errors in dependencies.
 
 * Tue Oct 25 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.9.3-6


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/octave/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sources	29 Sep 2009 18:14:52 -0000	1.27
+++ sources	28 Jan 2010 13:06:39 -0000	1.28
@@ -1 +1 @@
-eecaa1a3b2da3b94fa7bcebbc4f1a1f2  octave-3.2.3.tar.bz2
+608196657f4fa010420227b77333bb71  octave-3.2.4.tar.bz2



More information about the scm-commits mailing list