Accepting request 314315 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/314315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2015-06-30 08:19:11 +00:00 committed by Git OBS Bridge
commit 40ce4f0cec
5 changed files with 51 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a331fbd855a6216877c643c4cae4bf7edfdf7e13cd8142d2cb2d12eafdebaee0
size 79290

3
Path-Tiny-0.070.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45244a3922444333bff91bd13e69404dc6d4edde7e5cfac093a629942cf4142a
size 80299

23
cpanspec.yml Normal file
View File

@ -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

View File

@ -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

View File

@ -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