New release 0.2.4 (fixes annoying log warning spam)

f38
Adam Williamson 6 years ago
parent bcd200bd27
commit 29a2ba9662

1
.gitignore vendored

@ -1,3 +1,4 @@
/Mojo-RabbitMQ-Client-without-amqp0.8-spec-0.2.2.tar.gz /Mojo-RabbitMQ-Client-without-amqp0.8-spec-0.2.2.tar.gz
/Mojo-RabbitMQ-Client-0.2.3.tar.gz /Mojo-RabbitMQ-Client-0.2.3.tar.gz
/Mojo-RabbitMQ-Client-without-amqp0.8-spec-0.2.3.tar.gz /Mojo-RabbitMQ-Client-without-amqp0.8-spec-0.2.3.tar.gz
/Mojo-RabbitMQ-Client-without-amqp0.8-spec-0.2.4.tar.gz

@ -1,6 +1,6 @@
Name: perl-Mojo-RabbitMQ-Client Name: perl-Mojo-RabbitMQ-Client
Version: 0.2.3 Version: 0.2.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: Mojo::IOLoop based RabbitMQ client Summary: Mojo::IOLoop based RabbitMQ client
License: Artistic 2.0 and BSD License: Artistic 2.0 and BSD
@ -8,6 +8,10 @@ URL: https://metacpan.org/release/Mojo-RabbitMQ-Client
# Fedora ships a source tarball that does not contain the share/fixed_amqp0-8.xml file. # Fedora ships a source tarball that does not contain the share/fixed_amqp0-8.xml file.
# This file is non-free since it forbids modification. # This file is non-free since it forbids modification.
# Original source is https://cpan.metacpan.org/authors/id/S/SE/SEBAPOD/Mojo-RabbitMQ-Client-%%{version}.tar.gz # Original source is https://cpan.metacpan.org/authors/id/S/SE/SEBAPOD/Mojo-RabbitMQ-Client-%%{version}.tar.gz
# To recreate modified source, just unpack, delete the file, and repack:
# tar xvf Mojo-RabbitMQ-Client-%%{version}.tar.gz
# rm -f Mojo-RabbitMQ-Client-%%{version}/share/fixed_amqp0-8.xml
# tar cvf Mojo-RabbitMQ-Client-without-amqp0.8-spec-%%{version}.tar.gz Mojo-RabbitMQ-Client-%%{version}/
Source0: Mojo-RabbitMQ-Client-without-amqp0.8-spec-%{version}.tar.gz Source0: Mojo-RabbitMQ-Client-without-amqp0.8-spec-%{version}.tar.gz
# Allow EXTERNAL auth (needed for publishing to fedora-messaging) # Allow EXTERNAL auth (needed for publishing to fedora-messaging)
# https://github.com/inway/mojo-rabbitmq-client/pull/35 # https://github.com/inway/mojo-rabbitmq-client/pull/35
@ -80,6 +84,9 @@ TEST_RMQ='' MOJO_RABBITMQ_DEBUG="" MOJO_CONNECT_TIMEOUT="" ./Build test
%{_mandir}/man3/Mojo* %{_mandir}/man3/Mojo*
%changelog %changelog
* Tue Aug 20 2019 Adam Williamson <awilliam@redhat.com> - 0.2.4-1
- New release 0.2.4 (fixes annoying log warning spam)
* Thu Aug 01 2019 Adam Williamson <awilliam@redhat.com> - 0.2.3-2 * Thu Aug 01 2019 Adam Williamson <awilliam@redhat.com> - 0.2.3-2
- Backport PR #35 to allow EXTERNAL as well as AMQPLAIN auth - Backport PR #35 to allow EXTERNAL as well as AMQPLAIN auth

@ -1 +1 @@
SHA512 (Mojo-RabbitMQ-Client-without-amqp0.8-spec-0.2.3.tar.gz) = 8b26f518bcdedc18a62fea9c646515d61a2be07106c43196e5f7d210be4484bf5c35407a4fd05c7c3a194a433d7135f5134a8b4d551610d7f24322cef1befca2 SHA512 (Mojo-RabbitMQ-Client-without-amqp0.8-spec-0.2.4.tar.gz) = 3250d66a88ee8ea8c9d76f1d11f51349f1d45f3b7c9e400fb638bd0b13919c10e6a76c74ee468da712c420aee1613c17d6a7f848ace1cb199c75f180747b4658

Loading…
Cancel
Save