https://bugzilla.redhat.com/show_bug.cgi?id=806037

--- Comment #5 from Jos de Kloe <[email protected]> ---
Thanks for reminding me, I decided to use my gmail account but since I am new
here it was not clear to me where I should make changes. First I only changed
my email for the devel list. Now I also changed it for the FAS system.

Yes ofcourse I did test the module, using mock to build and test on rawhide. 
The following command sequence works on my F17 system:


mock -r fedora-rawhide-x86_64 --init
mock -r fedora-rawhide-x86_64 --install yum
mock -r fedora-rawhide-x86_64 --install proj proj-devel proj-nad
mock -r fedora-rawhide-x86_64 --no-clean \
     --rebuild pyproj-1.9.2-4.r298.fc16.src.rpm
mock -r fedora-rawhide-x86_64 --shell
cd /builddir/build/RPMS/
rpm -i pyproj-1.9.2-4.r298.fc19.x86_64.rpm
^d
mock -r fedora-rawhide-x86_64 --no-clean \
     --rebuild pygrib-1.9.4-1.fc17.src.rpm
mock -r fedora-rawhide-x86_64 --shell
cd /builddir/build/RPMS/
rpm -i pygrib-1.9.4-1.fc19.x86_64.rpm

cd /builddir/build/BUILD/pygrib-1.9.4
python test.py

# ALL TESTS PASSED!!!!

cd
python
>>> import pygrib
>>> f='/builddir/build/BUILD/pygrib-1.9.4/sampledata/reduced_latlon_surface.grib2'
>>> gribs = pygrib.open(f)
>>> for grib in gribs:
...    print grib
1:Significant height of combined wind waves and swell:m
(instant):reduced_ll:meanSea:level 0:fcst time 0 hrs:from 200802061200
>>>^d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to