commit perl-Net-AMQP-RabbitMQ for openSUSE:Factory

2020-10-22 Thread root
Hello community,

here is the log from the commit of package perl-Net-AMQP-RabbitMQ for 
openSUSE:Factory checked in at 2020-10-22 14:26:16

Comparing /work/SRC/openSUSE:Factory/perl-Net-AMQP-RabbitMQ (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-AMQP-RabbitMQ.new.3463 (New)


Package is "perl-Net-AMQP-RabbitMQ"

Thu Oct 22 14:26:16 2020 rev:3 rq:843369 version:2.40008

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Net-AMQP-RabbitMQ/perl-Net-AMQP-RabbitMQ.changes
2020-10-02 17:36:06.798696041 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-AMQP-RabbitMQ.new.3463/perl-Net-AMQP-RabbitMQ.changes
  2020-10-22 14:26:58.631003165 +0200
@@ -1,0 +2,9 @@
+Wed Oct 21 11:38:16 UTC 2020 - Dirk Stoecker 
+
+- 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
+
+---

Old:

  Net-AMQP-RabbitMQ-2.40007.tar.gz

New:

  Net-AMQP-RabbitMQ-2.40008.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Net-AMQP-RabbitMQ.spec ++
--- /var/tmp/diff_new_pack.wkvzvH/_old  2020-10-22 14:26:59.155003636 +0200
+++ /var/tmp/diff_new_pack.wkvzvH/_new  2020-10-22 14:26:59.159003639 +0200
@@ -17,21 +17,25 @@
 
 
 Name:   perl-Net-AMQP-RabbitMQ
-Version:2.40007
+Version:2.40008
 Release:0
+#Upstream: MPL
 %define cpan_name Net-AMQP-RabbitMQ
 Summary:Interact with RabbitMQ over AMQP using librabbitmq
 License:MPL-1.1
 Group:  Development/Libraries/Perl
 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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  openssl-devel
 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
@@ -50,9 +54,8 @@
 make %{?_smp_mflags}
 
 %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
@@ -61,7 +64,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes net-amqp-rabbitmq.sublime-project
+%doc Changes CONTRIBUTING.md README.md
 %license LICENSE LICENSE-MIT
 
 %changelog

++ Net-AMQP-RabbitMQ-2.40007.tar.gz -> Net-AMQP-RabbitMQ-2.40008.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-AMQP-RabbitMQ-2.40007/CONTRIBUTING.md 
new/Net-AMQP-RabbitMQ-2.40008/CONTRIBUTING.md
--- old/Net-AMQP-RabbitMQ-2.40007/CONTRIBUTING.md   1970-01-01 
01:00:00.0 +0100
+++ new/Net-AMQP-RabbitMQ-2.40008/CONTRIBUTING.md   2020-10-01 
02:37:00.0 +0200
@@ -0,0 +1,29 @@
+# Contributing
+
+Your contributions are absolutely welcome!
+
+## In order to contribute, please:
+
+0. If you'd like to fix a problem you found, please make sure that an issue 
exists for it first.
+1. Fork the repository on github 
(https://github.com/net-amqp-rabbitmq/net-amqp-rabbitmq)
+2. Make your changes
+3. Submit a PR to `master`.
+4. Make sure your PR mentions the issue you're resolving so that we can close 
issues.
+
+## When you're contributing, please observe our code quality standards 
(they're pretty light).
+
+1. Do your best not to drop code coverage. There are a lot of folks who use 
the module, and we want to make sure everyone has a great experience.
+2. Please run `make test` prior to submitting any PRs. If your tests don't 
pass, we can't merge your branch.
+3. Please try to stick to the formatting in the file you are modifying as 
closely as possible.
+4. Please also prove the `xt` directory, too, when you can.
+5. Don't forget that we have a number of users, so check Travis-CI if you 
don't have access to multiple OS' for testing.
+
+## Other requests
+
+1. If you're looking for something to do, please consider adding test coverage 
or finding an issue to resolve.
+2. Consider looking at the C library we use, found here: 
https://github.com/alanxz/rabbitmq-c
+3. If you are new to C, please be careful and ask questions.
+4. Please do not submit PRs which include massive formatting changes. Those 
are no fun to code review.
+
+Thank you for contributing!
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-AMQP-RabbitMQ-2.40007/Changes 
new/Net-AMQP-RabbitMQ-2.40008/Changes

commit perl-Net-AMQP-RabbitMQ for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package perl-Net-AMQP-RabbitMQ for 
openSUSE:Factory checked in at 2020-10-02 17:35:57

Comparing /work/SRC/openSUSE:Factory/perl-Net-AMQP-RabbitMQ (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-AMQP-RabbitMQ.new.4249 (New)


Package is "perl-Net-AMQP-RabbitMQ"

Fri Oct  2 17:35:57 2020 rev:2 rq:838873 version:2.40007

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Net-AMQP-RabbitMQ/perl-Net-AMQP-RabbitMQ.changes
2020-09-30 19:53:00.536710556 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-AMQP-RabbitMQ.new.4249/perl-Net-AMQP-RabbitMQ.changes
  2020-10-02 17:36:06.798696041 +0200
@@ -1,0 +2,5 @@
+Wed Sep 30 18:53:53 UTC 2020 - Frank Schreiner 
+
+- updated license to MPL-1.1 
+
+---



Other differences:
--
++ perl-Net-AMQP-RabbitMQ.spec ++
--- /var/tmp/diff_new_pack.SNn9yM/_old  2020-10-02 17:36:09.154697446 +0200
+++ /var/tmp/diff_new_pack.SNn9yM/_new  2020-10-02 17:36:09.154697446 +0200
@@ -21,7 +21,7 @@
 Release:0
 %define cpan_name Net-AMQP-RabbitMQ
 Summary:Interact with RabbitMQ over AMQP using librabbitmq
-License:MIT
+License:MPL-1.1
 Group:  Development/Libraries/Perl
 URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/M/MS/MSTEMLE/%{cpan_name}-%{version}.tar.gz