diff --git a/http-cookie-1.0.4.gem b/http-cookie-1.0.4.gem deleted file mode 100644 index 95fbfae..0000000 --- a/http-cookie-1.0.4.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a64e1b9e3ed823b559b2030e0b62ad850d0d11325a0589145ebf93d80267a4 -size 39424 diff --git a/http-cookie-1.0.5.gem b/http-cookie-1.0.5.gem new file mode 100644 index 0000000..15f55ad --- /dev/null +++ b/http-cookie-1.0.5.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73756d46c7dbdc7023deecdb8a171348ea95a1b99810b31cfe8b4fb4e9a6318f +size 39424 diff --git a/rubygem-http-cookie.changes b/rubygem-http-cookie.changes index 1e6acfc..e45a07c 100644 --- a/rubygem-http-cookie.changes +++ b/rubygem-http-cookie.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 4 13:14:52 UTC 2022 - Stephan Kulow + +updated to version 1.0.5 + see installed CHANGELOG.md + + ------------------------------------------------------------------- Wed Aug 25 12:41:06 UTC 2021 - Dan Čermák diff --git a/rubygem-http-cookie.spec b/rubygem-http-cookie.spec index 5606e44..9fff1f1 100644 --- a/rubygem-http-cookie.spec +++ b/rubygem-http-cookie.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-http-cookie # -# 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 @@ -16,26 +16,28 @@ # -%define mod_name http-cookie -%define mod_full_name %{mod_name}-%{version} # # This file was generated with a gem2rpm.yml and not just plain gem2rpm. # All sections marked as MANUAL, license headers, summaries and descriptions # can be maintained in that file. Please consult this file before editing any # of those fields # + Name: rubygem-http-cookie -Version: 1.0.4 +Version: 1.0.5 Release: 0 -Summary: A Ruby library to handle HTTP Cookies based on RFC 6265 -License: MIT -Group: Development/Languages/Ruby -URL: https://github.com/sparklemotion/http-cookie -Source: https://rubygems.org/gems/%{mod_full_name}.gem -Source1: gem2rpm.yml +%define mod_name http-cookie +%define mod_full_name %{mod_name}-%{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{rubygem gem2rpm} BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 +URL: https://github.com/sparklemotion/http-cookie +Source: https://rubygems.org/gems/%{mod_full_name}.gem +Source1: gem2rpm.yml +Summary: A Ruby library to handle HTTP Cookies based on RFC 6265 +License: MIT +Group: Development/Languages/Ruby %description HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It @@ -57,7 +59,6 @@ and its modular API makes it easy to add support for a new backend store. find %{buildroot}/%{_libdir}/ruby/gems/ \( -name '.travis.yml' -o -name '.gitignore' \) | xargs rm # /MANUAL - %gem_packages %changelog