Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2012-04-17 22:01:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-hoe (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-hoe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-hoe", Maintainer is "dmacvi...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2011-12-02 
13:22:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes     
2012-04-17 22:01:39.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Apr 11 12:04:05 UTC 2012 - co...@suse.com
+
+- update to 3.0.3
+  * Fixed racc plugin's gem dependency activation
+  * Fixed rake multi's use of multiruby_skip.
+
+-------------------------------------------------------------------
+Thu Apr  5 07:49:30 UTC 2012 - co...@suse.com
+
+- update to 3.0.2 - long History.txt
+
+-------------------------------------------------------------------

Old:
----
  hoe-2.6.1.gem

New:
----
  hoe-3.0.3.gem

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

Other differences:
------------------
++++++ rubygem-hoe.spec ++++++
--- /var/tmp/diff_new_pack.66BOLM/_old  2012-04-17 22:01:40.000000000 +0200
+++ /var/tmp/diff_new_pack.66BOLM/_new  2012-04-17 22:01:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-hoe (Version 2.6.1)
+# spec file for package rubygem-hoe
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,53 +15,76 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:           rubygem-hoe
-Version:        2.6.1
+Version:        3.0.3
 Release:        0
 %define mod_name hoe
+%define mod_full_name %{mod_name}-%{version}
 #
-Group:          Development/Languages/Ruby
-License:        GPL-2.0+ or Ruby
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
-BuildRequires:  rubygem-rubyforge >= 2.0.4
-Requires:       rubygem-rubyforge >= 2.0.4
-BuildRequires:  rubygem-rake >= 0.8.7
-Requires:       rubygem-rake >= 0.8.7
+# rake ~> 0.8
+BuildRequires:  rubygem-rake >= 0.8
+Requires:       rubygem-rake >= 0.8
 #
-Url:            http://rubyforge.org/projects/seattlerb/
-Source:         %{mod_name}-%{version}.gem
+Url:            http://www.zenspider.com/projects/hoe.html
+Source:         %{mod_full_name}.gem
 #
 Summary:        Hoe is a rake/rubygems helper for project Rakefiles
+License:        MIT
+Group:          Development/Languages/Ruby
+
 %description
 Hoe is a rake/rubygems helper for project Rakefiles. It helps you
-manage and maintain, and release your project and includes a dynamic
+manage, maintain, and release your project and includes a dynamic
 plug-in system allowing for easy extensibility. Hoe ships with
 plug-ins for all your usual project tasks including rdoc generation,
-testing, packaging, and deployment.
+testing, packaging, deployment, and announcement..
 
 See class rdoc for help. Hint: `ri Hoe` or any of the plugins listed
 below.
 
 For extra goodness, see: http://seattlerb.rubyforge.org/hoe/Hoe.pdf
 
+%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}/sow
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to