Accepting request 335963 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/335963 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Object?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daab64b6c39f0599208f9525945e3f1e722436b74ed160312ac4ede74e260d73
|
||||
size 27642
|
3
File-Object-0.09.tar.gz
Normal file
3
File-Object-0.09.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aee18a80ba4c08f0b07f239b0bfb54343245e71fe3947aed6d940c1101d92790
|
||||
size 28462
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 09:05:35 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.09
|
||||
see /usr/share/doc/packages/perl-File-Object/Changes
|
||||
|
||||
0.09 2015-09-28T11:23:30+02:00
|
||||
- Fix LICENSE file.
|
||||
- Fix concept of arguments of dir() and file() methods in code and doc.
|
||||
- Improve LICENSE AND COPYRIGHT section in doc.
|
||||
- Move author tests to xt/ directory.
|
||||
- Update Module::Install to 1.16 version.
|
||||
- Update copyright years.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 19 18:07:01 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-File-Object
|
||||
Version: 0.08
|
||||
Version: 0.09
|
||||
Release: 0
|
||||
%define cpan_name File-Object
|
||||
Summary: Object system for filesystem paths
|
||||
@@ -25,6 +25,7 @@ License: BSD-3-Clause
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/File-Object/
|
||||
Source0: http://www.cpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -33,8 +34,6 @@ BuildRequires: perl(Class::Utils) >= 0.03
|
||||
BuildRequires: perl(Error::Pure) >= 0.16
|
||||
BuildRequires: perl(Error::Pure::Utils) >= 0.16
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
Requires: perl(Class::Utils) >= 0.03
|
||||
Requires: perl(Error::Pure) >= 0.16
|
||||
%{perl_requires}
|
||||
|
Reference in New Issue
Block a user