Hello community,

here is the log from the commit of package rubygem-thor for openSUSE:Factory 
checked in at 2011-11-07 14:29:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-thor (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-thor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-thor.new/rubygem-thor.changes   
2011-11-07 14:29:49.000000000 +0100
@@ -0,0 +1,43 @@
+-------------------------------------------------------------------
+Tue Aug 16 12:27:46 UTC 2011 - [email protected]
+
+- change license header to "MIT and Ruby" (bnc#712368)
+
+-------------------------------------------------------------------
+Wed Jul 20 16:45:15 UTC 2011 - [email protected]
+
+- regenerate with latest gem2rpm
+  - split out doc and testsuite subpackages
+- add provides for the versioned name used in the requires
+
+-------------------------------------------------------------------
+Thu Dec  9 16:18:29 UTC 2010 - [email protected]
+
+- update to version 0.14.6
+  * Fix a load order bug and add rake as development dependency.
+
+-------------------------------------------------------------------
+Thu Nov 18 17:47:52 UTC 2010 - [email protected]
+
+- update to version 0.14.4
+
+-------------------------------------------------------------------
+Mon Aug 30 13:45:42 UTC 2010 - [email protected]
+
+- update to version 0.14.0
+
+-------------------------------------------------------------------
+Mon Jun 14 18:25:54 UTC 2010 - [email protected]
+
+- update to version 0.13.6
+
+-------------------------------------------------------------------
+Fri Jun 11 10:00:01 UTC 2010 - [email protected]
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Thu Feb 18 22:24:06 UTC 2010 - [email protected]
+
+- created package
+

New:
----
  rubygem-thor.changes
  rubygem-thor.spec
  thor-0.14.6.gem

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

Other differences:
------------------
++++++ rubygem-thor.spec ++++++
#
# spec file for package rubygem-thor
#
# Copyright (c) 2011 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/
#

# norootforbuild
Name:           rubygem-thor
Version:        0.14.6
Release:        0
%define mod_name thor
%define mod_full_name %{mod_name}-%{version}
#
Group:          Development/Languages/Ruby
# lib/thor/parser/options.rb contains code from Daniel Berger's Getopt::Long
# class which is licensed under the Ruby license
License:        MIT and Ruby
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
%rubygems_requires
Provides:       rubygem-%{mod_name}-0_14 = %{version}-%{release}
#
Url:            http://github.com/wycats/thor
Source:         %{mod_full_name}.gem
#
Summary:        A scripting framework that replaces rake, sake and rubigen
%description
A scripting framework that replaces rake, sake and rubigen

%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 %{S:0}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/rake2thor
%{_bindir}/thor
%{_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}/spec
%{_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}/spec

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

Reply via email to