[gpredict/el6/master] Updated to Version 1.3

sparks sparks at fedoraproject.org
Wed Mar 2 15:45:33 UTC 2011


commit 7740770d114de980935a4d9bd23041542ceb13f0
Author: Eric H Christensen <eric at christensenplace.us>
Date:   Wed Mar 2 10:45:08 2011 -0500

    Updated to Version 1.3

 .gitignore       |    1 +
 gpredict.desktop |    2 +-
 gpredict.spec    |   36 +++++++++++++++++++++++++++++-------
 sources          |    2 +-
 4 files changed, 32 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63af904..02b61bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gpredict-0.9.0.tar.gz
 /gpredict-1.2.tar.gz
+/gpredict-1.3.tar.gz
diff --git a/gpredict.desktop b/gpredict.desktop
index ce1bc69..3c29f25 100644
--- a/gpredict.desktop
+++ b/gpredict.desktop
@@ -2,7 +2,7 @@
 Name=GPredict
 Comment=Satellite tracker
 Exec=gpredict
-Icon=gpredict-icon
+Icon=/usr/share/pixmaps/gpredict/icons/gpredict-icon.png
 Terminal=false
 Type=Application
 Categories=HamRadio;Science;Astronomy;Education;Network
diff --git a/gpredict.spec b/gpredict.spec
index f46a07f..f8e9e2b 100644
--- a/gpredict.spec
+++ b/gpredict.spec
@@ -1,18 +1,18 @@
 Name:           gpredict
-Version:        1.2
+Version:        1.3
 Release:        1%{?dist}
 Summary:        Real-time satellite tracking and orbit prediction program
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://groundstation.sourceforge.net/gpredict/
-Source0:        http://sourceforge.net/projects/gpredict/files/Gpredict/1.2/gpredict-1.2.tar.gz
+Source0:        http://sourceforge.net/projects/gpredict/files/Gpredict/1.3/gpredict-1.3.tar.gz
 Source1:        gpredict.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk2-devel >= 2.10.0
-BuildRequires:  glib2-devel >= 2.12.0
-BuildRequires:  curl-devel
-BuildRequires:  desktop-file-utils
+BuildRequires: gtk2-devel >= 2.10.0
+BuildRequires: glib2-devel >= 2.12.0
+BuildRequires: curl-devel
+BuildRequires: desktop-file-utils
 BuildRequires: intltool >= 0.21
 BuildRequires: goocanvas-devel
 
@@ -64,11 +64,33 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
 %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/applications/*%{name}.desktop
-%{_datadir}/pixmaps/%{name}
+%{_datadir}/pixmaps/gpredict/icons/*
+%{_datadir}/pixmaps/gpredict/maps/*
+%{_datadir}/pixmaps/gpredict-icon.png
 %{_mandir}/man1/gpredict*
 
 
 %changelog
+* Wed Mar 02 2011 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.3-1
+- Feature request 2873824: Flip Passes.
+- Feature Request 3022617: Malaysia's location.
+- Automatically refresh the Sky at a glance view every minute.
+- Added more checks with hamlib communications.
+- List satellite as available or selected when configuring module.
+- Fixed bug 2116691: Leave network connection open.
+- Fixed bug 3099314: Rotator Thrashing.
+- Fixed bug 2167508: problems in rotator controller.
+- Fixed bug from Ubuntu #706452: Update from local files won't work with files in UPPER case 
+- Fixed bug 3171615: Searching for satellites in the satellite selector
+- Fixed bug 3113190: .desktop file error
+- Address bug 2945538: Pass in polar display going outside the circle (Improve the graphical portion.)
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Sun Nov 21 2010 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.2-2
+- Updated desktop file to fix icon.
+
 * Mon Nov 15 2010 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.2-1
 - Updated to newest version available (1.2).
 
diff --git a/sources b/sources
index 877753b..3da0e03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b46a3e0fe2de276b15ae10f72be0fca  gpredict-1.2.tar.gz
+5547ab7dd1fd2af3bbb85a5e2c4e1e69  gpredict-1.3.tar.gz


More information about the scm-commits mailing list