[DRE-commits] [ruby-re2] branch master updated (3fa6ae9 -> 9f05ac2)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Aug 19 05:41:50 UTC 2017


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

praveen pushed a change to branch master
in repository ruby-re2.

      from  3fa6ae9   Team upload.
      adds  dd09cc6   New upstream version 1.1.1
       new  070b1e9   Updated version 1.1.1 from 'upstream/1.1.1'
       new  877c527   use ruby-tests.rake
       new  6d755d0   add missing require
       new  8584349   check dependencies during build
       new  4bf121b   bump standards version
       new  09eb9ae   drop patch
       new  e9990af   update changelog
       new  9f05ac2   add ruby-rspec build dep

The 8 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:
 README.md                                |  39 ++++---
 Rakefile                                 |  13 +--
 debian/changelog                         |  10 ++
 debian/control                           |   4 +-
 debian/patches/c++11                     |  55 ---------
 debian/patches/require-spec-helper.patch |   8 ++
 debian/patches/series                    |   2 +-
 debian/ruby-tests.rake                   |   7 ++
 debian/ruby-tests.rb                     |   3 -
 debian/rules                             |   2 +
 ext/re2/extconf.rb                       |  67 ++++++++---
 ext/re2/re2.cc                           |  41 ++++++-
 metadata.yml                             |  95 ----------------
 re2.gemspec                              |  38 +++++++
 spec/kernel_spec.rb                      |  10 +-
 spec/re2/match_data_spec.rb              | 140 ++++++++++++++---------
 spec/re2/regexp_spec.rb                  | 190 +++++++++++++++----------------
 spec/re2/scanner_spec.rb                 | 148 ++++++++++++++++++++----
 spec/re2/string_spec.rb                  |  25 ++--
 spec/re2_spec.rb                         |  34 +++---
 spec/spec_helper.rb                      |  20 +++-
 21 files changed, 544 insertions(+), 407 deletions(-)
 delete mode 100644 debian/patches/c++11
 create mode 100644 debian/patches/require-spec-helper.patch
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 debian/ruby-tests.rb
 delete mode 100644 metadata.yml
 create mode 100644 re2.gemspec

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



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