Hello community,

here is the log from the commit of package rubygem-yard for openSUSE:Factory 
checked in at 2015-02-03 11:38:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-yard (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-yard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-yard"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-yard/rubygem-yard.changes        
2014-10-31 18:27:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-yard.new/rubygem-yard.changes   
2015-02-03 11:38:05.000000000 +0100
@@ -1,0 +2,30 @@
+Sun Feb  1 05:58:49 UTC 2015 - co...@suse.com
+
+- add yard-do-not-record-timestamps.diff to avoid always changing
+  yast documentation
+
+-------------------------------------------------------------------
+Sun Feb  1 05:54:42 UTC 2015 - co...@suse.com
+
+- updated to version 0.8.7.6
+ - Support using `@option` tag on keyword arg splat parameter. (#729)
+ - Add `.stats_options` for `YardocTask`. (#800, #801)
+ 
+ # 0.8.7.5 - October 26, 2014
+ 
+ - Fix linking of methods in top level namespace in method listing. (#776)
+ - Support using C macros in function declarations. (#810)
+ - YARD will no longer group comment blocks starting on the same column if they
+   are preceded by code. (#798)
+ - Handle anonymous lambda calls in toplevel scope. (#774)
+ - Support I18n in `@overload` tags. (#794)
+ - Support `yard stats` for objects with no file property. (#792)
+ - Support for named arguments in Ruby >= 2.1. (#785)
+ - Exclude README backup files from YARD generation. (#790)
+ - Turned on the lax spacing option in Redcarpet to comply with the
+   Markdown standard.
+ - Escape HTML in YARD server search placeholder template.
+ - Fix issue with `private_class_method` support. (#760, #767)
+ - Enable tables support by default in Redcarpet Markdown provider. (#765)
+
+-------------------------------------------------------------------

Old:
----
  yard-0.8.7.4.gem

New:
----
  yard-0.8.7.6.gem
  yard-do-not-record-timestamps.diff

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

Other differences:
------------------
++++++ rubygem-yard.spec ++++++
--- /var/tmp/diff_new_pack.iBz64D/_old  2015-02-03 11:38:08.000000000 +0100
+++ /var/tmp/diff_new_pack.iBz64D/_new  2015-02-03 11:38:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-yard
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:           rubygem-yard
-Version:        0.8.7.4
+Version:        0.8.7.6
 Release:        0
 %define mod_name yard
 %define mod_full_name %{mod_name}-%{version}
@@ -29,6 +36,9 @@
 Url:            http://yardoc.org
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
+# MANUAL
+Patch0:         yard-do-not-record-timestamps.diff
+# /MANUAL
 Summary:        Documentation tool for consistent and usable documentation in 
Ruby
 License:        MIT
 Group:          Development/Languages/Ruby
@@ -41,13 +51,16 @@
 custom Ruby constructs such as custom class level definitions.
 
 %prep
+%gem_unpack
+%patch0 -p1
+%gem_build
 
 %build
 
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="LEGAL LICENSE README.md" \
+  --doc-files="CHANGELOG.md LEGAL LICENSE README.md" \
   -f
 
 %gem_packages

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.iBz64D/_old  2015-02-03 11:38:08.000000000 +0100
+++ /var/tmp/diff_new_pack.iBz64D/_new  2015-02-03 11:38:08.000000000 +0100
@@ -19,13 +19,9 @@
 #   BuildRequires: foobar
 #   Requires: foobar
 # ## used by gem2rpm
-# :patches:
-#   foo.patch: -p1
-#   bar.patch: 
-# ## used by gem2rpm
-:sources:
-# - foo.desktop
-# - bar.desktop
+---
+:patches:
+  yard-do-not-record-timestamps.diff: -p1
 # :gem_install_args: '....'
 # ## used by gem2rpm
 # :pre_install: |-

++++++ yard-0.8.7.4.gem -> yard-0.8.7.6.gem ++++++
++++ 1971 lines of diff (skipped)

++++++ yard-do-not-record-timestamps.diff ++++++
diff -ru yard-0.8.7.6.orig/templates/default/layout/html/footer.erb 
yard-0.8.7.6/templates/default/layout/html/footer.erb
--- yard-0.8.7.6.orig/templates/default/layout/html/footer.erb  2015-02-01 
06:57:19.645038949 +0100
+++ yard-0.8.7.6/templates/default/layout/html/footer.erb       2015-02-01 
06:57:48.165415016 +0100
@@ -1,5 +1,5 @@
 <div id="footer">
-  Generated on <%= Time.now.strftime("%c") %> by
+  Generated by
   <a href="http://yardoc.org"; title="Yay! A Ruby Documentation Tool" 
target="_parent">yard</a>
-  <%= YARD::VERSION %> (ruby-<%= RUBY_VERSION %>).
+  <%= YARD::VERSION %>.
 </div>
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to