v0.8.0
This commit is contained in:
parent
ff1e621f5f
commit
4945d426d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ clog
|
||||
/rabbitmq-c-0.6.0.tar.gz
|
||||
/rabbitmq-c-0.7.0-4dde30c.tar.gz
|
||||
/rabbitmq-c-0.7.1-a536516.tar.gz
|
||||
/rabbitmq-c-0.8.0-caad0ef.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%global gh_commit a5365166f57919aaca7265607aabd7159fe8a68a
|
||||
%global gh_commit caad0ef1533783729c7644a226c989c79b4c497b
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner alanxz
|
||||
%global gh_project rabbitmq-c
|
||||
@ -16,8 +16,8 @@
|
||||
|
||||
Name: %{libname}
|
||||
Summary: Client library for AMQP
|
||||
Version: 0.7.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: https://github.com/alanxz/rabbitmq-c
|
||||
@ -118,6 +118,9 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 12 2016 Remi Collet <remi@fedoraproject.org> - 0.8.0-1
|
||||
- update to 0.8.0
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user