Accepting request 992947 from home:coolo:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/992947
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-http-cookie?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2022-08-05 09:22:46 +00:00 committed by Git OBS Bridge
parent 2a09beaa9d
commit 3334844bd0
4 changed files with 22 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89a64e1b9e3ed823b559b2030e0b62ad850d0d11325a0589145ebf93d80267a4
size 39424

3
http-cookie-1.0.5.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73756d46c7dbdc7023deecdb8a171348ea95a1b99810b31cfe8b4fb4e9a6318f
size 39424

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 4 13:14:52 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.0.5
see installed CHANGELOG.md
-------------------------------------------------------------------
Wed Aug 25 12:41:06 UTC 2021 - Dan Čermák <dcermak@suse.com>

View File

@ -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