Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-loofah for openSUSE:Factory 
checked in at 2022-04-30 22:52:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-loofah (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-loofah.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-loofah"

Sat Apr 30 22:52:30 2022 rev:22 rq:974054 version:2.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-loofah/rubygem-loofah.changes    
2022-03-07 17:49:03.319083209 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-loofah.new.1538/rubygem-loofah.changes  
2022-04-30 22:52:39.936234625 +0200
@@ -1,0 +2,21 @@
+Thu Apr 28 05:35:21 UTC 2022 - Stephan Kulow <co...@suse.com>
+
+updated to version 2.16.0
+ see installed CHANGELOG.md
+
+  ## 2.16.0 / 2022-04-01
+  
+  ### Features
+  
+  * Allow MathML elements `menclose` and `ms`, and MathML attributes `dir`, 
`href`, `lquote`, `mathsize`, `notation`, and `rquote`. 
[[#231](https://github.com/flavorjones/loofah/issues/231)] (Thanks, 
[@nick-desteffen](https://github.com/nick-desteffen)!)
+  
+  
+  ## 2.15.0 / 2022-03-14
+  
+  ### Features
+  
+  * Expand set of allowed protocols to include `sms:`. 
[[#228](https://github.com/flavorjones/loofah/issues/228)] (Thanks, 
[@brendon](https://github.com/brendon)!)
+  
+  
+
+-------------------------------------------------------------------

Old:
----
  loofah-2.14.0.gem

New:
----
  loofah-2.16.0.gem

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

Other differences:
------------------
++++++ rubygem-loofah.spec ++++++
--- /var/tmp/diff_new_pack.fOb04f/_old  2022-04-30 22:52:40.540235442 +0200
+++ /var/tmp/diff_new_pack.fOb04f/_new  2022-04-30 22:52:40.544235447 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-loofah
-Version:        2.14.0
+Version:        2.16.0
 Release:        0
 %define mod_name loofah
 %define mod_full_name %{mod_name}-%{version}

++++++ loofah-2.14.0.gem -> loofah-2.16.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2022-02-11 20:08:24.000000000 +0100
+++ new/CHANGELOG.md    2022-04-01 20:17:15.000000000 +0200
@@ -1,5 +1,19 @@
 # Changelog
 
+## 2.16.0 / 2022-04-01
+
+### Features
+
+* Allow MathML elements `menclose` and `ms`, and MathML attributes `dir`, 
`href`, `lquote`, `mathsize`, `notation`, and `rquote`. 
[[#231](https://github.com/flavorjones/loofah/issues/231)] (Thanks, 
[@nick-desteffen](https://github.com/nick-desteffen)!)
+
+
+## 2.15.0 / 2022-03-14
+
+### Features
+
+* Expand set of allowed protocols to include `sms:`. 
[[#228](https://github.com/flavorjones/loofah/issues/228)] (Thanks, 
[@brendon](https://github.com/brendon)!)
+
+
 ## 2.14.0 / 2022-02-11
 
 ### Features
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/loofah/html5/safelist.rb 
new/lib/loofah/html5/safelist.rb
--- old/lib/loofah/html5/safelist.rb    2022-02-11 20:08:24.000000000 +0100
+++ new/lib/loofah/html5/safelist.rb    2022-04-01 20:17:15.000000000 +0200
@@ -148,6 +148,7 @@
                                   "annotation-xml",
                                   "maction",
                                   "math",
+                                  "menclose",
                                   "merror",
                                   "mfenced",
                                   "mfrac",
@@ -161,6 +162,7 @@
                                   "mprescripts",
                                   "mroot",
                                   "mrow",
+                                  "ms",
                                   "mspace",
                                   "msqrt",
                                   "mstyle",
@@ -313,6 +315,7 @@
                                     "columnspacing",
                                     "columnspan",
                                     "depth",
+                                    "dir",
                                     "display",
                                     "displaystyle",
                                     "encoding",
@@ -323,19 +326,24 @@
                                     "fontweight",
                                     "frame",
                                     "height",
+                                    "href",
                                     "linethickness",
+                                    "lquote",
                                     "lspace",
                                     "mathbackground",
                                     "mathcolor",
+                                    "mathsize",
                                     "mathvariant",
                                     "maxsize",
                                     "minsize",
+                                    "notation",
                                     "open",
                                     "other",
                                     "rowalign",
                                     "rowlines",
                                     "rowspacing",
                                     "rowspan",
+                                    "rquote",
                                     "rspace",
                                     "scriptlevel",
                                     "selection",
@@ -766,6 +774,7 @@
                                        "rsync",
                                        "rtsp",
                                        "sftp",
+                                       "sms",
                                        "ssh",
                                        "tag",
                                        "tel",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/loofah/version.rb new/lib/loofah/version.rb
--- old/lib/loofah/version.rb   2022-02-11 20:08:24.000000000 +0100
+++ new/lib/loofah/version.rb   2022-04-01 20:17:15.000000000 +0200
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 module Loofah
   # The version of Loofah you are using
-  VERSION = "2.14.0"
+  VERSION = "2.16.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-02-11 20:08:24.000000000 +0100
+++ new/metadata        2022-04-01 20:17:15.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: loofah
 version: !ruby/object:Gem::Version
-  version: 2.14.0
+  version: 2.16.0
 platform: ruby
 authors:
 - Mike Dalessio
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2022-02-11 00:00:00.000000000 Z
+date: 2022-04-01 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: crass

Reply via email to