This commit is contained in:
Remi Collet 2016-04-12 15:05:05 +02:00
parent ff1e621f5f
commit 4945d426d6
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ clog
/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 /rabbitmq-c-0.7.1-a536516.tar.gz
/rabbitmq-c-0.8.0-caad0ef.tar.gz

View File

@ -7,7 +7,7 @@
# Please, preserve the changelog entries # 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_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.7.1 Version: 0.8.0
Release: 2%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: https://github.com/alanxz/rabbitmq-c URL: https://github.com/alanxz/rabbitmq-c
@ -118,6 +118,9 @@ make test
%changelog %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 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
e87ba4478ce782e9c70653318c90c1c2 rabbitmq-c-0.7.1-a536516.tar.gz 014194b1e88074896671cda8dbdb856f rabbitmq-c-0.8.0-caad0ef.tar.gz