Accepting request 89493 from devel:languages:perl
update to 0.33 (forwarded request 89445 from tabraham1) OBS-URL: https://build.opensuse.org/request/show/89493 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Package-Stash?expand=0&rev=10
This commit is contained in:
commit
8e87226376
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f4c2de24d70f0b08005543ab34b09c01cbe4fc13da76e03a4a4e5a80f328ab0
|
|
||||||
size 29358
|
|
3
Package-Stash-0.33.tar.gz
Normal file
3
Package-Stash-0.33.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f65fd815d51506ffc480253fded67c04d328c3607c4341c7bb7a5bf67016a555
|
||||||
|
size 29841
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 26 17:26:52 UTC 2011 - tabraham@novell.com
|
||||||
|
|
||||||
|
- updated to 0.33
|
||||||
|
- add conflict on MooseX::Method::Signatures 0.36 (ether)
|
||||||
|
|
||||||
|
- updated to 0.32 2011-09-05
|
||||||
|
- bring the behavior of has_symbol for nonexistant scalars into
|
||||||
|
line with the XS version
|
||||||
|
- invalid package names (for instance, Foo::Bar) are not allowed
|
||||||
|
- invalid stash entry names (anything containing ::) are not allowed
|
||||||
|
|
||||||
|
- updated to 0.31 2011-08-08
|
||||||
|
- fix ->add_symbol('$foo', qr/sdlfk/) on 5.12+
|
||||||
|
- fix ->add_symbol('$foo', \v1.2.3) on 5.10+
|
||||||
|
|
||||||
|
- updated to 0.30 2011-07-21
|
||||||
|
- fix compiler detection in Makefile.PL (ribasushi)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 4 18:54:22 UTC 2011 - lars@linux-schulserver.de
|
Sat Jun 4 18:54:22 UTC 2011 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -18,28 +18,49 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Package-Stash
|
Name: perl-Package-Stash
|
||||||
Version: 0.29
|
Version: 0.33
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
%define cpan_name Package-Stash
|
%define cpan_name Package-Stash
|
||||||
Summary: Routines for manipulating stashes
|
Summary: routines for manipulating stashes
|
||||||
Url: http://search.cpan.org/dist/Package-Stash/
|
Url: http://search.cpan.org/dist/Package-Stash/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
Patch1: perl-Package-Stash-old_Test-More.patch
|
Patch1: perl-Package-Stash-old_Test-More.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||||
BuildRequires: perl(Package::DeprecationManager)
|
BuildRequires: perl(Package::DeprecationManager)
|
||||||
BuildRequires: perl(Package::Stash::XS) >= 0.22
|
BuildRequires: perl(Package::Stash::XS) >= 0.24
|
||||||
BuildRequires: perl(Scalar::Util)
|
BuildRequires: perl(Scalar::Util)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(Test::Requires)
|
BuildRequires: perl(Test::Requires)
|
||||||
|
#BuildRequires: perl(B)
|
||||||
|
#BuildRequires: perl(Carp)
|
||||||
|
#BuildRequires: perl(Config)
|
||||||
|
#BuildRequires: perl(constant)
|
||||||
|
#BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
|
||||||
|
#BuildRequires: perl(Dist::Zilla::Role::MetaProvider)
|
||||||
|
#BuildRequires: perl(File::Find)
|
||||||
|
#BuildRequires: perl(File::Spec)
|
||||||
|
#BuildRequires: perl(File::Temp)
|
||||||
|
#BuildRequires: perl(Moose)
|
||||||
|
#BuildRequires: perl(Package::Stash)
|
||||||
|
#BuildRequires: perl(Package::Stash::PP)
|
||||||
|
#BuildRequires: perl(Symbol)
|
||||||
|
#BuildRequires: perl(Test::LeakTrace)
|
||||||
|
Requires: perl(Dist::CheckConflicts) >= 0.02
|
||||||
Requires: perl(Package::DeprecationManager)
|
Requires: perl(Package::DeprecationManager)
|
||||||
Requires: perl(Package::Stash::XS) >= 0.22
|
Requires: perl(Package::Stash::XS) >= 0.24
|
||||||
Requires: perl(Scalar::Util)
|
Requires: perl(Scalar::Util)
|
||||||
|
Requires: perl(Test::Fatal)
|
||||||
|
Requires: perl(Test::More) >= 0.88
|
||||||
|
Requires: perl(Test::Requires)
|
||||||
|
Recommends: perl(Package::Stash::XS) >= 0.24
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,6 +84,7 @@ implementation if possible, falling back to the pure perl one.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
%if 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} <= 1110
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
rm t/05-isa.t
|
rm t/05-isa.t
|
||||||
@ -80,12 +102,8 @@ rm t/05-isa.t
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README weaver.ini
|
%doc Changes LICENSE README weaver.ini
|
||||||
%attr(0755,root,root) %{_bindir}/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user