Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-xml-simple for openSUSE:Factory checked in at 2022-02-02 22:41:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-xml-simple (Old) and /work/SRC/openSUSE:Factory/.rubygem-xml-simple.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-xml-simple" Wed Feb 2 22:41:41 2022 rev:4 rq:950655 version:1.1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-xml-simple/rubygem-xml-simple.changes 2021-01-20 18:29:35.395636971 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-xml-simple.new.1898/rubygem-xml-simple.changes 2022-02-02 22:42:36.843043691 +0100 @@ -1,0 +2,6 @@ +Tue Jan 25 07:43:20 UTC 2022 - Stephan Kulow <[email protected]> + +updated to version 1.1.9 + no changelog found + +------------------------------------------------------------------- Old: ---- xml-simple-1.1.8.gem New: ---- xml-simple-1.1.9.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-xml-simple.spec ++++++ --- /var/tmp/diff_new_pack.AyERaF/_old 2022-02-02 22:42:37.435039678 +0100 +++ /var/tmp/diff_new_pack.AyERaF/_new 2022-02-02 22:42:37.439039651 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-xml-simple # -# 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-xml-simple -Version: 1.1.8 +Version: 1.1.9 Release: 0 %define mod_name xml-simple %define mod_full_name %{mod_name}-%{version} ++++++ xml-simple-1.1.8.gem -> xml-simple-1.1.9.gem ++++++ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/xmlsimple.rb new/lib/xmlsimple.rb --- old/lib/xmlsimple.rb 2020-12-29 16:21:28.000000000 +0100 +++ new/lib/xmlsimple.rb 2021-09-06 17:24:07.000000000 +0200 @@ -1,7 +1,7 @@ # = XmlSimple # # Author:: Maik Schmidt <[email protected]> -# Copyright:: Copyright (c) 2003-2020 Maik Schmidt +# Copyright:: Copyright (c) 2003-2021 Maik Schmidt # License:: Distributes under the same terms as Ruby. # require 'rexml/document' @@ -11,7 +11,7 @@ class XmlSimple include REXML - @@VERSION = '1.1.8' + @@VERSION = '1.1.9' # A simple cache for XML documents that were already transformed # by xml_in. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2020-12-29 16:21:28.000000000 +0100 +++ new/metadata 2021-09-06 17:24:07.000000000 +0200 @@ -1,15 +1,29 @@ --- !ruby/object:Gem::Specification name: xml-simple version: !ruby/object:Gem::Version - version: 1.1.8 + version: 1.1.9 platform: ruby authors: - Maik Schmidt autorequire: bindir: bin cert_chain: [] -date: 2020-12-22 00:00:00.000000000 Z -dependencies: [] +date: 2021-01-18 00:00:00.000000000 Z +dependencies: +- !ruby/object:Gem::Dependency + name: rexml + requirement: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: '0' + type: :runtime + prerelease: false + version_requirements: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: '0' description: email: [email protected] executables: []
