Hello community,
here is the log from the commit of package rubygem-ruby-debug-base for
openSUSE:Factory checked in at 2012-03-16 13:24:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-ruby-debug-base (Old)
and /work/SRC/openSUSE:Factory/.rubygem-ruby-debug-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-ruby-debug-base", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2012-03-04 14:46:25.491534019 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-ruby-debug-base.new/rubygem-ruby-debug-base.changes
2012-03-16 13:24:56.000000000 +0100
@@ -0,0 +1,41 @@
+-------------------------------------------------------------------
+Fri Mar 9 08:21:23 UTC 2012 - [email protected]
+
+- Provide 'rubygem-ruby-debug-base-0_10_4' for rubygem-ruby-debug
+
+-------------------------------------------------------------------
+Thu Mar 8 09:07:01 UTC 2012 - [email protected]
+
+- Fixed changes file format
+- Set license to BSD-2-Clause (according to LICENSE file)
+
+-------------------------------------------------------------------
+Wed Aug 24 09:43:44 UTC 2011 - [email protected]
+
+- Fix build on SLE: remove w32 library from the final rpm package
+
+-------------------------------------------------------------------
+Thu Aug 18 12:52:16 UTC 2011 - [email protected]
+
+- added versioned provides
+
+-------------------------------------------------------------------
+Thu Jul 21 13:03:19 UTC 2011 - [email protected]
+
+- update to 0.10.4
+
+-------------------------------------------------------------------
+Fri Jun 11 10:00:01 UTC 2010 - [email protected]
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Mon Oct 5 16:31:28 CEST 2009 - [email protected]
+
+- update to 0.10.3
+
+-------------------------------------------------------------------
+Mon May 14 16:52:07 CEST 2007 - [email protected]
+
+- initial version (0.9.3)
+
New:
----
ruby-debug-base-0.10.4.gem
rubygem-ruby-debug-base.changes
rubygem-ruby-debug-base.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-ruby-debug-base.spec ++++++
#
# spec file for package rubygem-ruby-debug-base
#
# 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-ruby-debug-base
Version: 0.10.4
Release: 0
License: BSD-2-Clause
Summary: Fast Ruby debugger - core component
Url: http://rubyforge.org/projects/ruby-debug/
Group: Development/Languages/Ruby
%define mod_name ruby-debug-base
%define mod_full_name %{mod_name}-%{version}
Source: %{mod_full_name}.gem
BuildRequires: ruby-devel >= 1.8.2
BuildRequires: rubygem-linecache >= 0.3
BuildRequires: rubygems_with_buildroot_patch
Requires: ruby >= 1.8.2
Requires: rubygem-linecache >= 0.3
Provides: rubygem-ruby-debug-base-0_10_4 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%rubygems_requires
%description
ruby-debug is a fast implementation of the standard Ruby debugger debug.rb.
It is implemented by utilizing a new Ruby C API hook. The core component
provides support that front-ends can build on. It provides breakpoint
handling, bindings for stack frames among other things.
%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}
%gem_cleanup
%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]