jruby 9.4.6.0+ds-1ubuntu1 source package in Ubuntu

Changelog

jruby (9.4.6.0+ds-1ubuntu1) noble; urgency=medium

  * Merge with Debian unstable (LP: #2056521). Remaining changes:
    - d/t/control: mark mri-extra, spec-ruby, mri-stdlib as flaky. See
      launchpad bug 2054943.
  * Drop Changes:
    - d/rules: copy jruby pom files so that they can by updated by
      maven-install-plugin. Fixes ftbfs (launchpad bug 2054942). Fixed
      in Debian bug 1064554.
    - d/p/jruby-8081-invert-o-nonblock-flag.patch: apply upstream patch
      to fix fcntl call. This allows workaround for launchpad
      bug 2054943. Fixed upstream.

jruby (9.4.6.0+ds-1) unstable; urgency=medium

  * New upstream version 9.4.6.0+ds
  * d/patches:
    - drop obsolete patch merged upstream
    - drop obsolete io-console gem patch
    + refresh for new upstream version
  * d/rules: add missing items to clean target
  * d/rules: fix ftbfs with same version building itself (Closes: #1064554)
  * d/tests: drop some mri-stdlib exclusions
  * d/tests: exclude unreliable mri-stdlib test cases

 -- Vladimir Petko <email address hidden>  Fri, 08 Mar 2024 20:55:39 +1300

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jruby_9.4.6.0+ds.orig-rubygems.tar.xz 14.5 MiB 81172a9bce6f1e89fccfb25dfe4b27b2894aec9914041b0874534520c9f2b74d
jruby_9.4.6.0+ds.orig.tar.xz 5.9 MiB 89126d19fede9e1cd5e434ff8ebc528b998c3467ff9714117e4c8efa587340ee
jruby_9.4.6.0+ds-1ubuntu1.debian.tar.xz 38.3 KiB 583b3968dd7778daee45962e12a3e984bf2e44675b6919ef15cdd926c68a6758
jruby_9.4.6.0+ds-1ubuntu1.dsc 3.3 KiB 333d293cfd9a85c965b7912b3cb013e6824330d12d5d429a77ab5e2ac7d04545

View changes file

Binary packages built by this source

jruby: 100% pure-Java implementation of Ruby

 JRuby is an implementation of the ruby language using the JVM.
 .
 It aims to be a complete, correct and fast implementation of Ruby, at the
 same time as providing powerful new features such as concurrency without a
 global interpreter lock, true parallelism and tight integration to the Java
 language to allow one to use Java classes in Ruby programs and to allow
 JRuby to be embedded into a Java application.
 .
 JRuby can be used as a faster version of Ruby, it can be used to run Ruby
 on the JVM and access powerful JVM libraries such as highly tuned concurrency
 primitives, it can also be used to embed Ruby as a scripting language in your
 Java program, or many other possibilities.