[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensuse-commit
Subject:    commit perl-Net-Daemon for openSUSE:Factory
From:       root <root () suse ! de>
Date:       2020-09-30 17:55:41
Message-ID: 20200930175541.E83D59B883 () Hilbert ! suse ! de
[Download RAW message or body]

Hello community,

here is the log from the commit of package perl-Net-Daemon for openSUSE:Factory \
checked in at 2020-09-30 19:55:32 \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing \
/work/SRC/openSUSE:Factory/perl-Net-Daemon (Old)  and      \
/work/SRC/openSUSE:Factory/.perl-Net-Daemon.new.4249 (New) \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-Daemon"

Wed Sep 30 19:55:32 2020 rev:23 rq:838759 version:0.49

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-Daemon/perl-Net-Daemon.changes	2011-12-19 \
                16:09:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-Daemon.new.4249/perl-Net-Daemon.changes	2020-09-30 \
19:55:41.232854216 +0200 @@ -1,0 +2,28 @@
+Wed Sep 30 10:51:17 UTC 2020 - Tina Müller <tina.mueller@suse.com>
+
+- Add manual license
+
+-------------------------------------------------------------------
+Sat Sep 26 03:08:17 UTC 2020 - Tina Müller <timueller+perl@suse.de>
+
+- updated to 0.49
+   see /usr/share/doc/packages/perl-Net-Daemon/ChangeLog
+
+  2020-09-22 Todd Rinaldo <toddr@cpan.org> (0.49)
+  	* Perl 5.6 is the minimum required version now.
+  	* RIP Thread.pm it has not been relevant since 5.6
+  	* Now using github CI to monitor the major platforms.
+  	* .gitignore for better management
+  	* Update the MANIFEST
+  	* Perltidy the code base.
+  	* use strict, warnings, no vars, our
+  	* Remove perl 4-ish subroutine calls
+  	* Require Sys::Syslog 0.29 to function properly.
+  	* t/base.t -> Test::More
+  	* Improve skipall messages and detection of ithreads/forks
+  	* Disable t/ithreadm.t for Windows See \
https://github.com/toddr/Net-Daemon/issues/19 +  	* Only load threads if forks hasn't \
already been loaded and threads exist. +  	* Update tracker location to github
+  	* Fix ReadConfigFile implementation traversing @INC
+
+-------------------------------------------------------------------

Old:
----
  Net-Daemon-0.48.tar.gz

New:
----
  Net-Daemon-0.49.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Net-Daemon.spec ++++++
--- /var/tmp/diff_new_pack.nvGrwk/_old	2020-09-30 19:55:41.792854717 +0200
+++ /var/tmp/diff_new_pack.nvGrwk/_new	2020-09-30 19:55:41.796854720 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Daemon
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Net-Daemon
-Version:        0.48
+Version:        0.49
 Release:        0
+#Upstream:  Am Eisteich 9 72555 Metzingen Germany Phone: +49 7123 14887 Email: \
joe@ispsoft.de All rights reserved. You may distribute this package under the terms \
of either the GNU General Public License or the Artistic License, as specified in the \
Perl README file.  %define cpan_name Net-Daemon
 Summary:        Perl extension for portable daemons
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Net-Daemon/
-Source:         http://www.cpan.org/authors/id/M/MN/MNOONING/Net-Daemon-%{version}.tar.gz
 +URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
 +Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Sys::Syslog) >= 0.29
+Requires:       perl(Sys::Syslog) >= 0.29
 %{perl_requires}
 
 %description
@@ -46,23 +50,19 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-# requires syslog in chroot
-# %{__make} test
+make test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc ChangeLog README regexp-threads
+%defattr(-,root,root,755)
+%doc ChangeLog README
 
 %changelog

++++++ Net-Daemon-0.48.tar.gz -> Net-Daemon-0.49.tar.gz ++++++
++++ 4613 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#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: Artistic-1.0 OR GPL-1.0-or-later
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic