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 2021-07-02 13:27:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-loofah (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-loofah.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-loofah"

Fri Jul  2 13:27:41 2021 rev:18 rq:903514 version:2.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-loofah/rubygem-loofah.changes    
2021-04-21 21:00:32.946309993 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-loofah.new.2625/rubygem-loofah.changes  
2021-07-02 13:28:39.432206542 +0200
@@ -1,0 +2,14 @@
+Thu Jun 24 17:35:09 UTC 2021 - Stephan Kulow <co...@suse.com>
+
+updated to version 2.10.0
+ see installed CHANGELOG.md
+
+  ## 2.10.0 / 2021-06-06
+  
+  ### Features
+  
+  * Allow CSS properties `overflow-x` and `overflow-y`. 
[[#206](https://github.com/flavorjones/loofah/issues/206)] (Thanks, 
[@sampokuokkanen](https://github.com/sampokuokkanen)!)
+  
+  
+
+-------------------------------------------------------------------

Old:
----
  loofah-2.9.1.gem

New:
----
  loofah-2.10.0.gem

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

Other differences:
------------------
++++++ rubygem-loofah.spec ++++++
--- /var/tmp/diff_new_pack.Ttu7Wp/_old  2021-07-02 13:28:39.788203780 +0200
+++ /var/tmp/diff_new_pack.Ttu7Wp/_new  2021-07-02 13:28:39.788203780 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-loofah
-Version:        2.9.1
+Version:        2.10.0
 Release:        0
 %define mod_name loofah
 %define mod_full_name %{mod_name}-%{version}
@@ -45,6 +45,7 @@
 
 Loofah excels at HTML sanitization (XSS prevention). It includes some nice 
HTML sanitizers,
 which are based on HTML5lib's whitelist, so it most likely won't make your 
codes less secure.
+
 %prep
 
 %build

++++++ loofah-2.9.1.gem -> loofah-2.10.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2021-04-07 17:17:52.000000000 +0200
+++ new/CHANGELOG.md    2021-06-06 19:00:32.000000000 +0200
@@ -1,5 +1,12 @@
 # Changelog
 
+## 2.10.0 / 2021-06-06
+
+### Features
+
+* Allow CSS properties `overflow-x` and `overflow-y`. 
[[#206](https://github.com/flavorjones/loofah/issues/206)] (Thanks, 
[@sampokuokkanen](https://github.com/sampokuokkanen)!)
+
+
 ## 2.9.1 / 2021-04-07
 
 ### Bug fixes
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    2021-04-07 17:17:52.000000000 +0200
+++ new/lib/loofah/html5/safelist.rb    2021-06-06 19:00:32.000000000 +0200
@@ -588,6 +588,8 @@
                                             "max-width",
                                             "order",
                                             "overflow",
+                                            "overflow-x",
+                                            "overflow-y",
                                             "page-break-after",
                                             "page-break-before",
                                             "page-break-inside",
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   2021-04-07 17:17:52.000000000 +0200
+++ new/lib/loofah/version.rb   2021-06-06 19:00:32.000000000 +0200
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 module Loofah
   # The version of Loofah you are using
-  VERSION = "2.9.1"
+  VERSION = "2.10.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2021-04-07 17:17:52.000000000 +0200
+++ new/metadata        2021-06-06 19:00:32.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: loofah
 version: !ruby/object:Gem::Version
-  version: 2.9.1
+  version: 2.10.0
 platform: ruby
 authors:
 - Mike Dalessio
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2021-04-07 00:00:00.000000000 Z
+date: 2021-06-06 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: nokogiri
@@ -213,7 +213,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.1.4
+rubygems_version: 3.2.15
 signing_key: 
 specification_version: 4
 summary: Loofah is a general library for manipulating and transforming 
HTML/XML documents

Reply via email to