8
0
Stephan Kulow
2013-11-25 12:15:44 +00:00
committed by Git OBS Bridge
parent 838a8ec03b
commit d2047a4153
4 changed files with 53 additions and 23 deletions

View File

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

View File

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

View File

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

View File

@@ -17,7 +17,7 @@
Name: perl-Path-IsDev
Version: 0.6.0
Version: 1.000002
Release: 0
%define cpan_name Path-IsDev
Summary: Determine if a given Path resembles a development source tree
@@ -30,31 +30,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
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(Path::Tiny)
BuildRequires: perl(Role::Tiny)
BuildRequires: perl(Role::Tiny::With)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.98
#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)
BuildRequires: perl(Test::More) >= 1.001002
Requires: perl(Class::Tiny) >= 0.010
Requires: perl(File::HomeDir)
Requires: perl(Module::Runtime)
Requires: perl(Path::Tiny)
Requires: perl(Role::Tiny)
@@ -86,6 +72,6 @@ development"
%files -f %{name}.files
%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