Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory 
checked in at 2012-05-16 21:09:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rdoc (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rdoc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rdoc", Maintainer is "jsr...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rdoc/rubygem-rdoc.changes        
2011-09-23 12:45:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2012-05-16 21:09:46.000000000 +0200
@@ -1,0 +2,65 @@
+Mon May 14 10:35:04 UTC 2012 - cfarr...@suse.com
+
+- license update: Ruby
+  According to spdx.org/licenses the Ruby license encompasses both the
+  GPL-2.0 _and_ the artistic like ruby license
+
+-------------------------------------------------------------------
+Sat May 12 19:26:46 UTC 2012 - co...@suse.com
+
+- update to 3.12
+* Minor enhancements
+  * Added DEVELOPERS document which contains an overview of how RDoc works and
+    how to add new features to RDoc.
+  * Improved title for HTML output to include --title in the
+    title element.
+  * rdoc --pipe now understands --markup.
+  * RDoc now supports irc-scheme hyperlinks.  Issue #83 by trans.
+
+* Bug fixes
+  * Fix title on HTML output for pages.
+  * Fixed parsing of non-indented HEREDOC.
+  * Fixed parsing of %w[] and other % literals.  Issue #84 by
+    Erik Hollensbe
+  * Fixed arrow replacement in HTML output munging the spaceship operator.
+    Issue #85 by eclectic923.
+  * Verbatim sections with ERB that match the ruby code whitelist are no
+    longer syntax-highlighted.  Issue #86 by eclectic923
+  * Line endings on windows are normalized immediately after reading with
+    binmode.  Issue #87 by Usa Nakamura
+  * RDoc better understands directives for comments.  Comment directives can
+    now be found anywhere in multi-line comments.  Issue #90 by Ryan Davis
+  * Tidy links to methods show the label again.  Issue #88 by Simon Chiang
+  * RDoc::Parser::C can now find comments directly above
+    rb_define_class_under.  Issue #89 by Enrico
+  * In rdoc, backspace and ansi formatters, labels and notes without bodies
+    are now shown.
+  * In rdoc, backspace and ansi formatters, whitespace between label or note
+    and the colon is now stripped.
+
+-------------------------------------------------------------------
+Mon Feb 13 10:55:07 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Wed Nov  2 15:47:41 UTC 2011 - mrueck...@suse.de
+
+- update to 3.11
+  /usr/lib*/ruby/gems/1.8/gems/rdoc-3.11/History.txt
+- new requires on rubygem-json-1 >= 1.4
+- also provide the single digit name
+
+-------------------------------------------------------------------
+Tue Aug  2 11:07:54 UTC 2011 - mrueck...@suse.de
+
+- update to 3.9.1
+  /usr/lib*/ruby/gems/1.8/gems/rdoc-3.9.1/History.txt
+
+-------------------------------------------------------------------
+Wed Jul 20 16:52:01 UTC 2011 - mrueck...@suse.de
+
+- update to 3.8
+  /usr/lib*/ruby/gems/1.8/gems/rdoc-3.8/History.txt
+
+-------------------------------------------------------------------

Old:
----
  rdoc-2.5.11.gem

New:
----
  rdoc-3.12.gem

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

Other differences:
------------------
++++++ rubygem-rdoc.spec ++++++
--- /var/tmp/diff_new_pack.eSshhF/_old  2012-05-16 21:09:47.000000000 +0200
+++ /var/tmp/diff_new_pack.eSshhF/_new  2012-05-16 21:09:47.000000000 +0200
@@ -15,42 +15,57 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           rubygem-rdoc
-Version:        2.5.11
-Release:        1
+Version:        3.12
+Release:        0
 %define mod_name rdoc
+%define mod_full_name %{mod_name}-%{version}
 #
 Group:          Development/Languages/Ruby
-License:        GPLv2+ or Ruby
+License:        Ruby
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 Recommends:     rubygem-rdoc-data >= 2.5.3
 #
-Url:            http://rdoc.rubyforge.org
-Source:         %{mod_name}-%{version}.gem
+Provides:       rubygem-%{mod_name}-3   = %{version}-%{release}
+Provides:       rubygem-%{mod_name}-3_0 = %{version}-%{release}
 #
-Summary:        RDoc is an application that produces documentation for one or 
more Ruby source files
-
+Requires:       ruby >= 1.8.7
+BuildRequires:  ruby-devel >= 1.8.7
+# json ~> 1.4
+BuildRequires:  rubygem-json-1 >= 1.4
+Requires:       rubygem-json-1 >= 1.4
+#
+Url:            http://docs.seattlerb.org/rdoc
+Source:         %{mod_full_name}.gem
+#
+Summary:        RDoc produces HTML and command-line documentation for Ruby 
projects
 %description
-RDoc is an application that produces documentation for one or more Ruby source
-files.  RDoc includes the +rdoc+ and +ri+ tools for generating and displaying
-online documentation.
-
-At this point in time, RDoc 2.x is a work in progress and may incur further
-API changes beyond what has been made to RDoc 1.0.1.  Command-line tools are
-largely unaffected, but internal APIs may shift rapidly.
+RDoc produces HTML and command-line documentation for Ruby projects.  RDoc
+includes the +rdoc+ and +ri+ tools for generating and displaying online
+documentation.
 
 See RDoc for a description of RDoc's markup and basic use.
 
-%prep
+%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.
 
-%build
+%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}
 for i in %{buildroot}%{_bindir}/* ; do mv $i ${i}-gem ; done
@@ -62,9 +77,17 @@
 %defattr(-,root,root,-)
 %{_bindir}/rdoc-gem
 %{_bindir}/ri-gem
-%{_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