8
0

Accepting request 851122 from home:glaubitz:branches:devel:libraries:c_c++

- Update to 0.2.5
  + Fixed gcc newline warning
    * Added newline (#53)
- from version 0.2.4
  + Fixed shared lib build configuration
    * Fixed shared-lib builds (#51)
- from version 0.2.3
  + Fixed shared lib test configuration
    * Added test helper to ensure symbol is exported (#50)
- from version 0.2.2
  + Tagged network tests as net tests
    * Marked RPC tests as net tests (#49)
- from version 0.2.1
  + Event-stream rpc server and client. Event-stream channel
    handler. Added aws-c-io dependency and logging.
    * Event stream rpc full stack (#48)
    * event-stream-rpc implementation and tests.
      Added aws-c-io dependency.
- Add libaws-c-io-devel to BuildRequires
- Add libs2n-devel to BuildRequires

OBS-URL: https://build.opensuse.org/request/show/851122
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-event-stream?expand=0&rev=10
This commit is contained in:
2020-11-26 17:38:23 +00:00
committed by Git OBS Bridge
parent 32109f91b1
commit bc471c3dce
4 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Nov 26 16:12:56 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.2.5
+ Fixed gcc newline warning
* Added newline (#53)
- from version 0.2.4
+ Fixed shared lib build configuration
* Fixed shared-lib builds (#51)
- from version 0.2.3
+ Fixed shared lib test configuration
* Added test helper to ensure symbol is exported (#50)
- from version 0.2.2
+ Tagged network tests as net tests
* Marked RPC tests as net tests (#49)
- from version 0.2.1
+ Event-stream rpc server and client. Event-stream channel
handler. Added aws-c-io dependency and logging.
* Event stream rpc full stack (#48)
* event-stream-rpc implementation and tests.
Added aws-c-io dependency.
- Add libaws-c-io-devel to BuildRequires
- Add libs2n-devel to BuildRequires
-------------------------------------------------------------------
Tue Aug 25 11:17:51 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -19,7 +19,7 @@
%define library_version 1.0.0
%define library_soversion 0unstable
Name: aws-c-event-stream
Version: 0.1.6
Version: 0.2.5
Release: 0
Summary: C99 implementation of the vnd.amazon.eventstream content-type
License: Apache-2.0
@@ -30,7 +30,9 @@ Patch0: aces_fix-cmake-modules-path.patch
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: libaws-c-common-devel
BuildRequires: libaws-c-io-devel
BuildRequires: libaws-checksums-devel
BuildRequires: libs2n-devel
BuildRequires: ninja
%description

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d4e2f1df43a1198ed4d95870ac10eb9fba517ab0aac988e6f940aaa61052a9a
size 26952

3
v0.2.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:051eac92b8d5955e2c83dcd42de94faa47854f8590ee884027ac0c9ba4c1bcbc
size 61949