forked from pool/perl-Net-AMQP-RabbitMQ
Compare commits
11 Commits
aba7c49e89
...
1d6133e268
Author | SHA256 | Date | |
---|---|---|---|
1d6133e268 | |||
d5268c90a4 | |||
e025b10ef1 | |||
e5b0082733 | |||
4e95317556 | |||
c1ad0881d3 | |||
bd55734af0 | |||
986a9ac8e2 | |||
d2980e6704 | |||
9499d4a873 | |||
3c9077f056 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:201e1137383b005f1c128ca4161322ea488febaea1972722b5881931dbcfc8ef
|
||||
size 189055
|
3
Net-AMQP-RabbitMQ-2.40014.tar.gz
Normal file
3
Net-AMQP-RabbitMQ-2.40014.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b3a91696ef8c50e86ae34032b02f6b76c9e80b2860f78644c93eec1aeed0a4e
|
||||
size 261141
|
34
cpanspec.yml
Normal file
34
cpanspec.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
no_testing: needs network
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
preamble: |-
|
||||
BuildRequires: openssl-devel
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
license: MPL-1.1
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
skip_doc: MANIFEST.3
|
||||
#add_doc: files to add to docs
|
||||
#misc: |-
|
||||
#anything else to be added to spec file
|
||||
#follows directly after %files section, so it can contain new blocks or also
|
||||
#changes to %files section
|
@@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 2.40010
|
||||
see /usr/share/doc/packages/perl-Net-AMQP-RabbitMQ/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 24 03:07:06 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.40009
|
||||
see /usr/share/doc/packages/perl-Net-AMQP-RabbitMQ/Changes
|
||||
|
||||
2.40009 - 2021-10-23
|
||||
- Fixed a process where subprocess closed the parent process's connection - fixes #202
|
||||
- Changed over to GitHub Actions from TravisCI
|
||||
- Added support for librabbitmq-c's RPC timeout functionality. - fixes #206
|
||||
- Updated to use the latest rabbitmq-c version.
|
||||
- Merged #201, which allows setting `client_properties` in connect.
|
||||
- Merged #200, which fixes minor document typos - fixes #199
|
||||
- Merged #198, which adds minor documentation clarification - fixes #61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 21 11:38:16 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- updated to 2.40008
|
||||
see /usr/share/doc/packages/perl-Net-AMQP-RabbitMQ/Changes
|
||||
|
||||
2.40008 - 2020-09-30
|
||||
- Merged #195, to update Sectigo CA - fixes #194
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 18:53:53 UTC 2020 - Frank Schreiner <FSchreiner@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Net-AMQP-RabbitMQ
|
||||
#
|
||||
# Copyright (c) 2020 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
|
||||
@@ -16,22 +16,24 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Net-AMQP-RabbitMQ
|
||||
Version: 2.40007
|
||||
Release: 0
|
||||
%define cpan_name Net-AMQP-RabbitMQ
|
||||
Summary: Interact with RabbitMQ over AMQP using librabbitmq
|
||||
Name: perl-Net-AMQP-RabbitMQ
|
||||
Version: 2.40014
|
||||
Release: 0
|
||||
#Upstream: MPL
|
||||
License: MPL-1.1
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: openssl-devel
|
||||
Source1: cpanspec.yml
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Math::Int64) >= 0.34
|
||||
Requires: perl(Math::Int64) >= 0.34
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: openssl-devel
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
'Net::AMQP::RabbitMQ' provides a simple wrapper around the librabbitmq
|
||||
@@ -43,16 +45,17 @@ You should be making good use of 'eval' around these methods to ensure that
|
||||
you appropriately catch the errors.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
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}"
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
# disabled because checks need network connection
|
||||
# while testing which breaks in OBS
|
||||
# make test
|
||||
# MANUAL no testing (needs network)
|
||||
#make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -60,8 +63,7 @@ make %{?_smp_mflags}
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes net-amqp-rabbitmq.sublime-project
|
||||
%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
|
||||
|
Reference in New Issue
Block a user