rpms/pygsl/F-11 .cvsignore, 1.4, 1.5 pygsl.spec, 1.20, 1.21 sources, 1.6, 1.7

José Abílio Oliveira Matos jamatos at fedoraproject.org
Thu Apr 8 15:51:57 UTC 2010


Author: jamatos

Update of /cvs/pkgs/rpms/pygsl/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20106

Modified Files:
	.cvsignore pygsl.spec sources 
Log Message:
* Thu Apr  8 2010 José Matos <jamatos at fc.up.pt> - 0.9.5-1
- Bug fix release. A memory leak was fixed for all modules using
  gsl_functions: integrate, min, roots, deriv.
- Include more original documentation.
- Remove patch applied upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pygsl/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	17 Jun 2008 15:40:01 -0000	1.4
+++ .cvsignore	8 Apr 2010 15:51:56 -0000	1.5
@@ -1 +1 @@
-pygsl-0.9.3.tar.gz
+pygsl-0.9.5.tar.gz


Index: pygsl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygsl/F-11/pygsl.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- pygsl.spec	26 Feb 2009 20:03:38 -0000	1.20
+++ pygsl.spec	8 Apr 2010 15:51:57 -0000	1.21
@@ -6,15 +6,15 @@
 
 Summary:       GNU Scientific Library Interface for python
 Name:          pygsl
-Version:       0.9.3
-Release:       4%{?dist}
+Version:       0.9.5
+Release:       1%{?dist}
 # The package is mostly GPL+ but there are two scripts
 # GLPv2+: pygsl/odeiv.py and examples/siman_tsp.py
 License:       GPLv2+
 Group:         Development/Libraries
 
 Url:           http://pygsl.sourceforge.net
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:       http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:       COPYING
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -23,6 +23,7 @@ BuildRequires: gsl-devel
 BuildRequires: python-devel
 # Only need if the generated sources are different from the version used in source
 BuildRequires: swig
+BuildRequires: numpy-f2py
 Requires:      numpy
 Requires:      gsl = %{gslver}
 
@@ -30,7 +31,7 @@ Requires:      gsl = %{gslver}
 This project provides a python interface for the GNU scientific library (gsl)
 
 %package devel
-Summary:       Development files for python-imaging
+Summary:       Development files for pygsl
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      python-devel
@@ -41,9 +42,9 @@ Development files for pygsl
 
 %prep
 %setup
+cp %{SOURCE1} .
 
 %build
-cp %{SOURCE1} .
 rm -f swig_src/gslwrap_wrap.c
 env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
 
@@ -56,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING ChangeLog README CREDITS examples/
+%doc COPYING ChangeLog README CREDITS examples/ doc/html/ doc/paper* doc/index.html doc/README.html doc/TODO.html
 %{python_sitearch}/*
 
 %files devel
@@ -66,6 +67,36 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr  8 2010 José Matos <jamatos at fc.up.pt> - 0.9.5-1
+- Bug fix release. A memory leak was fixed for all modules using
+  gsl_functions: integrate, min, roots, deriv.
+- Include more original documentation.
+- Remove patch applied upstream.
+
+* Thu Nov 19 2009 José Matos <jamatos at fc.up.pt> - 0.9.4-7
+- Revert to local patch as upstream one does not work.
+
+* Thu Nov 19 2009 José Matos <jamatos at fc.up.pt> - 0.9.4-6
+- Request build with the upstream patch.
+
+* Thu Nov 19 2009 José Matos <jamatos at fc.up.pt> - 0.9.4-5
+- Fix typo in -devel Summary. (#504881)
+
+* Tue Sep 15 2009 José Matos <jamatos at fc.up.pt> - 0.9.4-4
+- Remove gsm units taken away in gsl-1.13.
+
+* Tue Sep 15 2009 José Matos <jamatos at fc.up.pt> - 0.9.4-3
+- Rebuild for new upstream gsl version (F12+).
+
+* Thu Jul 30 2009 José Matos <jamatos[AT]fc.up.pt> - 0.9.4-2
+- Add missing BR numpy-f2py
+
+* Thu Jul 30 2009 José Matos <jamatos[AT]fc.up.pt> - 0.9.4-1
+- New upstream bugfix release
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pygsl/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	17 Jun 2008 15:40:01 -0000	1.6
+++ sources	8 Apr 2010 15:51:57 -0000	1.7
@@ -1 +1 @@
-fdb9eb0c6843950bb50173898fbbff02  pygsl-0.9.3.tar.gz
+fca5cbda1380218a28f2ebdc15a224fb  pygsl-0.9.5.tar.gz



More information about the scm-commits mailing list