Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2019-01-21 10:54:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sass (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sass.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sass"

Mon Jan 21 10:54:43 2019 rev:50 rq:666110 version:3.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes        
2018-12-04 20:57:14.868658550 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new.28833/rubygem-sass.changes     
2019-01-21 10:55:01.887679689 +0100
@@ -1,0 +2,6 @@
+Mon Jan 14 13:57:10 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to version 3.7.3
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  sass-3.7.2.gem

New:
----
  sass-3.7.3.gem

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

Other differences:
------------------
++++++ rubygem-sass.spec ++++++
--- /var/tmp/diff_new_pack.7n8Xtv/_old  2019-01-21 10:55:04.035677103 +0100
+++ /var/tmp/diff_new_pack.7n8Xtv/_new  2019-01-21 10:55:04.035677103 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sass
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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-sass
-Version:        3.7.2
+Version:        3.7.3
 Release:        0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}

++++++ sass-3.7.2.gem -> sass-3.7.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2018-11-08 23:42:58.000000000 +0100
+++ new/VERSION 2019-01-04 20:29:42.000000000 +0100
@@ -1 +1 @@
-3.7.2
+3.7.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION_DATE new/VERSION_DATE
--- old/VERSION_DATE    2018-11-08 23:42:58.000000000 +0100
+++ new/VERSION_DATE    2019-01-04 20:29:42.000000000 +0100
@@ -1 +1 @@
-08 November 2018 22:42:57 UTC
+04 January 2019 19:29:42 UTC
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sass/script/functions.rb 
new/lib/sass/script/functions.rb
--- old/lib/sass/script/functions.rb    2018-11-08 23:42:58.000000000 +0100
+++ new/lib/sass/script/functions.rb    2019-01-04 20:29:42.000000000 +0100
@@ -2908,9 +2908,9 @@
 
     def percentage_or_unitless(number, max, name)
       if number.unitless?
-        value = number.value
+        number.value
       elsif number.is_unit?("%")
-        value = max * number.value / 100.0;
+        max * number.value / 100.0;
       else
         raise ArgumentError.new(
           "$#{name}: Expected #{number} to have no units or \"%\"");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sass/util.rb new/lib/sass/util.rb
--- old/lib/sass/util.rb        2018-11-08 23:42:58.000000000 +0100
+++ new/lib/sass/util.rb        2019-01-04 20:29:42.000000000 +0100
@@ -269,7 +269,7 @@
         at_start = start && $1
         char = escaped_char(s)
         next char if char =~ (at_start ? Sass::SCSS::RX::NMSTART : 
Sass::SCSS::RX::NMCHAR)
-        if char =~ (at_start ? /[\x0-\x8\xA-\x1F\x7F0-9]/ : 
/[\x0-\x8\xA-\x1F\x7F]/)
+        if char =~ (at_start ? /[\x0-\x1F\x7F0-9]/ : /[\x0-\x1F\x7F]/)
           "\\#{char.ord.to_s(16)} "
         else
           "\\#{char}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-11-08 23:42:58.000000000 +0100
+++ new/metadata        2019-01-04 20:29:42.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: sass
 version: !ruby/object:Gem::Version
-  version: 3.7.2
+  version: 3.7.3
 platform: ruby
 authors:
 - Natalie Weizenbaum
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-11-08 00:00:00.000000000 Z
+date: 2019-01-04 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: sass-listen
@@ -276,7 +276,7 @@
       version: '0'
 requirements: []
 rubyforge_project: sass
-rubygems_version: 2.6.14
+rubygems_version: 2.7.7
 signing_key: 
 specification_version: 4
 summary: A powerful but elegant CSS compiler that makes CSS fun again.


Reply via email to