This commit is contained in:
Remi Collet 2015-10-13 13:46:55 +02:00
parent 931dd4c5b3
commit 875cacece0
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ clog
/rabbitmq-c-0.5.2.tar.gz /rabbitmq-c-0.5.2.tar.gz
/rabbitmq-c-0.6.0.tar.gz /rabbitmq-c-0.6.0.tar.gz
/rabbitmq-c-0.7.0-4dde30c.tar.gz /rabbitmq-c-0.7.0-4dde30c.tar.gz
/rabbitmq-c-0.7.1-a536516.tar.gz

View File

@ -7,7 +7,7 @@
# Please, preserve the changelog entries # Please, preserve the changelog entries
# #
%global gh_commit 4dde30ce8d984edda540349f57eb7995a87ba9de %global gh_commit a5365166f57919aaca7265607aabd7159fe8a68a
%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,7 +16,7 @@
Name: %{libname} Name: %{libname}
Summary: Client library for AMQP Summary: Client library for AMQP
Version: 0.7.0 Version: 0.7.1
Release: 1%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
@ -118,6 +118,9 @@ make test
%changelog %changelog
* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 0.7.1-1
- update to 0.7.1
* Fri Jul 3 2015 Remi Collet <remi@fedoraproject.org> - 0.7.0-1 * Fri Jul 3 2015 Remi Collet <remi@fedoraproject.org> - 0.7.0-1
- update to 0.7.0 - update to 0.7.0
- swicth to cmake - swicth to cmake

View File

@ -1 +1 @@
ebb34c7f395490c4a24808c5410556f6 rabbitmq-c-0.7.0-4dde30c.tar.gz e87ba4478ce782e9c70653318c90c1c2 rabbitmq-c-0.7.1-a536516.tar.gz