rpms/python-fiat/F-13 python-fiat.spec,1.5,1.6 sources,1.4,1.5

Fabian Affolter fab at fedoraproject.org
Sun Jul 4 21:50:19 UTC 2010


Author: fab

Update of /cvs/pkgs/rpms/python-fiat/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10812/F-13

Modified Files:
	python-fiat.spec sources 
Log Message:
* Sat Jul 03 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.2-1
- Updated to new upstream version 0.9.2
- Updated source url



Index: python-fiat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fiat/F-13/python-fiat.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-fiat.spec	23 Feb 2010 21:15:01 -0000	1.5
+++ python-fiat.spec	4 Jul 2010 21:50:19 -0000	1.6
@@ -1,14 +1,16 @@
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
 Name:           python-fiat
-Version:        0.9.1
+Version:        0.9.2
 Release:        1%{?dist}
 Summary:        Generation of arbitrary order instances of the Lagrange elements
 
 Group:          Applications/Engineering
 License:        LGPLv2+
 URL:            http://www.fenics.org/wiki/FIAT
-Source0:        http://launchpad.net/fiat/trunk/0.9.1/+download/fiat-%{version}.tar.gz
+Source0:        http://launchpad.net/fiat/trunk/%{version}/+download/fiat-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -18,17 +20,17 @@ BuildRequires:  python-setuptools
 Requires:       numpy
 
 %description
-The FInite element Automatic Tabulator FIAT supports generation of arbitrary
-order instances of the Lagrange elements on lines, triangles, and tetrahedra.
-It is also capable of generating arbitrary order instances of Jacobi-type
-quadrature rules on the same element shapes. Upcoming versions will also
-support Hermite and nonconforming elements as well as H(div) and H(curl)
-elements such as Raviart-Thomas and Nedelec. 
+The FInite element Automatic Tabulator FIAT supports generation of
+arbitrary order instances of the Lagrange elements on lines, triangles,
+and tetrahedra.
+It is also capable of generating arbitrary order instances of Jacobi-
+type quadrature rules on the same element shapes. Upcoming versions
+will also support Hermite and nonconforming elements as well as H(div)
+and H(curl) elements such as Raviart-Thomas and Nedelec. 
 
 
 %prep
 %setup -q -n fiat-%{version}
-##sed -i -e '/^#!\//, 1d' FIAT/xpermutations.py
 
 
 %build
@@ -52,6 +54,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jul 03 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.2-1
+- Updated to new upstream version 0.9.2
+- Updated source url
+
 * Tue Feb 23 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.1-1
 - Changed source URL
 - Added docs


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fiat/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	23 Feb 2010 21:15:01 -0000	1.4
+++ sources	4 Jul 2010 21:50:19 -0000	1.5
@@ -1 +1 @@
-888daf9ad0337a10ac72302d150d6a26  fiat-0.9.1.tar.gz
+42178e666b264df9d0ab63ecddbee8ec  fiat-0.9.2.tar.gz



More information about the scm-commits mailing list