12
0

2 Commits

Author SHA256 Message Date
72049e6af7 Accepting request 1238479 from devel:languages:perl
- 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

OBS-URL: https://build.opensuse.org/request/show/1238479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-AMQP-RabbitMQ?expand=0&rev=7
2025-01-17 17:43:38 +00:00
475bc2bc93 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-AMQP-RabbitMQ?expand=0&rev=13
2025-01-09 16:27:30 +00:00
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0af797436028bb693dc18a0fd58515d834359e14c7edd8a69fde49c6338b442
size 257919

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b3a91696ef8c50e86ae34032b02f6b76c9e80b2860f78644c93eec1aeed0a4e
size 261141

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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>

View File

@@ -18,7 +18,7 @@
%define cpan_name Net-AMQP-RabbitMQ
Name: perl-Net-AMQP-RabbitMQ
Version: 2.40012
Version: 2.40014
Release: 0
#Upstream: MPL
License: MPL-1.1
@@ -63,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 run-one-test
%license LICENSE LICENSE-MIT
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md
%license LICENSE LICENSE-MIT LICENSE-MPL-1.1
%changelog