[PyMca] Update to 4.5.0.

Jussi Lehtola jussilehtola at fedoraproject.org
Fri Mar 23 23:18:50 UTC 2012


commit 462a1235b5f4f603fd2603c216c7f64602bbf050
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sat Mar 24 01:18:43 2012 +0200

    Update to 4.5.0.

 .gitignore |    1 +
 PyMca.spec |   16 ++++++++--------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65693d3..d0e2141 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pymca4.4.0-src.tgz
 /pymca4.4.1-src.tgz
 /pymca4.4.1p1-src.tgz
+/pymca4.5.0-src.tgz
diff --git a/PyMca.spec b/PyMca.spec
index 8fdc759..01c2826 100644
--- a/PyMca.spec
+++ b/PyMca.spec
@@ -5,17 +5,14 @@
 %filter_setup
 }
 
-# Current patch level
-%define plevel p1
-
 Name:		PyMca
-Version:	4.4.1
-Release:	5.%{plevel}%{?dist}
+Version:	4.5.0
+Release:	1%{?dist}
 Summary:	GUI for multi-channel analyser spectra visualization and analysis
 Group:		Applications/Engineering
 License:	GPLv2+
 URL:		http://pymca.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/sourceforge/pymca/pymca%{version}%{plevel}-src.tgz
+Source0:	http://downloads.sourceforge.net/sourceforge/pymca/pymca%{version}-src.tgz
 # Desktop file
 Source1:	PyMca.desktop
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -40,7 +37,7 @@ visualization and analysis. PyMca can display spectra from a file or directly
 from SPEC during acquisitions.
 
 %prep
-%setup -q -n %{name}%{version}%{plevel}
+%setup -q -n %{name}%{version}
 # Fix perms
 chmod 644 LICENSE.GPL README
 find -name *.c -exec chmod 644 {} \;
@@ -88,7 +85,7 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc LICENSE.GPL README
 %{python_sitearch}/PyMca/
-%{python_sitearch}/PyMca-%{version}-py*.egg-info/
+%{python_sitearch}/PyMca-%{version}-py*.egg-info
 %{_bindir}/edfviewer
 %{_bindir}/elementsinfo
 %{_bindir}/mca2edf
@@ -98,6 +95,9 @@ rm -rf %{buildroot}
 %{_datadir}/applications/PyMca.desktop
 
 %changelog
+* Sat Mar 24 2012 Jussi Lehtola <jussilehtola at fedoraproject.org> - 4.5.0-1
+- Update to 4.5.0.
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.4.1-5.p1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 0d16862..fa7fcbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-92d77e55975c27c8693356a567e95d28  pymca4.4.1p1-src.tgz
+a624a37cee7d8cc916b33f3759429cc4  pymca4.5.0-src.tgz


More information about the scm-commits mailing list