forked from pool/perl-Path-IsDev
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-IsDev?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
838a8ec03b
commit
d2047a4153
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf5b30cd54b7fba8c7f3a5c0bf9a5bd975732e3814dcceb8f7376c223d472fbb
|
|
||||||
size 169952
|
|
||||||
3
Path-IsDev-1.000002.tar.gz
Normal file
3
Path-IsDev-1.000002.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:baf13259206cf8e43b62a3bb53ee8e0681b975a13e3219da478a395f9ced2ea0
|
||||||
|
size 188112
|
||||||
@@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 25 07:38:55 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.000002
|
||||||
|
- Attempt to avoid failures on some Win32's where methods other than
|
||||||
|
File::HomeDir->my_home don't work at all.
|
||||||
|
|
||||||
|
[Dependencies::Stats]
|
||||||
|
- Dependencies changed, see Changes.deps{,.all,.dev} for details
|
||||||
|
- develop: ↑1
|
||||||
|
|
||||||
|
[Maintenance]
|
||||||
|
- Split Changes into Changes.{deps,deps.all,deps.dev} for easier reading
|
||||||
|
for maintainers.
|
||||||
|
|
||||||
|
1.000001 2013-11-21T11:49:20Z
|
||||||
|
[Dependencies::Stats]
|
||||||
|
- Dependencies changed, see Changes.deps{,.all,.dev} for details
|
||||||
|
- build: ↑1
|
||||||
|
- configure: ↑1
|
||||||
|
- develop: +42 ↑1
|
||||||
|
- test: ↑1 -3
|
||||||
|
|
||||||
|
[Documentation]
|
||||||
|
- README.mkdn → MetaCPAN
|
||||||
|
- Encoding → UTF-8
|
||||||
|
|
||||||
|
[Maintenance]
|
||||||
|
- Increase deps on Module::Build and Test::More
|
||||||
|
- Removes a few deps no longer needed.
|
||||||
|
|
||||||
|
[Packaging]
|
||||||
|
- Use new fallback code in MB
|
||||||
|
|
||||||
|
[Tests]
|
||||||
|
- Replace Test::Compile with Test::Compile::PerFile
|
||||||
|
|
||||||
|
1.000000 2013-10-18T09:55:20Z
|
||||||
|
[00 Supermajor Changes - Breaking Everything]
|
||||||
|
- This release comes with many significant changes that are likely to
|
||||||
|
break any closely built dependencies.
|
||||||
|
- External export interface contains no visible changes, but underyling
|
||||||
|
plumbing is under heavy construction.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 8 07:30:24 UTC 2013 - coolo@suse.com
|
Tue Oct 8 07:30:24 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Path-IsDev
|
Name: perl-Path-IsDev
|
||||||
Version: 0.6.0
|
Version: 1.000002
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Path-IsDev
|
%define cpan_name Path-IsDev
|
||||||
Summary: Determine if a given Path resembles a development source tree
|
Summary: Determine if a given Path resembles a development source tree
|
||||||
@@ -30,31 +30,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Class::Tiny) >= 0.010
|
BuildRequires: perl(Class::Tiny) >= 0.010
|
||||||
BuildRequires: perl(Module::Build) >= 0.4007
|
BuildRequires: perl(File::HomeDir)
|
||||||
|
BuildRequires: perl(Module::Build) >= 0.4202
|
||||||
BuildRequires: perl(Module::Runtime)
|
BuildRequires: perl(Module::Runtime)
|
||||||
BuildRequires: perl(Path::Tiny)
|
BuildRequires: perl(Path::Tiny)
|
||||||
BuildRequires: perl(Role::Tiny)
|
BuildRequires: perl(Role::Tiny)
|
||||||
BuildRequires: perl(Role::Tiny::With)
|
BuildRequires: perl(Role::Tiny::With)
|
||||||
BuildRequires: perl(Sub::Exporter)
|
BuildRequires: perl(Sub::Exporter)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 1.001002
|
||||||
#BuildRequires: perl(Data::Dump)
|
|
||||||
#BuildRequires: perl(Path::FindDev)
|
|
||||||
#BuildRequires: perl(Path::IsDev)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Object)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Result)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Role::Heuristic)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Role::Heuristic::AnyDir)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Role::Heuristic::AnyFile)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Role::Heuristic::RegexpFile)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Role::HeuristicSet)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Role::HeuristicSet::Simple)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Role::NegativeHeuristic)
|
|
||||||
#BuildRequires: perl(Path::IsDev::Role::NegativeHeuristic::AnyFile)
|
|
||||||
#BuildRequires: perl(Test::Kwalitee)
|
|
||||||
#BuildRequires: perl(YAML::Dumper)
|
|
||||||
#BuildRequires: perl(YAML::Loader)
|
|
||||||
Requires: perl(Class::Tiny) >= 0.010
|
Requires: perl(Class::Tiny) >= 0.010
|
||||||
|
Requires: perl(File::HomeDir)
|
||||||
Requires: perl(Module::Runtime)
|
Requires: perl(Module::Runtime)
|
||||||
Requires: perl(Path::Tiny)
|
Requires: perl(Path::Tiny)
|
||||||
Requires: perl(Role::Tiny)
|
Requires: perl(Role::Tiny)
|
||||||
@@ -86,6 +72,6 @@ development"
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE perlcritic.rc README weaver.ini
|
%doc Changes Changes.deps Changes.deps.all Changes.deps.dev LICENSE perlcritic.rc README weaver.ini
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user