rpms/drpython/F-10 import.log, NONE, 1.1 .cvsignore, 1.3, 1.4 drpython.desktop, 1.1, 1.2 drpython.sh, 1.1, 1.2 drpython.spec, 1.3, 1.4 sources, 1.3, 1.4

Marc Wiriadisastra mwiriadi at fedoraproject.org
Tue Oct 27 14:08:26 UTC 2009


Author: mwiriadi

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

Modified Files:
	.cvsignore drpython.desktop drpython.sh drpython.spec sources 
Added Files:
	import.log 
Log Message:
Updated desktop file which fixes bz 487798
New upstream release which fixes a lot of bugs refer to Changelog




--- NEW FILE import.log ---
drpython-3_11_1-1_fc12:F-10:drpython-3.11.1-1.fc12.src.rpm:1256652426


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/drpython/F-10/.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 14:08:26 -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-10/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 14:08:26 -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.sh
===================================================================
RCS file: /cvs/pkgs/rpms/drpython/F-10/drpython.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- drpython.sh	5 Jan 2008 22:50:25 -0000	1.1
+++ drpython.sh	27 Oct 2009 14:08:26 -0000	1.2
@@ -1,3 +1,9 @@
-#!/bin/sh
+#!/usr/bin/python
+import os
+import distutils.sysconfig
 
-/usr/lib/python2.5/site-packages/drpython/drpython.py
+py = distutils.sysconfig.get_python_lib()
+py = py + "/drpython"
+os.chdir(py)
+cwd = os.getcwd()
+os.system (py + "/drpython.py")


Index: drpython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/drpython/F-10/drpython.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- drpython.spec	24 Mar 2008 14:30:42 -0000	1.3
+++ drpython.spec	27 Oct 2009 14:08:26 -0000	1.4
@@ -1,10 +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:        2%{?dist}
-Epoch:          1
+Version:        3.11.1
+Release:        1%{?dist}
 Summary:        A simple Python IDE designed with teaching in mind
-
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://drpython.sourceforge.net/
@@ -24,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
@@ -53,6 +51,8 @@ install -pm 0655 build/lib/%{name}/drZip
 install -pm 0655 build/lib/%{name}/drSetupPreferences.py $RPM_BUILD_ROOT%{python_sitelib}/%{name}/drSetupPreferences.py
 install -pDm 0644 build/lib/%{name}/bitmaps/drpython.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/drpython.png
 install -pDm 0655 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/drpython
+
+
 desktop-file-install --vendor="fedora"                  \
      --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
      %{SOURCE1}
@@ -79,6 +79,22 @@ 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
+
+* Sat Jun 13 2009 Marc Wiriadisastra <marc at mwiriadi.id.au> - 1:3.11.0-5
+- Fixed the drpython bin file to look for python instead of hard coding the python location
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.11.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1:3.11.0-3
+- Rebuild for Python 2.6
+
 * Mon Mar 24 2008 Marc Wiriadisastra <marc at mwiriadi.id.au> 1:3.11.0-2
 - Added epoch 1 as requested
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drpython/F-10/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 14:08:26 -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