From f4a2781d9ef45f68c6c29ff127e1a440c4a2087afe27ac2915bb66bfc0ce2018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Fri, 21 Jun 2024 11:37:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96:=20Automatic=20update=20to=201.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-http-cookie?expand=0&rev=12 --- http-cookie-1.0.5.gem | 3 --- http-cookie-1.0.6.gem | 3 +++ rubygem-http-cookie.changes | 5 +++++ rubygem-http-cookie.spec | 6 ++---- 4 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 http-cookie-1.0.5.gem create mode 100644 http-cookie-1.0.6.gem diff --git a/http-cookie-1.0.5.gem b/http-cookie-1.0.5.gem deleted file mode 100644 index 15f55ad..0000000 --- a/http-cookie-1.0.5.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73756d46c7dbdc7023deecdb8a171348ea95a1b99810b31cfe8b4fb4e9a6318f -size 39424 diff --git a/http-cookie-1.0.6.gem b/http-cookie-1.0.6.gem new file mode 100644 index 0000000..520f67d --- /dev/null +++ b/http-cookie-1.0.6.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7713d3196f21ff5ab0944011d7d4e619b62ec082374a52de2193ccfe78924044 +size 40448 diff --git a/rubygem-http-cookie.changes b/rubygem-http-cookie.changes index e45a07c..7f05cd0 100644 --- a/rubygem-http-cookie.changes +++ b/rubygem-http-cookie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 21 10:02:35 UTC 2024 - Dan Čermák + +- New upstream release 1.0.6, see bundled CHANGELOG.md + ------------------------------------------------------------------- Thu Aug 4 13:14:52 UTC 2022 - Stephan Kulow diff --git a/rubygem-http-cookie.spec b/rubygem-http-cookie.spec index 9fff1f1..14407bd 100644 --- a/rubygem-http-cookie.spec +++ b/rubygem-http-cookie.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-http-cookie # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,11 +24,10 @@ # Name: rubygem-http-cookie -Version: 1.0.5 +Version: 1.0.6 Release: 0 %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 @@ -37,7 +36,6 @@ 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