Hello community,

here is the log from the commit of package rubygem-pry-doc for openSUSE:Factory 
checked in at 2013-08-05 20:54:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-pry-doc (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-pry-doc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-pry-doc/rubygem-pry-doc.changes  
2012-09-01 21:59:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new/rubygem-pry-doc.changes     
2013-08-05 20:54:09.000000000 +0200
@@ -1,0 +2,21 @@
+Tue Jul 30 16:07:29 UTC 2013 - co...@suse.com
+
+- updated to version 0.4.6
+  * Added new docs for Ruby 1.9 and Ruby 2.0. For example, now you can execute
+    `pry-doc BigDecimal` and feel a little bit more happy.
+  * Fixed error message when trying to `show-doc` non-module singleton methods 
(like
+    top-level methods `include`, `private`, `public`, etc.)
+  
+  ### v0.4.5 (March 21, 2013)
+  
+  * **Important:** updated YARD gem dependency to loose `0.8` version. It is a
+    known fact that YARD `v0.8.4` [does not work with Pry Doc][yard648].
+  
+  * Removed a bunch of old and unused metafiles
+  * Added docs for Ruby 2.0 (based on patchlevel 0)
+  * Rescanned docs for Ruby 1.9 (based on patchlevel 392)
+  * Rescanned docs for Ruby 1.8 (based on patchlevel 370)
+  * Implicitly fixed `show-doc require_relative` to the new rescan of 1.9 docs
+  * Signed the gem with a cryptographic signature
+
+-------------------------------------------------------------------

Old:
----
  pry-doc-0.4.4.gem

New:
----
  pry-doc-0.4.6.gem

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

Other differences:
------------------
++++++ rubygem-pry-doc.spec ++++++
--- /var/tmp/diff_new_pack.ZF91PR/_old  2013-08-05 20:54:09.000000000 +0200
+++ /var/tmp/diff_new_pack.ZF91PR/_new  2013-08-05 20:54:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry-doc
 #
-# 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,15 +17,15 @@
 
 
 Name:           rubygem-pry-doc
-Version:        0.4.4
+Version:        0.4.6
 Release:        0
 %define mod_name pry-doc
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
-Url:            http://banisterfiend.wordpress.com
-Source:         %{mod_full_name}.gem
+Url:            https://github.com/pry/pry-doc
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Provides YARD and extended documentation support for Pry
 License:        MIT
 Group:          Development/Languages/Ruby
@@ -51,20 +51,25 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
-%gem_unpack
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
-%gem_build
 
 %install
 %gem_install -f
-rm 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/lib/pry-doc.rb.orig
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_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
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
 %files doc
@@ -73,6 +78,6 @@
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
 
 %changelog

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

Reply via email to