Hello community,

here is the log from the commit of package rubygem-yard for openSUSE:Factory 
checked in at 2020-05-07 14:51:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-yard (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-yard.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-yard"

Thu May  7 14:51:10 2020 rev:32 rq:800671 version:0.9.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-yard/rubygem-yard.changes        
2020-01-27 20:18:14.984552275 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-yard.new.2738/rubygem-yard.changes      
2020-05-07 14:51:18.166055534 +0200
@@ -1,0 +2,18 @@
+Wed May  6 10:38:42 UTC 2020 - Dan Čermák <[email protected]>
+
+- New upstream release 0.9.25
+
+  [0.9.25]: https://github.com/lsegal/yard/compare/v0.9.24...v0.9.25
+
+  - Fix parsing issue with conditional blocks mixed with conditional modifiers.
+    (#1308, #1324, #1326, #1327)
+  - Add table of contents IDs to redcarpet generated markdown. (#1323)
+  - Backport fixes for Ruby 1.9 (#1320)
+  - Fix parsing of checksums in yard server (#1301)
+  - Map Ruby C variable error names to Ruby classes (#1270, #1275)
+  - Fix initialization of RDocMarkup across threads (#1318)
+  - Remove warning for Kernel#open (#1312)
+  - Omit spec files in gem package (#1307)
+  - README updates (#1322)
+
+-------------------------------------------------------------------

Old:
----
  yard-0.9.24.gem

New:
----
  yard-0.9.25.gem

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

Other differences:
------------------
++++++ rubygem-yard.spec ++++++
--- /var/tmp/diff_new_pack.EHQPn6/_old  2020-05-07 14:51:20.962061142 +0200
+++ /var/tmp/diff_new_pack.EHQPn6/_new  2020-05-07 14:51:20.966061150 +0200
@@ -16,33 +16,32 @@
 #
 
 
+%define mod_name yard
+%define mod_full_name %{mod_name}-%{version}
 #
 # 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.9.24
+Version:        0.9.25
 Release:        0
-%define mod_name yard
-%define mod_full_name %{mod_name}-%{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Summary:        Documentation tool for consistent and usable documentation in 
Ruby
+License:        MIT
+Group:          Development/Languages/Ruby
+URL:            http://yardoc.org
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        gem2rpm.yml
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-URL:            http://yardoc.org
-Source:         https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:        gem2rpm.yml
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq:         update-alternatives
 # 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
-PreReq:         update-alternatives
 
 %description
 YARD is a documentation generation tool for the Ruby programming language.
@@ -53,8 +52,8 @@
 %prep
 %gem_unpack
 %patch0 -p1
-find -type f -print0 | xargs -0 touch -r %{S:0}
-%gem_build
+find -type f -print0 | xargs -0 touch -r %{SOURCE0}
+%{gem_build}
 
 %build
 

++++++ yard-0.9.24.gem -> yard-0.9.25.gem ++++++
++++ 30984 lines of diff (skipped)


Reply via email to