forked from pool/perl-Net-AMQP-RabbitMQ
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
d61054f4c1 | |||
94a2684162 |
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 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b3a91696ef8c50e86ae34032b02f6b76c9e80b2860f78644c93eec1aeed0a4e
|
|
||||||
size 261141
|
|
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
## Build Results
|
|
||||||
|
|
||||||
Current state of perl in openSUSE:Factory is
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The current state of perl in the devel project build (devel:languages:perl)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
@@ -1,18 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Dec 12 16:32:06 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
|
||||||
|
|
||||||
- updated to 2.40014
|
|
||||||
see /usr/share/doc/packages/perl-Net-AMQP-RabbitMQ/Changes
|
|
||||||
|
|
||||||
2.40014 - 2024-11-09
|
|
||||||
- Added `confirm_select()` to put a channel into `confirm.select` mode.
|
|
||||||
- Added `publisher_confirm_wait()` to wait for publisher confirms.
|
|
||||||
|
|
||||||
2.40013 - 2024-10-13
|
|
||||||
- Added a `Containerfile` to test unstable Debian builds in podman.
|
|
||||||
- Fixed gcc-14-related build issues with a number of Linux distributions.
|
|
||||||
- Resolved duplicate library warnings in macOS
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 4 19:16:58 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Thu Jul 4 19:16:58 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Net-AMQP-RabbitMQ
|
%define cpan_name Net-AMQP-RabbitMQ
|
||||||
Name: perl-Net-AMQP-RabbitMQ
|
Name: perl-Net-AMQP-RabbitMQ
|
||||||
Version: 2.40014
|
Version: 2.40012
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: MPL
|
#Upstream: MPL
|
||||||
License: MPL-1.1
|
License: MPL-1.1
|
||||||
@@ -26,7 +26,6 @@ Summary: Interact with RabbitMQ over AMQP using librabbitmq
|
|||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSTEMLE/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSTEMLE/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Math::Int64) >= 0.34
|
BuildRequires: perl(Math::Int64) >= 0.34
|
||||||
@@ -64,7 +63,7 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md
|
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md run-one-test
|
||||||
%license LICENSE LICENSE-MIT LICENSE-MPL-1.1
|
%license LICENSE LICENSE-MIT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user