[jruby] branch master updated (eed0ac7 -> 442f7e8)
Miguel Landaeta
nomadium at moszumanska.debian.org
Sat Nov 12 22:36:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
nomadium pushed a change to branch master
in repository jruby.
from eed0ac7 Depend on libasm-java (>= 5.0) instead of libasm4-java
new 80260f2 Disable some unmaintained spect/tests
new 353d1c2 Enable test suite spec:ruby:fast
new b20df2f Drop Provides: ruby-interpreter in jruby binary package
new a641bbb Update copyright dates
adds 2ed5cac Upstream import 1.7.26
new cf44a52 Merge tag 'upstream/1.7.26'
new 442f7e8 Upload to unstable
The 6 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:
.travis.yml | 14 ++++-
VERSION | 2 +-
appveyor.yml | 6 +-
core/pom.xml | 9 +--
core/src/main/java/org/jruby/JarBootstrapMain.java | 2 +-
core/src/main/java/org/jruby/Main.java | 2 +-
core/src/main/java/org/jruby/Ruby.java | 29 ++++-----
core/src/main/java/org/jruby/RubyClass.java | 35 ++++++-----
.../main/java/org/jruby/RubyClassPathVariable.java | 14 +++--
core/src/main/java/org/jruby/RubyGC.java | 8 +--
.../main/java/org/jruby/RubyInstanceConfig.java | 2 +-
core/src/main/java/org/jruby/RubyKernel.java | 4 +-
core/src/main/java/org/jruby/RubyMath.java | 11 +++-
core/src/main/java/org/jruby/RubyRange.java | 9 +--
core/src/main/java/org/jruby/RubyString.java | 4 +-
.../org/jruby/ext/bigdecimal/RubyBigDecimal.java | 30 ++-------
core/src/main/java/org/jruby/ext/etc/RubyEtc.java | 9 ++-
.../java/org/jruby/ext/socket/RubyUDPSocket.java | 4 ++
.../org/jruby/java/invokers/RubyToJavaInvoker.java | 15 ++++-
.../jruby/util/CompoundJarURLStreamHandler.java | 8 +--
.../main/java/org/jruby/util/JRubyClassLoader.java | 2 +
core/src/main/java/org/jruby/util/JRubyFile.java | 3 +-
.../java/org/jruby/util/cli/OutputStrings.java | 2 +-
.../java/org/jruby/util/io/ChannelDescriptor.java | 11 ++++
.../main/java/org/jruby/util/io/ChannelStream.java | 1 +
.../org/jruby/test/TestRubyInstanceConfig.java | 71 +++++++++++++++++++++-
core/src/test/resources/test_dir/test_script.rb | 1 +
debian/changelog | 14 ++++-
debian/control | 7 ++-
debian/copyright | 2 +-
...t-suite.patch => 0007-Enable-test-suites.patch} | 14 ++---
debian/patches/0012-Disable-outdated-specs.patch | 68 +++++++++++++++++++++
debian/patches/series | 3 +-
debian/rules | 4 +-
docs/man/pom.xml | 2 +-
docs/pom.xml | 2 +-
ext/pom.xml | 4 +-
ext/readline/pom.xml | 2 +-
ext/ripper/pom.xml | 4 +-
.../java/org/jruby/ext/ripper/RipperLexer.java | 8 +--
lib/pom.xml | 4 +-
lib/ruby/1.9/digest.rb | 64 ++++++++++++-------
lib/ruby/1.9/net/http.rb | 4 +-
maven/jruby-complete/pom.xml | 2 +-
maven/jruby-dist/pom.xml | 2 +-
maven/jruby-jars/pom.xml | 6 +-
maven/jruby-noasm/pom.xml | 2 +-
maven/jruby-rake-plugin/pom.xml | 2 +-
maven/jruby-stdlib/pom.xml | 2 +-
maven/jruby/pom.xml | 2 +-
maven/pom.xml | 2 +-
pom.xml | 4 +-
test/externals/ruby1.9/excludes/TestOpen3.rb | 1 +
test/pom.xml | 2 +-
54 files changed, 372 insertions(+), 169 deletions(-)
create mode 100644 core/src/test/resources/test_dir/test_script.rb
rename debian/patches/{0007-Enable-mri19-test-suite.patch => 0007-Enable-test-suites.patch} (77%)
create mode 100644 debian/patches/0012-Disable-outdated-specs.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby.git
More information about the pkg-java-commits
mailing list