8
0

Compare commits

5 Commits

Author SHA256 Message Date
a1c8cebe7d Add Gitea build results 2025-08-12 18:15:56 +02:00
1d6133e268 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
d5268c90a4 Accepting request 1235347 from devel:languages:perl:autoupdate
- 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/1235347
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
e025b10ef1 Accepting request 1186438 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1186438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-AMQP-RabbitMQ?expand=0&rev=6
2024-07-09 18:06:33 +00:00
e5b0082733 Accepting request 1185770 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1185770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-AMQP-RabbitMQ?expand=0&rev=11
2024-07-09 15:27:09 +00:00
5 changed files with 63 additions and 8 deletions

View File

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

View File

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Net-AMQP-RabbitMQ/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Net-AMQP-RabbitMQ)

View File

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

View File

@@ -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.40014
Release: 0
#Upstream: MPL
License: MPL-1.1
@@ -26,6 +26,7 @@ Summary: Interact with RabbitMQ over AMQP using librabbitmq
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSTEMLE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Math::Int64) >= 0.34
@@ -46,7 +47,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 +64,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
%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