[DRE-commits] [ruby-gsl] branch master updated (ad82b24 -> 48682fb)

Cédric Boutillier boutil at alioth.debian.org
Wed Oct 16 16:10:49 UTC 2013


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

boutil pushed a change to branch master
in repository ruby-gsl.

      from  ad82b24   use gemwatch to track gsl gem
      adds  e9dc8e7   Imported Upstream version 1.15.3
       new  0919b2c   Merge tag 'upstream/1.15.3'
       new  f995843   debian/rules: drop --with quilt switch
       new  4b2e213   Bump Standards-Version to 3.9.4 (no changes needed); drop transitional packages
       new  8f9af12   add ruby-tests.rb to run tests at build time
       new  008180c   refresh patches 20110605_extconf.rb and 20130815_deprecated_enum.patch
       new  7087179   deactivate 0110605_*_complex.c patches; not needed anymore
       new  d279bd3   20131016_fix_test_typo.patch: fix typo in a test
       new  4275cc3   20131016_test_output_less_verbose.patch: make tests less verbose when passing
       new  7095b53   20131016_deactivate_failing_tests.patch: skip failing tests on amd64
       new  48682fb   partial changelog

The 10 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:
 Rakefile                                           |    7 +-
 VERSION                                            |    2 +-
 debian/changelog                                   |   20 +
 debian/control                                     |   59 +-
 debian/patches/20110605_extconf.rb                 |   14 +-
 debian/patches/20130815_deprecated_enum.patch      |   24 +-
 .../20131016_deactivate_failing_tests.patch        |   29 +
 debian/patches/20131016_fix_test_typo.patch        |   16 +
 .../20131016_test_output_less_verbose.patch        |  129 ++++
 debian/patches/series                              |    7 +-
 debian/ruby-tests.rb                               |   19 +
 debian/rules                                       |    2 +-
 ext/MANIFEST                                       |  119 ---
 ext/array.c                                        |   24 -
 ext/array_complex.c                                |   21 +-
 ext/blas1.c                                        |   15 +-
 ext/block_source.c                                 |    7 +-
 ext/dirac.c                                        |    6 -
 ext/error.c                                        |    3 +-
 ext/extconf.rb                                     |   13 +-
 ext/fft.c                                          |   34 +-
 ext/function.c                                     |    4 +-
 ext/graph.c                                        |    2 +
 ext/gsl_narray.c                                   |    8 +-
 ext/histogram.c                                    |    8 -
 ext/ieee.c                                         |    4 +-
 ext/integration.c                                  |    8 +-
 ext/linalg.c                                       |   27 +-
 ext/linalg_complex.c                               |    4 +-
 ext/matrix_complex.c                               |   15 +-
 ext/matrix_int.c                                   |   20 +-
 ext/matrix_source.c                                |    5 +-
 ext/multifit.c                                     |   50 +-
 ext/multimin.c                                     |    4 +-
 ext/odeiv.c                                        |   15 +-
 ext/poly_source.c                                  |  134 ++--
 ext/sf_bessel.c                                    |   12 +-
 ext/sf_coulomb.c                                   |   16 +-
 ext/sf_coupling.c                                  |   15 +-
 ext/sf_dilog.c                                     |    5 +-
 ext/sf_elementary.c                                |   10 +-
 ext/sf_elljac.c                                    |    5 +-
 ext/sf_exp.c                                       |   25 +-
 ext/sf_gamma.c                                     |   15 +-
 ext/sf_gegenbauer.c                                |    5 +-
 ext/sf_hyperg.c                                    |   30 +-
 ext/sf_laguerre.c                                  |    5 +-
 ext/sf_legendre.c                                  |    5 +-
 ext/sf_log.c                                       |    5 +-
 ext/sf_power.c                                     |    5 +-
 ext/sf_trigonometric.c                             |   15 +-
 ext/signal.c                                       |    4 +-
 ext/siman.c                                        |    3 +-
 ext/stats.c                                        |    1 +
 ext/vector_complex.c                               |    7 +-
 ext/vector_double.c                                |   21 +-
 ext/vector_source.c                                |   11 +-
 ext/wavelet.c                                      |   24 +-
 include/rb_gsl_common.h                            |   11 +-
 {debian => include}/rb_gsl_config.h                |   14 +-
 include/rb_gsl_with_narray.h                       |    7 +-
 lib/gsl.rb                                         |    3 +
 lib/rbgsl.rb                                       |    3 +
 metadata.yml                                       |  809 ++++++++++++++++++++
 rdoc/fit.rdoc                                      |   10 +-
 rdoc/ndlinear.rdoc                                 |    7 +-
 tests/gsl_test2.rb                                 |    3 +
 tests/matrix/matrix_complex_test.rb                |   36 +
 tests/narray/blas_dnrm2.rb                         |   20 +
 tests/poly/poly.rb                                 |   48 ++
 tests/sf/test_mode.rb                              |   19 +
 tests/stats_mt.rb                                  |   16 +
 72 files changed, 1591 insertions(+), 537 deletions(-)
 create mode 100644 debian/patches/20131016_deactivate_failing_tests.patch
 create mode 100644 debian/patches/20131016_fix_test_typo.patch
 create mode 100644 debian/patches/20131016_test_output_less_verbose.patch
 create mode 100644 debian/ruby-tests.rb
 delete mode 100644 ext/MANIFEST
 copy {debian => include}/rb_gsl_config.h (81%)
 create mode 100644 lib/gsl.rb
 create mode 100644 lib/rbgsl.rb
 create mode 100644 metadata.yml
 create mode 100644 tests/matrix/matrix_complex_test.rb
 create mode 100755 tests/narray/blas_dnrm2.rb
 create mode 100644 tests/sf/test_mode.rb
 create mode 100644 tests/stats_mt.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gsl.git



More information about the Pkg-ruby-extras-commits mailing list