rpms/pytrainer/devel .cvsignore, 1.4, 1.5 pytrainer.spec, 1.11, 1.12 sources, 1.4, 1.5 pytrainer-1.5.0.0.1-sqlite3.patch, 1.1, NONE

Douglas E. Warner silfreed at fedoraproject.org
Tue Mar 31 15:05:19 UTC 2009


Author: silfreed

Update of /cvs/pkgs/rpms/pytrainer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18530

Modified Files:
	.cvsignore pytrainer.spec sources 
Removed Files:
	pytrainer-1.5.0.0.1-sqlite3.patch 
Log Message:
* Thu Feb 19 2009 Douglas E. Warner <silfreed at silfreed.net> 1.6.0.7-1
- updating to 1.6.0.7
- includes patch to use sqlite3
- Removing pytrainer gui minimal window size
- Ordered shutdown of logging stuff
- HR and elevation graphs included when exporting to wordpress
- Removal of maps directory due to license issue:
  https://sourceforge.net/mailarchive/message.php?msg_name=1237752714.4330.15.camel%40thinker.domain.lan
- Removal of opensuse_mozpytrainer.sh launch script as it is included in (renamed)
  pytrainer.sh. Deleted README.txt file to avoid confusion
- Updated INSTALL file with current package versions
- Fixed Google Maps integration
- Updated garmin-hr config file with correct usb port value
- Fixed bug where track record was supposed to be updated in database. Type cast
  was missing
- Bug #2100647 - Quick entry doesn't work if no gpx file - Fixed
- FR #2126411 - Package python-sqlite2 not needed anymore:
  http://www.python.org/doc/2.5.2/lib/module-sqlite3.html



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pytrainer/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	19 Feb 2009 20:48:42 -0000	1.4
+++ .cvsignore	31 Mar 2009 15:04:48 -0000	1.5
@@ -1 +1 @@
-pytrainer-1.6.0.6.tar.gz
+pytrainer-1.6.0.7.tar.gz


Index: pytrainer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pytrainer/devel/pytrainer.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pytrainer.spec	27 Feb 2009 00:24:33 -0000	1.11
+++ pytrainer.spec	31 Mar 2009 15:04:48 -0000	1.12
@@ -3,8 +3,8 @@
 %define gecko_ver 1.9
 
 Name: pytrainer
-Version: 1.6.0.6
-Release: 2%{?dist}
+Version: 1.6.0.7
+Release: 1%{?dist}
 Summary: A tool to log all your sport excursions
 
 Group: Development/Languages
@@ -12,8 +12,6 @@
 URL: http://pytrainer.e-oss.net/
 Source0: http://www.e-oss.net/descargas/pytrainer/%{name}-%{version}.tar.gz
 Source1: pytrainer.sh
-# http://sourceforge.net/tracker2/?func=detail&aid=2126411&group_id=213157&atid=1024592
-Patch0: pytrainer-1.5.0.0.1-sqlite3.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
@@ -30,7 +28,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %{__sed} -i 's|PYTHONPATH|%{python_sitelib}|' %{SOURCE1}
 
@@ -76,6 +73,25 @@
 
 
 %changelog
+* Thu Feb 19 2009 Douglas E. Warner <silfreed at silfreed.net> 1.6.0.7-1
+- updating to 1.6.0.7
+- includes patch to use sqlite3
+- Removing pytrainer gui minimal window size
+- Ordered shutdown of logging stuff
+- HR and elevation graphs included when exporting to wordpress
+- Removal of maps directory due to license issue:
+  https://sourceforge.net/mailarchive/message.php?msg_name=1237752714.4330.15.camel%40thinker.domain.lan
+- Removal of opensuse_mozpytrainer.sh launch script as it is included in (renamed)
+  pytrainer.sh. Deleted README.txt file to avoid confusion
+- Updated INSTALL file with current package versions
+- Fixed Google Maps integration
+- Updated garmin-hr config file with correct usb port value
+- Fixed bug where track record was supposed to be updated in database. Type cast
+  was missing
+- Bug #2100647 - Quick entry doesn't work if no gpx file - Fixed
+- FR #2126411 - Package python-sqlite2 not needed anymore:
+  http://www.python.org/doc/2.5.2/lib/module-sqlite3.html
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pytrainer/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	19 Feb 2009 20:48:42 -0000	1.4
+++ sources	31 Mar 2009 15:04:48 -0000	1.5
@@ -1 +1 @@
-bb3dcd030fee59ca0d4e88456f2e2fbc  pytrainer-1.6.0.6.tar.gz
+7b4fd27ee6191ae1e54336a5fc411e2b  pytrainer-1.6.0.7.tar.gz


--- pytrainer-1.5.0.0.1-sqlite3.patch DELETED ---




More information about the fedora-extras-commits mailing list