commit rubygem-rdoc for openSUSE:Factory

2014-01-13 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2014-01-13 12:04:13.0 +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.
+   * rdoc -v now prints the version instead of enabling verbose
+ mode.  Pull request #201 by Lee Jarvis.
+   * Running rake newb 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 ?h 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.0 +0100
+++ /var/tmp/diff_new_pack.I99ReO/_new  2014-01-13 12:04:14.0 +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
 
 %descript

commit rubygem-rdoc for openSUSE:Factory

2013-05-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory 
checked in at 2013-05-02 11:48:33

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-04-22 14:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2013-05-02 11:48:35.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 22 14:27:37 UTC 2013 - mrueck...@suse.de
+
+- the binaries in this package should be named with -gem to avoid
+  conflicts on ruby 1.8
+
+---
+Mon Apr 22 14:18:56 UTC 2013 - mrueck...@suse.de
+
+- use internal rdoc libraries when building on 1.8
+
+---



Other differences:
--
++ rubygem-rdoc.spec ++
--- /var/tmp/diff_new_pack.dsswoS/_old  2013-05-02 11:48:36.0 +0200
+++ /var/tmp/diff_new_pack.dsswoS/_new  2013-05-02 11:48:36.0 +0200
@@ -15,6 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if 0%{?suse_version} && 0%{?suse_version} < 1220
+%define needs_internal_rdoc 1
+%endif
 
 Name:   rubygem-rdoc
 Version:4.0.1
@@ -28,6 +31,9 @@
 BuildRequires:  ruby-devel >= 1.8.7
 #MANUAL - no rdoc
 #BuildRequires:  rubygem(rdoc) > 3.10
+%if 0%{?needs_internal_rdoc}
+BuildRequires:  rubygem(json)
+%endif
 Url:http://docs.seattlerb.org/rdoc
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:RDoc produces HTML and command-line documentation for Ruby 
projects
@@ -67,17 +73,20 @@
 %build
 
 %install
+%if 0%{?needs_internal_rdoc}
+export 
RUBYLIB="%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/lib/"
+%endif
 %gem_install -f
 mv %{buildroot}%{_bindir}/rdoc{,%{mod_branch}}
-ln -s rdoc%{mod_branch} %{buildroot}%{_bindir}/rdoc
+ln -s rdoc%{mod_branch} %{buildroot}%{_bindir}/rdoc-gem
 mv %{buildroot}%{_bindir}/ri{,%{mod_branch}}
-ln -s ri%{mod_branch} %{buildroot}%{_bindir}/ri
+ln -s ri%{mod_branch} %{buildroot}%{_bindir}/ri-gem
 
 %post
 /usr/sbin/update-alternatives --install \
-%{_bindir}/rdoc rdoc %{_bindir}/rdoc%{mod_branch} %{mod_weight}
+%{_bindir}/rdoc-gem rdoc %{_bindir}/rdoc%{mod_branch} %{mod_weight}
 /usr/sbin/update-alternatives --install \
-%{_bindir}/ri ri %{_bindir}/ri%{mod_branch} %{mod_weight}
+%{_bindir}/ri-gem ri %{_bindir}/ri%{mod_branch} %{mod_weight}
 
 %preun
 if [ "$1" = 0 ] ; then
@@ -90,9 +99,9 @@
 %files
 %defattr(-,root,root,-)
 %{_bindir}/rdoc%{mod_branch}
-%ghost %{_bindir}/rdoc
+%ghost %{_bindir}/rdoc-gem
 %{_bindir}/ri%{mod_branch}
