Hello community,
here is the log from the commit of package perl-MooseX-Daemonize for
openSUSE:Factory checked in at 2015-08-27 08:56:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Daemonize (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Daemonize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Daemonize"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Daemonize/perl-MooseX-Daemonize.changes
2014-03-19 09:05:34.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Daemonize.new/perl-MooseX-Daemonize.changes
2015-08-27 08:56:26.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Aug 23 09:04:14 UTC 2015 - [email protected]
+
+- updated to 0.20
+ see /usr/share/doc/packages/perl-MooseX-Daemonize/Changes
+
+ 0.20 2015-08-16 03:27:34Z
+ - some tooling modernization and documentation cleanup.
+
+-------------------------------------------------------------------
Old:
----
MooseX-Daemonize-0.19.tar.gz
New:
----
MooseX-Daemonize-0.20.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Daemonize.spec ++++++
--- /var/tmp/diff_new_pack.vANrRe/_old 2015-08-27 08:56:26.000000000 +0200
+++ /var/tmp/diff_new_pack.vANrRe/_new 2015-08-27 08:56:26.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Daemonize
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
Name: perl-MooseX-Daemonize
-Version: 0.19
+Version: 0.20
Release: 0
%define cpan_name MooseX-Daemonize
Summary: Role for daemonizing your Moose based application
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Daemonize/
-Source:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -32,7 +33,7 @@
BuildRequires: perl(Devel::AssertOS)
BuildRequires: perl(Devel::CheckOS) >= 1.63
BuildRequires: perl(File::Path) >= 2.08
-BuildRequires: perl(Module::Build::Tiny) >= 0.034
+BuildRequires: perl(Module::Build::Tiny) >= 0.007
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util::TypeConstraints)
@@ -40,11 +41,10 @@
BuildRequires: perl(MooseX::Getopt::OptionTypeMap)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(Sub::Exporter)
-BuildRequires: perl(Sub::Exporter::ForMethods)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
+BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(namespace::autoclean)
-BuildRequires: perl(version)
Requires: perl(File::Path) >= 2.08
Requires: perl(Moose)
Requires: perl(Moose::Role)
@@ -53,7 +53,6 @@
Requires: perl(MooseX::Getopt::OptionTypeMap)
Requires: perl(MooseX::Types::Path::Class)
Requires: perl(Sub::Exporter)
-Requires: perl(Sub::Exporter::ForMethods)
Requires: perl(namespace::autoclean)
%{perl_requires}
@@ -64,8 +63,6 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-# MANUAL
-sed -i -e 's,^use.*AssertOS,#,' Build.PL
%build
%{__perl} Build.PL --installdirs=vendor
@@ -80,6 +77,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING examples IDEAS LICENSE README README.md
+%doc Changes CONTRIBUTING examples IDEAS LICENCE README
%changelog
++++++ MooseX-Daemonize-0.19.tar.gz -> MooseX-Daemonize-0.20.tar.gz ++++++
++++ 5697 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module