v0.9.0
This commit is contained in:
parent
0b066e35f7
commit
2b49fbb97b
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ clog
|
|||||||
/rabbitmq-c-0.7.0-4dde30c.tar.gz
|
/rabbitmq-c-0.7.0-4dde30c.tar.gz
|
||||||
/rabbitmq-c-0.7.1-a536516.tar.gz
|
/rabbitmq-c-0.7.1-a536516.tar.gz
|
||||||
/rabbitmq-c-0.8.0-caad0ef.tar.gz
|
/rabbitmq-c-0.8.0-caad0ef.tar.gz
|
||||||
|
/rabbitmq-c-0.9.0-77e3805.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
|
|
||||||
%global gh_commit caad0ef1533783729c7644a226c989c79b4c497b
|
%global gh_commit 77e3805d1662034339c3c19bcdaaa62a56c1fa7e
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner alanxz
|
%global gh_owner alanxz
|
||||||
%global gh_project rabbitmq-c
|
%global gh_project rabbitmq-c
|
||||||
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
Name: %{libname}
|
Name: %{libname}
|
||||||
Summary: Client library for AMQP
|
Summary: Client library for AMQP
|
||||||
Version: 0.8.0
|
Version: 0.9.0
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/alanxz/rabbitmq-c
|
URL: https://github.com/alanxz/rabbitmq-c
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ BuildRequires: gcc
|
|||||||
BuildRequires: cmake > 2.8
|
BuildRequires: cmake > 2.8
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
# For tools
|
# For tools
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel > 1.14
|
||||||
# For man page
|
# For man page
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
|
|
||||||
@ -67,6 +67,9 @@ amqp-publish Publish a message on an AMQP server
|
|||||||
# Copy sources to be included in -devel docs.
|
# Copy sources to be included in -devel docs.
|
||||||
cp -pr examples Examples
|
cp -pr examples Examples
|
||||||
|
|
||||||
|
# This test requires a running server
|
||||||
|
sed -e '/test_basic/d' -i tests/CMakeLists.txt
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# static lib required for tests
|
# static lib required for tests
|
||||||
@ -110,6 +113,9 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 15 2018 Remi Collet <remi@remirepo.net> - 0.9.0-1
|
||||||
|
- update to 0.9.0
|
||||||
|
|
||||||
* Tue Feb 20 2018 Remi Collet <remi@remirepo.net> - 0.8.0-7
|
* Tue Feb 20 2018 Remi Collet <remi@remirepo.net> - 0.8.0-7
|
||||||
- missing BR on C compiler
|
- missing BR on C compiler
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user