rpms/python-simpy/devel .cvsignore, 1.5, 1.6 python-simpy.spec, 1.15, 1.16 sources, 1.6, 1.7

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Wed Feb 20 12:42:57 UTC 2008


Author: sarantis

Update of /cvs/extras/rpms/python-simpy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21993

Modified Files:
	.cvsignore python-simpy.spec sources 
Log Message:
Upgrade to 1.9



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	22 Jan 2007 09:45:32 -0000	1.5
+++ .cvsignore	20 Feb 2008 12:42:16 -0000	1.6
@@ -1 +1 @@
-SimPy-1.8.tar.gz
+SimPy-1.9.0.tar.gz


Index: python-simpy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/devel/python-simpy.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- python-simpy.spec	3 Jan 2008 15:10:34 -0000	1.15
+++ python-simpy.spec	20 Feb 2008 12:42:16 -0000	1.16
@@ -2,16 +2,16 @@
 %define pkgname SimPy
 
 Name:		python-simpy
-Version:	1.8
-Release:	2%{?dist}
+Version:	1.9
+Release:	1%{?dist}
 Summary:	Python simulation framework
 Group:		Development/Languages
-License:	LGPL
+License:	LGPLv2+
 URL:		http://simpy.sourceforge.net
-Source0:	http://dl.sf.net/simpy/SimPy-%{version}.tar.gz
+Source0:	http://dl.sf.net/simpy/SimPy-%{version}.0.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
-BuildRequires:	python-devel, python-setuptools
+BuildRequires:	python-devel, python-setuptools-devel
 Requires:	tkinter
 
 %description
@@ -34,28 +34,23 @@
 discrete-event simulation language based on standard Python.  This
 package contains the source code documentation.
 
-
 %prep
 %setup -q -n %{pkgname}-%{version}
 # Remove the shebangs to make rpmlint happy
 sed -i -e '/^#!.*python/,1D' SimPy/*.py
-
 # Remove carriage returns to make rpmlint happy
 sed -i 's/\r//' SimPy/*.py
 
 %build
 %{__python} setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
- 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %{python_sitelib}/%{pkgname}/
@@ -72,6 +67,9 @@
 
 
 %changelog
+* Wed Feb 20 2008 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.9-1
+- Upgrade to 1.9
+
 * Thu Jan  3 2008 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.8-2
 - Account for python eggs
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	12 Feb 2007 11:53:01 -0000	1.6
+++ sources	20 Feb 2008 12:42:16 -0000	1.7
@@ -1 +1 @@
-7abc6365009375b6f3d814288eeeb283  SimPy-1.8.tar.gz
+a76253a3fac903f83422e6e0bbe564dd  SimPy-1.9.0.tar.gz




More information about the fedora-extras-commits mailing list