-%ghost %{_bindir}/ri
+%ghost %{_bindir}/ri-gem
 %{_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



commit rubygem-rdoc for openSUSE:Factory

2013-04-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory 
checked in at 2013-04-22 14:20:20

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
2013-04-02 13:11:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2013-04-22 14:20:21.0 +0200
@@ -1,0 +2,32 @@
+Sun Apr 14 08:24:35 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.1
+ * Bug fixes
+   * RDoc::Options parser should rescue from OptionParser::ParseError.
+   * Updated example of RDoc::Options to include reopening RDoc::Options.
+ Pointed out by Michael Granger
+   * Moved RubyGems documentation installed message into RDoc hook.  For
+ RubyGems bug #469 by Jeff Sandberg
+   * An Error is now raised when a heredoc is not terminated.  Fixes exceptions
+ when processing comment blocks.  Reported by darix
+   * rdoc --quiet --no-ignore-invalid now exits for invalid options.  Pull
+ request #192 by Jeremy Evans
+   * RDoc::Parser::C no longer ignores a (METHOD) cast in rb_define_method.
+ Pull request #184 by Carlos Agarie
+   * RDoc::Servlet no longer ignores extra directories from -d.  Pull request
+ #173 by Thomas Leitner
+   * Fixed `rdoc --ri-site`.  Bug #193 by Michal Papis.
+   * RDoc no longer attempts to parse binary files.  Bug #189 by postmodern,
+ Bug #190 by Christoffer Lervåg, Bug #195 by Aaron Patterson
+   * `rdoc --pipe` output now contains  for markdown compliance.
+   * RDoc no longer leaves emacs-style modelines in .txt, .md or .rd files.
+ Bug #178 by Zachary Scott
+   * RDoc no longer puts raw markup in HTML output for markdown input.  Bug
+ #204 by Erik Hollensbe
+   * Code objects with nodoc are no longer included in the ri store.  Bug #177
+ by Thomas Leitner.
+   * Text#snippet now creates a RDoc::Markup::ToHtmlSnippet correctly.
+   * The C parser now de-duplicates call-seq if the same C function is used for
+ multiple method names.  Bug #203 by Pete Higgins
+
+---

Old:

  rdoc-4.0.0.gem

New:

  rdoc-4.0.1.gem



Other differences:
--
++ rubygem-rdoc.spec ++
--- /var/tmp/diff_new_pack.era9us/_old  2013-04-22 14:20:26.0 +0200
+++ /var/tmp/diff_new_pack.era9us/_new  2013-04-22 14:20:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rdoc
-Version:4.0.0
+Version:4.0.1
 Release:0
 %define mod_name rdoc
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 Summary:RDoc produces HTML and command-line documentation for Ruby 
projects
 License:Ruby
 Group:  Development/Languages/Ruby
-%define mod_branch -4.0.0
+%define mod_branch -4.0.1
 %define mod_weight 4
 PreReq: update-alternatives
 

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



commit rubygem-rdoc for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory 
checked in at 2013-04-02 13:11:07

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
2013-03-08 11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2013-04-02 13:11:09.0 +0200
@@ -1,0 +2,48 @@
+Sat Mar 23 08:10:07 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.0
+ * Breaking changes (for more, see History.rdoc)
+   * The default output encoding for RDoc is now UTF-8.  Previously RDoc used
+ the default external encoding which was determined from your locale.
+ Issue #106 by Justin Baker.
+   * RDoc::RI::Store is now RDoc::Store so ri data generated by RDoc 4 cannot
+ be read by earlier versions of RDoc.  RDoc::RI::Store exists as an alias
+ of RDoc::Store so ri data from older versions can still be read.
+ RDoc::RI::Store will be removed in RDoc 5.
+ 
+ Tests that create RDoc::CodeObjects on the fly without wiring them into
+ the documentation tree (did not use add_class, add_method, etc.) must be
+ updated to use these methods.  The documentation tree automatically
+ attaches them to the store instance which allows lookups to work
+ correctly.  Additionally, a new method RDoc::Store#add_file must be used
+ instead of RDoc::TopLevel.new.  The latter will not be attached to the
+ documentation tree.
+   * RDoc generators must accept an RDoc::Store and an RDoc::Options in
+ initialize.  RDoc no longer passes an Array of RDoc::TopLevel objects to
+ #generate.  Use RDoc::Store#all_files instead.
+   * Some markup formatters (RDoc::Markup::To*) now accept an RDoc::Options
+ instance as the first argument.  Notably, the base class Formatter and
+ ToHtml*.  (This is not universal due to the difficult at accessing the
+ user's options instance deep inside RDoc.  A future major release may
+ remedy this.)
+   * Added new markup nodes and specials that RDoc::Markup::Formatter
+ subclasses must handle.  If you're using RDoc::Markup::FormatterTestCase
+ the new methods you need to add should be readily apparent.
+   * Removed RDoc::RI::Paths::SYSDIR and ::SITEDIR.  These were hidden
+ constants so no breakage is expected.  Use RDoc::RI::Paths::system_dir
+ and ::site_dir instead.
+   * RDoc::RI::Store#modules has been renamed to RDoc::Store#module_names
+ to avoid confusion with RDoc::Store#all_modules imported from
+ RDoc::TopLevel.
+   * RDoc::RDocError has been removed.  It was deprecated throughout RDoc 3.
+   * ri -f html is no longer supported.
+   * Comment definitions in C comments are now only discovered from the first
+ line.  A colon on a subsequent line won't trigger definition extraction.
+ Issue #103, see also
+ http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/42942
+   * Fixed :stopdoc: for class A::B where A has not been seen.  Issue #95 by
+ Ryan Davis
+   * RDoc::ClassModule#each_ancestor no longer yields itself if there is
+ circular ancestry
+
+---

Old:

  rdoc-3.12.1.gem

New:

  rdoc-4.0.0.gem



Other differences:
--
++ rubygem-rdoc.spec ++
--- /var/tmp/diff_new_pack.lSZ7Kh/_old  2013-04-02 13:11:10.0 +0200
+++ /var/tmp/diff_new_pack.lSZ7Kh/_new  2013-04-02 13:11:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rdoc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rdoc
-Version:3.12.1
+Version:4.0.0
 Release:0
 %define mod_name rdoc
 %define mod_full_name %{mod_name}-%{version}
@@ -26,17 +26,21 @@
 BuildRequires:  ruby-macros >= 1
 Requires:   ruby >= 1.8.7
 BuildRequires:  ruby-devel >= 1.8.7
+#MANUAL - no rdoc
+#BuildRequires:  rubygem(rdoc) > 3.10
 Url:http://docs.seattlerb.org/rdoc
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:RDoc produces HTML and command-line documentation for Ruby 
projects
 License:Ruby
 Group:  Development/Languages/Ruby
+%define mod_branch -4.0.0
+%define mod_weight 4
+PreReq: update-alternatives
 
 %description
 RDoc p

commit rubygem-rdoc for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory 
checked in at 2013-03-08 10:58:48

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
2012-08-05 00:06:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2013-03-08 10:58:49.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb 21 12:47:09 UTC 2013 - co...@suse.com
+
+- updated to version 3.12.1
+  RDoc documentation generated by rdoc 2.3.0 through rdoc 3.12 and prereleases 
up
+  to rdoc 4.0.0.preview2.1 are vulnerable to an XSS exploit.  This exploit may
+  lead to cookie disclosure to third parties.
+
+---

Old:

  rdoc-3.12.gem

New:

  rdoc-3.12.1.gem



Other differences:
--
++ rubygem-rdoc.spec ++
--- /var/tmp/diff_new_pack.4Hp9e3/_old  2013-03-08 10:58:50.0 +0100
+++ /var/tmp/diff_new_pack.4Hp9e3/_new  2013-03-08 10:58:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rdoc
-Version:3.12
+Version:3.12.1
 Release:0
 %define mod_name rdoc
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-rdoc for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory 
checked in at 2012-08-04 22:10:54

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
2012-05-16 21:09:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2012-08-05 00:06:30.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 28 05:52:32 UTC 2012 - co...@suse.com
+
+- use latest gem2rpm 
+
+---



Other differences:
--
++ rubygem-rdoc.spec ++
--- /var/tmp/diff_new_pack.wuMnKQ/_old  2012-08-05 00:06:43.0 +0200
+++ /var/tmp/diff_new_pack.wuMnKQ/_new  2012-08-05 00:06:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rdoc
 #
-# Copyright (c) 2011 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,44 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-rdoc
 Version:3.12
 Release:0
 %define mod_name rdoc
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:  Development/Languages/Ruby
-License:Ruby
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-Recommends: rubygem-rdoc-data >= 2.5.3
-#
-Provides:   rubygem-%{mod_name}-3   = %{version}-%{release}
-Provides:   rubygem-%{mod_name}-3_0 = %{version}-%{release}
-#
+BuildRequires:  ruby-macros >= 1
 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
+License:Ruby
+Group:  Development/Languages/Ruby
+
 %description
 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.
 
 %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.
@@ -61,22 +51,27 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
-for i in %{buildroot}%{_bindir}/* ; do mv $i ${i}-gem ; done
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
+# MANUAL
+mv %{buildroot}/%{_bindir}/rdoc %{buildroot}/%{_bindir}/rdoc-%{version}
+mv %{buildroot}/%{_bindir}/ri %{buildroot}/%{_bindir}/ri-%{version}
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/rdoc-gem
-%{_bindir}/ri-gem
+%{_bindir}/rdoc-%{version}
+%{_bindir}/ri-%{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


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



commit rubygem-rdoc for openSUSE:Factory

2012-05-16 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2012-05-16 21:09:46.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.eSshhF/_new  2012-05-16 21:09:47.0 +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 d

commit rubygem-rdoc for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory
checked in at Thu May 26 09:53:00 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/rubygem-rdoc/rubygem-rdoc.changes  
2010-12-08 12:31:38.0 +0100
@@ -0,0 +1,16 @@
+---
+Wed Dec  8 11:31:27 UTC 2010 - mrueck...@suse.de
+
+- recommend rdoc-data
+
+---
+Wed Dec  8 00:16:47 UTC 2010 - mrueck...@suse.de
+
+- suffix scripts with "-gem" to avoid conflicts with the main ruby
+  package
+
+---
+Tue Dec  7 23:30:13 UTC 2010 - mrueck...@suse.de
+
+- initial package version 2.5.11
+

calling whatdependson for head-i586


New:

  rdoc-2.5.11.gem
  rubygem-rdoc.changes
  rubygem-rdoc.spec



Other differences:
--
++ rubygem-rdoc.spec ++
#
# spec file for package rubygem-rdoc
#
# 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-rdoc
Version:2.5.11
Release:1
%define mod_name rdoc
#
Group:  Development/Languages/Ruby
License:GPLv2+ or 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
#
Summary:RDoc is an application that produces documentation for one or 
more Ruby source files

%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.

See RDoc for a description of RDoc's markup and basic use.

%prep

%build

%install
%gem_install %{S:0}
for i in %{buildroot}%{_bindir}/* ; do mv $i ${i}-gem ; done

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

%files
%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}/

%changelog





Remember to have fun...

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