diff --git a/Path-Tiny-0.068.tar.gz b/Path-Tiny-0.068.tar.gz deleted file mode 100644 index a515b4f..0000000 --- a/Path-Tiny-0.068.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a331fbd855a6216877c643c4cae4bf7edfdf7e13cd8142d2cb2d12eafdebaee0 -size 79290 diff --git a/Path-Tiny-0.070.tar.gz b/Path-Tiny-0.070.tar.gz new file mode 100644 index 0000000..e9d0167 --- /dev/null +++ b/Path-Tiny-0.070.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45244a3922444333bff91bd13e69404dc6d4edde7e5cfac093a629942cf4142a +size 80299 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#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 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index f63f235..4f0a398 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jun 29 01:27:23 UTC 2015 - coolo@suse.com + +- updated to 0.070 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.070 2015-06-28 13:50:16-04:00 America/New_York + + - No changes from 0.069 + + 0.069 2015-06-18 18:09:44-04:00 America/New_York (TRIAL RELEASE) + + [CHANGED] + + - The 'copy' menthod now returns the object for the copied file + + [FIXED] + + - The 'visit' method only dereferences the callback return value + for scalar refs, avoiding some common bugs + ------------------------------------------------------------------- Mon Apr 13 18:49:17 UTC 2015 - coolo@suse.com diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 0d340fe..8747dc0 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -17,14 +17,15 @@ Name: perl-Path-Tiny -Version: 0.068 +Version: 0.070 Release: 0 %define cpan_name Path-Tiny Summary: File path utility License: Apache-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Path-Tiny/ -Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -81,6 +82,6 @@ speed up '*_utf8' situations in many cases and is highly recommended. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING.mkdn LICENSE perlcritic.rc README +%doc Changes CONTRIBUTING.mkdn LICENSE README %changelog