Hello community,
here is the log from the commit of package perl-MooseX-Types-Path-Tiny for
openSUSE:Factory checked in at 2017-04-12 17:36:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Types-Path-Tiny (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Types-Path-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Types-Path-Tiny"
Wed Apr 12 17:36:17 2017 rev:6 rq:486679 version:0.012
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Path-Tiny/perl-MooseX-Types-Path-Tiny.changes
2015-04-15 16:26:11.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Path-Tiny.new/perl-MooseX-Types-Path-Tiny.changes
2017-04-12 18:17:32.390727207 +0200
@@ -1,0 +2,6 @@
+Fri Apr 7 06:18:17 UTC 2017 - [email protected]
+
+- updated to 0.012
+ see /usr/share/doc/packages/perl-MooseX-Types-Path-Tiny/Changes
+
+-------------------------------------------------------------------
Old:
----
MooseX-Types-Path-Tiny-0.011.tar.gz
New:
----
MooseX-Types-Path-Tiny-0.012.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Types-Path-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.D02wmy/_old 2017-04-12 18:17:33.162618055 +0200
+++ /var/tmp/diff_new_pack.D02wmy/_new 2017-04-12 18:17:33.166617490 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Types-Path-Tiny
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,22 +17,25 @@
Name: perl-MooseX-Types-Path-Tiny
-Version: 0.011
+Version: 0.012
Release: 0
%define cpan_name MooseX-Types-Path-Tiny
Summary: Path::Tiny types and coercions for Moose
License: Apache-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Types-Path-Tiny/
-Source:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Temp) >= 0.18
BuildRequires: perl(File::pushd)
-BuildRequires: perl(Module::Build::Tiny) >= 0.037
+BuildRequires: perl(Module::Build::Tiny) >= 0.034
+BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Moose) >= 2
+BuildRequires: perl(MooseX::Getopt)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(MooseX::Types::Stringlike)
@@ -41,6 +44,7 @@
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(namespace::autoclean)
Requires: perl(Moose) >= 2
+Requires: perl(MooseX::Getopt)
Requires: perl(MooseX::Types)
Requires: perl(MooseX::Types::Moose)
Requires: perl(MooseX::Types::Stringlike)
@@ -49,16 +53,12 @@
%{perl_requires}
%description
-This module provides the Path::Tiny manpage types for the Moose manpage. It
-handles two important types of coercion:
+This module provides Path::Tiny types for Moose. It handles two important
+types of coercion:
-* *
+ * coercing objects with overloaded stringification
- coercing objects with overloaded stringification
-
-* *
-
- coercing to absolute paths
+ * coercing to absolute paths
It also can check to ensure that files or directories exist.
@@ -78,6 +78,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
%changelog
++++++ MooseX-Types-Path-Tiny-0.011.tar.gz ->
MooseX-Types-Path-Tiny-0.012.tar.gz ++++++
++++ 4335 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: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module