forked from pool/aws-c-event-stream
Accepting request 1147625 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.4.2 * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#111) - from version 0.4.1 * Fix Variable Len Headers with Empty Value by @waahm7 in (#108) - from version 0.4.0 * Added workflow for handling answerable discussions by @yasminetalby in (#105) * Change port from uint16_t to uint32_t to support VSOCK by @graebm in (#109) OBS-URL: https://build.opensuse.org/request/show/1147625 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-event-stream?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 15:45:39 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.4.2
|
||||
* Fix a bunch of places we forget to aws_raise_error() by @graebm in (#111)
|
||||
- from version 0.4.1
|
||||
* Fix Variable Len Headers with Empty Value by @waahm7 in (#108)
|
||||
- from version 0.4.0
|
||||
* Added workflow for handling answerable discussions by @yasminetalby in (#105)
|
||||
* Change port from uint16_t to uint32_t to support VSOCK by @graebm in (#109)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 12:20:29 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aws-c-event-stream
|
||||
#
|
||||
# Copyright (c) 2023 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
|
||||
@@ -20,7 +20,7 @@
|
||||
%define library_version 1.0.0
|
||||
%define library_soversion 1
|
||||
Name: aws-c-event-stream
|
||||
Version: 0.3.2
|
||||
Version: 0.4.2
|
||||
Release: 0
|
||||
Summary: C99 implementation of the vnd.amazon.eventstream content-type
|
||||
License: Apache-2.0
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3134b35a45e9f9d974c2b78ee44fd2ea0aebc04df80236b80692aa63bee2092e
|
||||
size 71025
|
3
v0.4.2.tar.gz
Normal file
3
v0.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c98b8fa05c2ca10aacfce7327b92a84669c2da95ccb8e7d7b3e3285fcec8beee
|
||||
size 71455
|
Reference in New Issue
Block a user