Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2012-03-20 13:29:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-highline (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-highline.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-highline", Maintainer is "[email protected]"

Changes:
--------
New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2012-03-20 13:29:43.000000000 +0100
@@ -0,0 +1,86 @@
+-------------------------------------------------------------------
+Fri Mar  9 09:03:55 UTC 2012 - [email protected]
+
+- Fix wrong shebang lines
+
+-------------------------------------------------------------------
+Thu Mar  8 08:53:45 UTC 2012 - [email protected]
+
+- Update to version 1.6.11:
+  * Fixed a bad test.  (Fix by Diego Elio Pettenò.)
+- Changes from version 1.6.10:
+  * Fixed a regression that prevented asking for String arguments (by Jeffery
+  Sman.)
+  * Fixed a testing incompatibility (by Hans de Graaff.)
+- Changes from version 1.6.9:
+  * The new list modes now properly ignore escapes when sizing.
+  * Added a project gemspec file.
+  * Fixed a bug that prevented the use of termios (by tomdz).
+  * Switch to JLine to provide better echo support on JRuby (by tomdz).
+- Changes from version 1.6.8:
+  * Fix missing <tt>ERASE_CHAR</tt> reference (by Aaron Gifford).
+- See CHANGELOG for previous versions...
+
+
+-------------------------------------------------------------------
+Thu Aug 18 12:46:23 UTC 2011 - [email protected]
+
+- update to version 1.6.2
+  - Correctly handle STDIN being closed before we receive any data
+    (fix by mleinart).
+  - Try if msvcrt, if we can't load crtdll on Windows
+    (fix by pepijnve).
+  - A fix for nil_on_handled not running the action
+    (reported by Andrew Davey).
+
+-------------------------------------------------------------------
+Wed Dec 15 11:16:08 UTC 2010 - [email protected]
+
+- update to version 1.6.1
+  * Fixed raw_no_echo_mode so that it uses stty -icanon rather than
+    cbreak as cbreak does not appear to be the posixly correct
+    argument.  It fails on Solaris if cbreak is used.
+  * Fixed an issue that kept Menu from showing the correct choices
+    for disambiguation.
+  * Removed a circular require that kept Ruby 1.9.2 from loading
+    HighLine.
+  * Fixed a bug that caused infinite looping when wrapping text
+    without spaces.
+  * Fixed it so that :auto paging accounts for the two lines it
+    adds.
+  * On JRuby, improved error message about ffi-ncurses.  Before
+    1.5.3, HighLine was silently swallowing error messages when
+    ffi-ncurses gem was installed without ncurses present on the
+    system.
+  * Reverted Aaron Simmons's patch to allow redirecting STDIN on
+    Windows.  This is the only way we could find to restore
+    HighLine's character reading to working order.
+
+-------------------------------------------------------------------
+Fri Jun 11 17:06:38 UTC 2010 - [email protected]
+
+- update to version 1.5.2
+  * Added support for using the ffi-ncurses gem which is supported
+    in JRuby.
+  * Added gem build instructions.
+
+-------------------------------------------------------------------
+Fri Jun 11 10:00:01 UTC 2010 - [email protected]
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Fri Dec 25 02:22:37 UTC 2009 - [email protected]
+
+- update to 1.5.1
+
+-------------------------------------------------------------------
+Wed Nov 12 15:55:58 CET 2008 - [email protected]
+
+- update to 1.5.0
+
+-------------------------------------------------------------------
+Sun Aug  5 19:33:16 CEST 2007 - [email protected]
+
+- initial package of version 1.2.9
+

New:
----
  highline-1.6.11.gem
  rubygem-highline.changes
  rubygem-highline.spec

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

Other differences:
------------------
++++++ rubygem-highline.spec ++++++
#
# spec file for package rubygem-highline
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           rubygem-highline
Version:        1.6.11
Release:        0
License:        GPL-2.0+
Summary:        HighLine is a high-level command-line IO library
Url:            http://highline.rubyforge.org
Group:          Development/Languages/Ruby
%define mod_name highline
%define mod_full_name %{mod_name}-%{version}
Source:         %{mod_full_name}.gem
BuildRequires:  rubygems_with_buildroot_patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%rubygems_requires

%description
A high-level IO library that provides validation, type conversion, and more for
command-line interfaces. HighLine also includes a complete menu system that can
crank out anything from simple list selection to complete shells with just
minutes of work.

%package doc
Summary:        RDoc documentation for %{mod_name}
Group:          Development/Languages/Ruby
Requires:       %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:        Test suite for %{mod_name}
Group:          Development/Languages/Ruby
Requires:       %{name} = %{version}
%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
%build
%install
%gem_install %{SOURCE0}
# Fix wrong shebang line:
find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-type f -name "*.rb" -exec sed -i "s|#!/usr/local/bin/ruby|#!/usr/bin/ruby|" {} 
\;

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to