[lmfit] New release 5.0

Miro Hrončok churchyard at fedoraproject.org
Tue Aug 27 17:18:14 UTC 2013


commit ea2618917ebad057932b85b5db878fc2aaa88ff1
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Tue Aug 27 19:17:48 2013 +0200

    New release 5.0

 .gitignore |    1 +
 lmfit.spec |   16 +++++++++++-----
 sources    |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65b4be8..96a42d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lmfit-3.5.tgz
+/lmfit-5.0.tgz
diff --git a/lmfit.spec b/lmfit.spec
index 5d6c809..2bf29f6 100644
--- a/lmfit.spec
+++ b/lmfit.spec
@@ -1,11 +1,11 @@
 Name:           lmfit
-Version:        3.5
-Release:        3%{?dist}
+Version:        5.0
+Release:        1%{?dist}
 Summary:        Levenberg-Marquardt least-squares minimization and curve fitting
 # software is BSD, documentation is CC-BY
 License:        BSD and CC-BY
-URL:            http://joachimwuttke.de/%{name}/
-Source0:        http://joachimwuttke.de/src/%{name}-%{version}.tgz
+URL:            http://apps.jcns.fz-juelich.de/%{name}
+Source0:        http://apps.jcns.fz-juelich.de/src/%{name}/%{name}-%{version}.tgz
 
 %description
 C/C++ library for Levenberg-Marquardt least-squares minimization and curve
@@ -37,15 +37,21 @@ mv -f _demo demo
 %postun -p /sbin/ldconfig
 
 %files
-%doc COPYING CHANGELOG man/lmfit.html demo
+%doc COPYING CHANGELOG man/*.html demo
 %{_libdir}/*so.*
 %{_mandir}/man3/*
 
 %files devel
 %{_includedir}/*
 %{_libdir}/*so
+%{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Aug 27 2013 Miro Hrončok <mhroncok at redhat.com> - 5.0-1
+- New upstream version
+- Website has moved
+- Add all HTML docs to %%doc
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 648081d..9b8fd54 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f6b5dd86ad78f56f5c9f523568fcea2  lmfit-3.5.tgz
+e97a71475bd8bf019741a99d3716fd32  lmfit-5.0.tgz


More information about the scm-commits mailing list