Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory 
checked in at 2014-01-13 12:04:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rdoc (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rdoc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rdoc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rdoc/rubygem-rdoc.changes        
2013-05-02 11:48:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2014-01-13 12:04:13.000000000 +0100
@@ -1,0 +2,54 @@
+Sun Jan  5 14:39:52 UTC 2014 - co...@suse.com
+
+- updated to version 4.1.0
+ * Notable changes
+   * Improved accessibility of HTML output.  Accessibility review was provided
+     by:
+ 
+     Techvision – http://www.techvision.net.in
+ 
+     The accessibility consultants in Pune, India
+ 
+   * The look of RDoc has been updated.
+ 
+ * Minor enhancements
+   * RDoc can now link to [], []=, << and >> methods.  Pull request #202 by
+     Jeremy Evans, Bug # 191 by by Zachary Scott.
+   * Added RDoc::Options#output_decoration which controls header labels for
+     HTML output.  Pull Request #199 by Zachary Scott.
+   * Added --template-stylesheets options to RDoc to allow specification of
+     alternate stylesheets.  Pull request #205 by Zachary Scott.
+   * Improved performance of the Markdown and RD parsers.  Pull request #217 by
+     Ryan Davis.
+   * <code>rdoc -v</code> now prints the version instead of enabling verbose
+     mode.  Pull request #201 by Lee Jarvis.
+   * Running <code>rake newb</code> now automatically installs development
+     dependencies if the parser files haven't been built.  Pull request #235 by
+     Kouhei Sutou.
+   * Moved old DEVELOPERS file to CONTRIBUTING to match github conventions.
+   * TomDoc output now has a "Returns" heading.  Issue #234 by Brian Henderson
+   * Metaprogrammed methods can now use the :args: directive in addition to the
+     :call-seq: durective.  Issue #236 by Mike Moore.
+   * Sections can be linked to using "@" like labels.  If a section and a label
+     have the same name the section will be preferred.  Issue #233 by Brian
+     Henderson.
+   * Files that come with a template are hard-linked to save space.  Issue #186
+     by Vít Ondruch.
+ 
+ * Bug fixes
+   * Applied typo fixes by @dvsuresh from ruby/ruby@2c5dcdf
+   * Restored behavior of --no-pager alias -T.  Pull request #223 by ruafozy.
+   * Fixed extra whitespace output in the rdoc coverage report.  Bug #210 by
+     Ryan Davis.
+   * RDoc no longer documents its timestamp file when run on an empty
+     directory.  Bug #212 by Rainer Keller
+   * HTML escape method names in the table of contents.  Bug #219 by Akinori
+     MUSHA.
+   * Character literals <code>?h</code> now create a new token type to prevent
+     loss of the "?" in output.  Bug #220 by Vipul A M.
+   * When looking up a method that does not exist, ri escapes the regular
+     expression for fallback searches.  Bug #227 by Aaron Patterson.
+   * The ri generator now writes the class method data after +module_function+.
+     Bug #222 by Zachary Scott, Ruby bug #8225 by David Unric.
+
+-------------------------------------------------------------------

Old:
----
  rdoc-4.0.1.gem

New:
----
  rdoc-4.1.0.gem

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

Other differences:
------------------
++++++ rubygem-rdoc.spec ++++++
--- /var/tmp/diff_new_pack.I99ReO/_old  2014-01-13 12:04:14.000000000 +0100
+++ /var/tmp/diff_new_pack.I99ReO/_new  2014-01-13 12:04:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rdoc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,20 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# MANUAL
 %if 0%{?suse_version} && 0%{?suse_version} < 1220
 %define needs_internal_rdoc 1
 %endif
 
 Name:           rubygem-rdoc
-Version:        4.0.1
+Version:        4.1.0
 Release:        0
 %define mod_name rdoc
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 40100
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
 Requires:       ruby >= 1.8.7
 BuildRequires:  ruby-devel >= 1.8.7
+BuildRequires:  update-alternatives
 #MANUAL - no rdoc
 #BuildRequires:  rubygem(rdoc) > 3.10
 %if 0%{?needs_internal_rdoc}
@@ -39,8 +43,6 @@
 Summary:        RDoc produces HTML and command-line documentation for Ruby 
projects
 License:        Ruby
 Group:          Development/Languages/Ruby
-%define mod_branch -4.0.1
-%define mod_weight 4
 PreReq:         update-alternatives
 
 %description
@@ -73,20 +75,31 @@
 %build
 
 %install
+# MANUAL
 %if 0%{?needs_internal_rdoc}
 export 
RUBYLIB="%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/lib/"
 %endif
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/rdoc{,%{mod_branch}}
-ln -s rdoc%{mod_branch} %{buildroot}%{_bindir}/rdoc-gem
+touch %{buildroot}%{_sysconfdir}/alternatives/rdoc
+ln -s %{_sysconfdir}/alternatives/rdoc %{buildroot}%{_bindir}/rdoc
+
 mv %{buildroot}%{_bindir}/ri{,%{mod_branch}}
-ln -s ri%{mod_branch} %{buildroot}%{_bindir}/ri-gem
+touch %{buildroot}%{_sysconfdir}/alternatives/ri
+ln -s %{_sysconfdir}/alternatives/ri %{buildroot}%{_bindir}/ri
+
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LEGAL.rdoc 
%buildroot/%{_docdir}/%{name}/LEGAL.rdoc
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.rdoc 
%buildroot/%{_docdir}/%{name}/LICENSE.rdoc
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %post
 /usr/sbin/update-alternatives --install \
-    %{_bindir}/rdoc-gem rdoc %{_bindir}/rdoc%{mod_branch} %{mod_weight}
+    %{_bindir}/rdoc rdoc %{_bindir}/rdoc%{mod_branch} %{mod_weight}
 /usr/sbin/update-alternatives --install \
-    %{_bindir}/ri-gem ri %{_bindir}/ri%{mod_branch} %{mod_weight}
+    %{_bindir}/ri ri %{_bindir}/ri%{mod_branch} %{mod_weight}
 
 %preun
 if [ "$1" = 0 ] ; then
@@ -98,10 +111,13 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/rdoc%{mod_branch}
-%ghost %{_bindir}/rdoc-gem
+%{_bindir}/rdoc
+%ghost %{_sysconfdir}/alternatives/rdoc
 %{_bindir}/ri%{mod_branch}
-%ghost %{_bindir}/ri-gem
+%{_bindir}/ri
+%ghost %{_sysconfdir}/alternatives/ri
 %{_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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to