
noreply at mythtv
Jul 3, 2012, 11:55 PM
Post #1 of 1
(45 views)
Permalink
|
|
mythtv branch fixes/0.25 updated by beirdo. v0.25.1-54-g67522d8
|
|
The branch, fixes/0.25 has been updated on the mythtv repository by gitolite user beirdo. via 67522d8a9ddfef6512a9d1f0a75f0f1cfef72e0e (commit) from 1282eb3fa007911f34aee70f1f0b8dadbd8918c6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 67522d8a9ddfef6512a9d1f0a75f0f1cfef72e0e Author: Gavin Hurlbut <ghurlbut [at] mythtv> at Tue, 3 Jul 2012 23:50:23 -0700 Committer: Gavin Hurlbut <ghurlbut [at] mythtv> at Tue, 3 Jul 2012 23:55:13 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=67522d8a9ddfef6512a9d1f0a75f0f1cfef72e0e Reworked all of the NOAA/NWS Weather Scripts Seems weather.gov has moved the urls for nearly all their data services. On top of that, the SOAP response is gzip encoded by default, and SOAP::Lite is stupid and can't handle it. Also, we were missing the Units parameter which is now required. Fixes #10821 (cherry picked from commit b8a78aeb35167a676a7e25c342a1869e8016d76a) ----------------------------------------------------------------------- Summary of changes: .../mythweather/scripts/us_nws/NDFDParser.pm | 3 +- .../mythweather/mythweather/scripts/us_nws/ndfd.pl | 17 ++++---------- .../mythweather/scripts/us_nws/ndfd18.pl | 13 ++++------ .../mythweather/scripts/us_nws/ndfdXML.pm | 24 ++++++++++--------- .../mythweather/scripts/us_nws/nws-alert.pl | 8 +++--- .../mythweather/scripts/us_nws/nwsxml.pl | 12 +++++----- 6 files changed, 35 insertions(+), 42 deletions(-) mode change 100644 => 100755 mythplugins/mythweather/mythweather/scripts/us_nws/nws-alert.pl -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|