From 27b7656c7c1cc73209bdd6bf7809613a2103e1981fd49fb8ac6ba8f561e96f3f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 2 Feb 2022 06:00:40 +0000 Subject: [PATCH] Accepting request 948715 from home:coolo:branches:devel:languages:ruby:extensions update OBS-URL: https://build.opensuse.org/request/show/948715 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-fog-xml?expand=0&rev=5 --- fog-xml-0.1.3.gem | 3 --- fog-xml-0.1.4.gem | 3 +++ rubygem-fog-xml.changes | 6 ++++++ rubygem-fog-xml.spec | 12 ++++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 fog-xml-0.1.3.gem create mode 100644 fog-xml-0.1.4.gem diff --git a/fog-xml-0.1.3.gem b/fog-xml-0.1.3.gem deleted file mode 100644 index 9a30c15..0000000 --- a/fog-xml-0.1.3.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5604c42649ebb0d8a31bd973aa000c2dd0127f1c1c4c174b69266a2e78e37410 -size 10752 diff --git a/fog-xml-0.1.4.gem b/fog-xml-0.1.4.gem new file mode 100644 index 0000000..59bf49e --- /dev/null +++ b/fog-xml-0.1.4.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c454aaf1e2bd2c359e42aa9386c51820aadcc862fa9e86f61ff7248858deef +size 11264 diff --git a/rubygem-fog-xml.changes b/rubygem-fog-xml.changes index d2a85c9..eca7db9 100644 --- a/rubygem-fog-xml.changes +++ b/rubygem-fog-xml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 25 06:56:25 UTC 2022 - Stephan Kulow + +updated to version 0.1.4 + no changelog found + ------------------------------------------------------------------- Fri Mar 31 04:31:44 UTC 2017 - coolo@suse.com diff --git a/rubygem-fog-xml.spec b/rubygem-fog-xml.spec index ba4d438..a2cd2f2 100644 --- a/rubygem-fog-xml.spec +++ b/rubygem-fog-xml.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-fog-xml # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,16 +24,16 @@ # Name: rubygem-fog-xml -Version: 0.1.3 +Version: 0.1.4 Release: 0 %define mod_name fog-xml %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: %{ruby >= 2.0.0} BuildRequires: %{rubygem gem2rpm} -BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 -Url: https://github.com/fog/fog-xml -Source: http://rubygems.org/gems/%{mod_full_name}.gem +URL: https://github.com/fog/fog-xml +Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: XML parsing for fog providers License: MIT