Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-prawn-icon for 
openSUSE:Factory checked in at 2022-10-12 18:24:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-prawn-icon (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-prawn-icon.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-prawn-icon"

Wed Oct 12 18:24:45 2022 rev:2 rq:1009925 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-prawn-icon/rubygem-prawn-icon.changes    
2021-01-21 21:55:11.685789295 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-prawn-icon.new.2275/rubygem-prawn-icon.changes
  2022-10-12 18:26:24.461916521 +0200
@@ -1,0 +2,26 @@
+Mon Oct 10 13:14:49 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 3.1.0
+ see installed CHANGELOG.md
+
+  # 3.1.0 - September 1, 2022
+  
+  * Update our CI matrix to include recent versions of Prawn and Ruby! Thanks 
@petergoldstein! (#55)
+  * Resolve a few code smells that were flagged by Rubocop.
+  * [Material Design Icons](https://materialdesignicons.com) are now 
supported! Currently version `7.0.96` is included. Thanks @maneex! 
[https://github.com/jessedoyle/prawn-icon/pull/59](Pull Request).
+  * Memoize calls to `Prawn::Icon::FontData#path` to improve performance.
+  
+  #### Material Design Icons
+  
+  All Material Design Icons use the font prefix of `mdi`. That means that 
you're able to reference an icon as follows:
+  
+  ```ruby
+  require 'prawn/icon'
+  
+  Prawn::Document.generate('icons.pdf') do |pdf|
+    pdf.icon 'mdi-beer', size: 60
+  end
+  ```
+  
+
+-------------------------------------------------------------------

Old:
----
  prawn-icon-3.0.0.gem

New:
----
  prawn-icon-3.1.0.gem

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

Other differences:
------------------
++++++ rubygem-prawn-icon.spec ++++++
--- /var/tmp/diff_new_pack.uGrUEn/_old  2022-10-12 18:26:24.989917684 +0200
+++ /var/tmp/diff_new_pack.uGrUEn/_new  2022-10-12 18:26:24.993917692 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-prawn-icon
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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-prawn-icon
-Version:        3.0.0
+Version:        3.1.0
 Release:        0
 %define mod_name prawn-icon
 %define mod_full_name %{mod_name}-%{version}

++++++ prawn-icon-3.0.0.gem -> prawn-icon-3.1.0.gem ++++++
++++ 7684 lines of diff (skipped)

Reply via email to