[xtide/f14] Update to 2.12 RC1 Kill gpsd support on <= F-16, xtide now uses gpsd 3.0

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Aug 29 15:37:44 UTC 2011


commit 1195c7dd47100814ff54b6cc5bc4e7a23cb0a9b2
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Tue Aug 30 00:37:31 2011 +0900

    Update to 2.12 RC1
    Kill gpsd support on <= F-16, xtide now uses gpsd 3.0

 .gitignore |    1 +
 sources    |    4 +---
 xtide.spec |   12 ++++++++----
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d02e7ee..861f44c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ xtide-2.11.tar.bz2
 /harmonics-dwf-20110410-free.tar.bz2
 /xtide-2.12-dev-20110731.tar.bz2
 /xtide-2.12-dev-20110827.tar.bz2
+/xtide-2.12-RC1.tar.bz2
diff --git a/sources b/sources
index 5285f37..e1bd8c9 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-ac4be3f3d47565d95863db6f9670a8c1  harmonics-dwf-20100529-free.tar.bz2
-985c2f69eea343782142fa459fc34128  harmonics-dwf-20110410-free.tar.bz2
-549cf54ad2fb19ca5ef22504c335e9f7  xtide-2.12-dev-20110827.tar.bz2
+a7bd7fae1a91e716e1fd508c2e02ff7f  xtide-2.12-RC1.tar.bz2
diff --git a/xtide.spec b/xtide.spec
index 2bd8cc6..e44a9dc 100644
--- a/xtide.spec
+++ b/xtide.spec
@@ -1,9 +1,9 @@
 %define          mainver   2.12
-%define          betatag   dev-20110827
+%define          betatag   RC1
 %define          dwfdate   20110410
 
 
-%define          fedorarel  5
+%define          fedorarel  6
 
 
 %define          rel        %{?betatag:0.}%{fedorarel}%{?betatag:.%(echo %betatag | sed -e 's|-||g')}
@@ -41,8 +41,8 @@ BuildRequires:   zlib-devel
 BuildRequires:   desktop-file-utils
 BuildRequires:   libdstr-devel
 BuildRequires:   libtcd-devel
-%if 0%{?fedora} >= 14
-BuildRequires:   gpsd-devel >= 2.92
+%if 0%{?fedora} >= 17
+BuildRequires:   gpsd-devel >= 3
 %endif
 
 Requires:        wvs-data
@@ -279,6 +279,10 @@ exit 0
 %{_datadir}/man/man8/xttpd.8*
 
 %changelog
+* Tue Aug 30 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.12-0.6.RC1
+- Update to 2.12 RC1
+- Kill gpsd support on <= F-16, xtide now uses gpsd 3.0
+
 * Sun Aug 28 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.12-0.5.dev20110827
 - Update to 2.12 dev 20110827
 


More information about the scm-commits mailing list