Hello community,

here is the log from the commit of package rubygem-yard for openSUSE:Factory 
checked in at 2020-01-27 20:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-yard (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-yard.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-yard"

Mon Jan 27 20:18:02 2020 rev:31 rq:767644 version:0.9.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-yard/rubygem-yard.changes        
2019-08-06 15:10:55.279759450 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yard.new.26092/rubygem-yard.changes     
2020-01-27 20:18:14.984552275 +0100
@@ -1,0 +2,40 @@
+Thu Jan  9 09:26:10 UTC 2020 - Dan Čermák <[email protected]>
+
+- New upstream release 0.9.24
+
+  # 0.9.24 - January 8th, 2020
+
+  - Add {YARD::CodeObjects::NamespaceMapper.on_invalidate} callback when
+    separator cache is changed.
+  - Fix issue where Registry fails to resolve first-time lookups on instance
+    methods.
+
+-------------------------------------------------------------------
+Mon Jan  6 08:58:00 UTC 2020 - Dan Čermák <[email protected]>
+
+- New upstream release 0.9.23
+
+  # 0.9.23 - January 5th, 2020
+
+  - Fix issues with double encoded code blocks when highlighted from an extra
+    file.
+
+  # 0.9.22 - December 31st, 2019
+
+  - Revert jquery update in last release since it requires more changes. 
(#1298)
+
+  # 0.9.21 - December 31st, 2019
+
+  - Updates to add support for Ruby 2.7.0 (#1290, #1296)
+  - Fix parsing of multiline method signatures (#1220)
+  - Remove RubyGems post install message (#1269)
+  - Improve object deletion from RegistryStore (#1284)
+  - Improve memory usage performance (#1260)
+  - Handle include and extend calls with explicit receivers (#1274)
+  - Fix deep nesting of TOC items (#1288)
+  - Fix highlighting for Asciidoc markup code blocks (#1276)
+  - Fix HTML formatting of script tags (#1263)
+  - Update jquery to 3.4.1 (#1294)
+  - Test fixes (#1244)
+
+-------------------------------------------------------------------

Old:
----
  yard-0.9.20.gem

New:
----
  yard-0.9.24.gem

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

Other differences:
------------------
++++++ rubygem-yard.spec ++++++
--- /var/tmp/diff_new_pack.6YIeVR/_old  2020-01-27 20:18:16.644553288 +0100
+++ /var/tmp/diff_new_pack.6YIeVR/_new  2020-01-27 20:18:16.672553305 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-yard
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-yard
-Version:        0.9.20
+Version:        0.9.24
 Release:        0
 %define mod_name yard
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:            http://yardoc.org
+URL:            http://yardoc.org
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 # MANUAL
@@ -63,6 +63,9 @@
   --symlink-binaries \
   --doc-files="CHANGELOG.md LEGAL LICENSE README.md" \
   -f
+# MANUAL
+find %{buildroot}/%{_libdir}/ruby/gems \( -name .dockerignore -o -name 
.gitignore -o -name .travis.yml -o -name .rspec -o -name .rubocop.yml -o -name 
.yardopts -o -name .yardopts_guide -o -name .yardopts_i18n -o -name .github \) 
| xargs rm -rf
+# /MANUAL
 
 %gem_packages
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.6YIeVR/_old  2020-01-27 20:18:16.956553478 +0100
+++ /var/tmp/diff_new_pack.6YIeVR/_new  2020-01-27 20:18:16.960553481 +0100
@@ -29,9 +29,8 @@
 #   export USE_VENDORED_LIBEV="no"
 #   %endif
 # ## used by gem2rpm
-# :post_install: |-
-#   # delete custom files here or do other fancy stuff
-#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
+:post_install: |-
+  find %{buildroot}/%{_libdir}/ruby/gems \( -name .dockerignore -o -name 
.gitignore -o -name .travis.yml -o -name .rspec -o -name .rubocop.yml -o -name 
.yardopts -o -name .yardopts_guide -o -name .yardopts_i18n -o -name .github \) 
| xargs rm -rf
 # ## used by gem2rpm
 # :testsuite_command: |-
 #   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)

++++++ yard-0.9.20.gem -> yard-0.9.24.gem ++++++
++++ 35569 lines of diff (skipped)


Reply via email to