rpms/gausssum/F-10 gausssum.spec,1.1,1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Jul 30 22:42:34 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/gausssum/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23082/F-10

Modified Files:
	gausssum.spec 
Log Message:
Fix a rather nasty packaging mishap by adding BR: python-devel, BZ #514820


Index: gausssum.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gausssum/F-10/gausssum.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gausssum.spec	4 May 2009 06:26:27 -0000	1.1
+++ gausssum.spec	30 Jul 2009 22:42:34 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:		gausssum
 Version:	2.1.6
-Release:	3%{?dist}
+Release:	5%{?dist}
 Summary:	A GUI application for analysis of output of quantum computations
 Group:		Applications/Engineering
 License:	GPLv2+
@@ -17,6 +17,8 @@ BuildArch:	noarch
 # For converting .ico into .png
 BuildRequires:	ImageMagick
 BuildRequires:	desktop-file-utils
+# We need this for python_sitelib to make sense
+BuildRequires:	python-devel
 
 Requires:	gnuplot
 Requires:	numpy
@@ -93,11 +95,18 @@ rm -rf %{buildroot} 
 %endif
 
 %changelog
-* Sun May 03 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 2.1.6-3
-- Final eview fixes.
+* Fri Jul 31 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.6-5
+- Fix a rather nasty packaging bug, BZ #514820 arising from missing
+  BR: python-devel causing library to be placed in / instead of Python library.
 
-* Sun May 03 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 2.1.6-2
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.6-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sun May 03 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.6-3
+- Final review fixes.
+
+* Sun May 03 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.6-2
 - Review fixes.
 
-* Wed Apr 29 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 2.1.6-1
+* Wed Apr 29 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.6-1
 - First release.




More information about the fedora-extras-commits mailing list