forked from pool/perl-Net-AMQP-RabbitMQ
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
d61054f4c1 | |||
94a2684162 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d85dc84fc3527ce8bdb3d5e27acf1d279d39dbf13f19262ec8c6918de6f7c36
|
||||
size 206449
|
3
Net-AMQP-RabbitMQ-2.40012.tar.gz
Normal file
3
Net-AMQP-RabbitMQ-2.40012.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0af797436028bb693dc18a0fd58515d834359e14c7edd8a69fde49c6338b442
|
||||
size 257919
|
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 19:16:58 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 2.40012
|
||||
see /usr/share/doc/packages/perl-Net-AMQP-RabbitMQ/Changes
|
||||
|
||||
2.40012 - 2024-07-03
|
||||
- Updated to remove deprecated ssl_init functionality
|
||||
- Updated all tests to make them skip tests which use RMQ when RMQ isn't available
|
||||
- Lots of formatting changes
|
||||
- Updated documentation to reflect new test-specific env vars
|
||||
- Updated GitHub Actions to use latest RMQ service
|
||||
- Added a test for the purge function.
|
||||
|
||||
2.40011 - 2024-06-22
|
||||
- Updated `ppport.h`
|
||||
- Fixed a problem where the SSL port defaulted to 5672 incorrectly.
|
||||
- Updated tests so they let the `RabbitMQ.xs` defaults to play a role.
|
||||
- We're now friendly to folks who want to use Carton when contributing.
|
||||
- Discontinuing use of Vagrant for licensing reasons
|
||||
- Updating `rabbitmq-c` to `v0.14.0`
|
||||
- Discontinuing use of CloudAMQP hard-coded in tests for vendor security reasons
|
||||
|
||||
2.40010 - 2022-06-11
|
||||
- Fixed SSL tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 25 09:23:41 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Net-AMQP-RabbitMQ
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Net-AMQP-RabbitMQ
|
||||
Name: perl-Net-AMQP-RabbitMQ
|
||||
Version: 2.40010
|
||||
Version: 2.40012
|
||||
Release: 0
|
||||
#Upstream: MPL
|
||||
License: MPL-1.1
|
||||
@@ -46,7 +46,8 @@ you appropriately catch the errors.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
@@ -62,7 +63,7 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md run-one-test
|
||||
%license LICENSE LICENSE-MIT
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user