Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2015-09-17 09:20:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-highline (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-highline.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-highline"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-highline/rubygem-highline.changes        
2015-08-02 22:46:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2015-09-17 09:20:57.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Sep 15 04:30:04 UTC 2015 - co...@suse.com
+
+- updated to version 1.7.5
+ see installed Changelog.md
+
+  ### 1.7.5 / 2015-09-14
+  * Support jruby9k for system extensions (Michael (@mmmries), PR #153)
+  
+  ### 1.7.4 / 2015-06-16
+  * Workaround on #55 for stty
+
+-------------------------------------------------------------------

Old:
----
  highline-1.7.3.gem

New:
----
  highline-1.7.5.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-highline.spec ++++++
--- /var/tmp/diff_new_pack.gxhDDA/_old  2015-09-17 09:20:58.000000000 +0200
+++ /var/tmp/diff_new_pack.gxhDDA/_new  2015-09-17 09:20:58.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-highline
-Version:        1.7.3
+Version:        1.7.5
 Release:        0
 %define mod_name highline
 %define mod_full_name %{mod_name}-%{version}

++++++ highline-1.7.3.gem -> highline-1.7.5.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md    2015-08-02 01:27:54.000000000 +0200
+++ new/Changelog.md    2015-09-15 04:15:50.000000000 +0200
@@ -2,6 +2,12 @@
 
 Below is a complete listing of changes for each revision of HighLine.
 
+### 1.7.5 / 2015-09-14
+* Support jruby9k for system extensions (Michael (@mmmries), PR #153)
+
+### 1.7.4 / 2015-06-16
+* Workaround on #55 for stty
+
 ### 1.7.3 / 2015-06-29
 * Add HighLine::Simulator tests (Bala Paranj (@bparanj) and Abinoam Marques 
Jr. (@abinoam), #142, PR #143)
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline/system_extensions.rb 
new/lib/highline/system_extensions.rb
--- old/lib/highline/system_extensions.rb       2015-08-02 01:27:54.000000000 
+0200
+++ new/lib/highline/system_extensions.rb       2015-09-15 04:15:50.000000000 
+0200
@@ -12,10 +12,12 @@
     JRUBY = defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
 
     if JRUBY
+      JRUBY_OVER_17 = JRUBY_VERSION =~ /^1.7/ || JRUBY_VERSION =~ /^9/
+
       def initialize_system_extensions
         require 'java'
         require 'readline'
-        if JRUBY_VERSION =~ /^1.7/
+        if JRUBY_OVER_17
           java_import 'jline.console.ConsoleReader'
 
           input = @input && @input.to_inputstream
@@ -160,7 +162,7 @@
           CHARACTER_MODE = "jline"    # For Debugging purposes only.
 
           def terminal_size
-            if JRUBY_VERSION =~ /^1.7/
+            if JRUBY_OVER_17
               [ @java_terminal.get_width, @java_terminal.get_height ]
             else
               [ @java_terminal.getTerminalWidth, 
@java_terminal.getTerminalHeight ]
@@ -213,6 +215,7 @@
 
             def restore_mode
               system "stty #{@state}"
+              print "\r"
             end
           end
         end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline/version.rb new/lib/highline/version.rb
--- old/lib/highline/version.rb 2015-08-02 01:27:54.000000000 +0200
+++ new/lib/highline/version.rb 2015-09-15 04:15:50.000000000 +0200
@@ -1,4 +1,4 @@
 class HighLine
   # The version of the installed library.
-  VERSION = "1.7.3".freeze
+  VERSION = "1.7.5".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-08-02 01:27:54.000000000 +0200
+++ new/metadata        2015-09-15 04:15:50.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: highline
 version: !ruby/object:Gem::Version
-  version: 1.7.3
+  version: 1.7.5
 platform: ruby
 authors:
 - James Edward Gray II
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-08-01 00:00:00.000000000 Z
+date: 2015-09-15 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: code_statistics


Reply via email to