rpms/drpython/F-12 .cvsignore, 1.3, 1.4 drpython.desktop, 1.1, 1.2 drpython.spec, 1.7, 1.8 import.log, 1.1, 1.2 sources, 1.3, 1.4

Marc Wiriadisastra mwiriadi at fedoraproject.org
Tue Oct 27 13:56:16 UTC 2009


Author: mwiriadi

Update of /cvs/pkgs/rpms/drpython/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14713/F-12

Modified Files:
	.cvsignore drpython.desktop drpython.spec import.log sources 
Log Message:
Fix desktop file which closes 487798
Lots of bug fixes refer to Changelog




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/drpython/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	24 Mar 2008 14:21:08 -0000	1.3
+++ .cvsignore	27 Oct 2009 13:56:16 -0000	1.4
@@ -1 +1 @@
-drpython-3.11.0.zip
+drpython-3.11.1.zip


Index: drpython.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/drpython/F-12/drpython.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- drpython.desktop	5 Jan 2008 22:50:25 -0000	1.1
+++ drpython.desktop	27 Oct 2009 13:56:16 -0000	1.2
@@ -8,4 +8,4 @@ MimeType=application/x-designer;
 Terminal=false
 Encoding=UTF-8
 Type=Application
-Categories=Development;
+Categories=Development;IDE;


Index: drpython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/drpython/F-12/drpython.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- drpython.spec	24 Jul 2009 20:33:33 -0000	1.7
+++ drpython.spec	27 Oct 2009 13:56:16 -0000	1.8
@@ -1,9 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:           drpython
-Version:        3.11.0
-Release:        6%{?dist}
+Version:        3.11.1
+Release:        1%{?dist}
 Summary:        A simple Python IDE designed with teaching in mind
-Epoch:          1
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://drpython.sourceforge.net/
@@ -23,7 +22,7 @@ and has a clean, simple interface. It is
 using wxPython as the gui.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}_%{version}
 
 # Change Windows line endings to Unix line endings
 for file in $(find *.txt *.TXT -type f); do
@@ -80,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{python_sitelib}/%{name}/postinst.py
 
 %changelog
+* Tue Oct 27 2009 Marc Wiriadisastra <marc at mwiriadi.id.au> - 3.11.1-1
+- Fixed drpython desktop file which solves bz 487798
+- New upstream release which fixes a lot of bugs refer to Changelog
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.11.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/drpython/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	14 Jun 2009 01:19:45 -0000	1.1
+++ import.log	27 Oct 2009 13:56:16 -0000	1.2
@@ -1 +1,2 @@
 drpython-3_11_0-5_fc11:HEAD:drpython-3.11.0-5.fc11.src.rpm:1244942292
+drpython-3_11_1-1_fc12:F-12:drpython-3.11.1-1.fc12.src.rpm:1256651729


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drpython/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	24 Mar 2008 14:21:08 -0000	1.3
+++ sources	27 Oct 2009 13:56:16 -0000	1.4
@@ -1 +1 @@
-af7e18ebfd7788c6ccbb9758c983f0d5  drpython-3.11.0.zip
+a972744c88cdfdf76b0bfdc15f553446  drpython-3.11.1.zip




More information about the fedora-extras-commits mailing list