This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libgeo-distance-xs-perl.

      from  08ad7b0   Add README.source emphasizing control.in file as *not* a 
show-stopper for contributions, referring to wiki page for details.
       new  045da32   Revert wrong fix for lintian warning.
       new  f3f4026   Update copyright file: Fix use comment and license 
pseudo-sections to obey silly restrictions of copyright format 1.0.
       new  bec7f47   Sync control.in with control: Use canonical Cvs-Git 
hostname.
       new  d3cbe53   Fix use canonical Vcs-Git URL.
       new  6bd00e1   Bump standards compliance to standards-version 3.9.5.
       new  dadd0d8   Update watch file to use www.cpan.org and metacpan.org 
URLs (not search.cpan.org URL).
       new  a223a91   Bump packaging license to GPL-3+, and extend copyrigt 
coverage for myself to include recent years.
       new  51726f8   Bump debhelper compatilibity level to 8: Corresponding 
package satisfied even in oldstable.
       new  ac82c0c   Update copyright info: Add alternate git source URL.
       new  624f20c   Update changelog, control file and copyright hints.
      adds  18692e3   Initial import to git
      adds  f3504e0   fix description
      adds  82e7897   add manifest
      adds  a31d9b1   no need to determine formula type for every call to 
distance; implement distance in XS; improved speed from 4x to 13x greater than 
pure perl
      adds  0e5b7ec   no longer planning to support a new style
      adds  f384b51   add unimport; update benchmarks
      adds  6f08131   add hack to allow timethese to be used
      adds  218e34b   use void/PPCODE since the return value is added directly 
to the stack and no RETVAL is needed
      adds  f3cbefc   fix polar formula
      adds  9cbd8fb   ensure the formula type is the same before and after 
import is called
      adds  fd4bb2e   benchmark each of the forumla types
      adds  3ec1122   add vincenty implementation
      adds  6b0cb3e   update benchmarks
      adds  5d9a599   repository is apparently supposed to be lowercased
      adds  7d2e73f   more portable test for NaN- hopefully compiles on solaris 
now
      adds  db43ad6   bump version for new release
      adds  00a4256   spelling
      adds  251720c   add support for non-c99 compilers; bump version for new 
release
      adds  1bf8ef9   update ppport.h
      adds  574f01d   move author tests into separate dir
      adds  21dd9b1   add note stating that this module will automatically be 
used if installed; add link to repository; use canonical rt links
      adds  73b5d98   mark individual distance methods "private" so pod 
coverage author test succeeds
      adds  ac54ff9   update manifest
      adds  8f0a407   release 0.04
      adds  3c82f07   add perlcritic author test
      adds  19fa5e7   move perlcriticrc
      adds  be1032d   correct repository link
      adds  b012614   updated perl critic policies
      adds  2dee93d   use Carp so error messages are more useful and fully 
match those of Geo::Distance
      adds  a327436   adjust Carp level in redefined sub
      adds  0b5754b   unimport does not need pod
      adds  7c93274   document new release and bump version
      adds  609e139   add authortest target and add it to disttest target
      adds  ea2e498   minor formatting change
      adds  907800f   add .gitignore
      adds  2195aca   new author tests
      adds  7d4eedd   move file for portability
      adds  cdf4355   add tests
      adds  2fc0604   document new release and bump version
      adds  87d9928   set minimum required version of Geo::Distance to 0.16; 
closes rt #50545; bump version for new release
      adds  1ff5115   add GIS::Distance::Fast to the benchmark
      adds  d88a9a7   update author tests
      adds  dfa8d92   new release
      adds  f2546b2   remove Test::More from prereq_pm as it was moved to 
build_requires
      adds  4305def   strip ppport.h- saves about 100KB
      adds  eb1664f   5.6.2 compatibility
      adds  27297f1   prevent non-numeric warning from eumm dev versions
      adds  4892030   ignore MYMETA.yml
      adds  ba16250   ignore MYMETA.json
      adds  b7f19cc   force usage of XSLoader
      adds  192039d   update copyright dates
      adds  35b9e89   bump version for new release
      adds  6ec3688   fix for antipodal coordinatess
      adds  9aa2510   use fabs in vincenty for more accurate results
      adds  d0abe83   completely override original formula function from 
Geo::Distance to allow new distance functions to be added
      adds  eac2052   update copyright dates
      adds  f476c11   export the list of formulas for easier testing
      adds  52147e4   doubles don't need a zero after the decimal
      adds  626d900   use xsub aliases and a function pointer instead of 
separate xsubs
      adds  9f05259   fix bug when dealing with multiple Geo::Distance objects
      adds  e312f81   add new Andoyer-Lambert-Thomas formula
      adds  09b755b   don't use pow
      adds  55fadb5   convert distance method from perl to xs
      adds  902c9ca   add test to verify that xs can be disabled with 
environment variable
      adds  900787f   remove timethese output from benchmarks
      adds  388980f   add a benchmark script to compare speed and calculations 
of xs formulas
      adds  0a71bff   update benchmarks
      adds  60ff3dc   no need to document the distance function
      adds  9122ec1   bump version for new release
      adds  44183d1   update manifest
      adds  e30952f   adjust constants for better accuracy
      adds  61f9ed7   update benchmarks
      adds  f243b76   bump version for new release
      adds  ba9db86   optimize case where both coordinates are identical
      adds  876a37f   upgrade to 3.20
      adds  f7d242e   defined(@array) is deprecated
      adds  3889810   upgrade ppport
      adds  034539e   update copyright dates
      adds  e03d62a   bump version for new release
      adds  7276e87   restored support for 5.6.2
      adds  5f2dd9e   bump version for new release
      adds  be23a66   Imported Upstream version 0.13
       new  2c804c0   Merge tag 'upstream/0.13'
       new  d046f5b   Update copyright info: Extend coverage for main upstream 
author and of convenience code copy of pport.h.
       new  53ec51a   Prepare for release: Update changelog and copyright hints.

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                |   8 +++
 META.json              |   4 +-
 META.yml               |  14 ++---
 README                 |   2 +-
 XS.xs                  |  29 ++-------
 debian/changelog       |  32 +++++++++-
 debian/compat          |   2 +-
 debian/control         |   9 +--
 debian/control.in      |   4 +-
 debian/copyright       |  43 +++++++------
 debian/copyright_hints |  40 ++----------
 debian/rules           |   4 +-
 debian/watch           |   3 +-
 lib/Geo/Distance/XS.pm |  10 +--
 ppport.h               | 168 ++++++++++++++++++++++++++++++++++++++++++++-----
 t/01_new.t             |   3 +-
 16 files changed, 254 insertions(+), 121 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libgeo-distance-xs-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to