- updated to 0.35

- remove old deprecated api
- remove outdated perl-Package-Stash-old_Test-More.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2013-07-26 18:38:58 +00:00 committed by Git OBS Bridge
parent 5f85080307
commit 8db27794e7
4 changed files with 11 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 26 18:37:54 UTC 2013 - coolo@suse.com
- updated to 0.35
- remove old deprecated api
- remove outdated perl-Package-Stash-old_Test-More.patch
-------------------------------------------------------------------
Tue Jun 11 18:31:50 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Package-Stash
Version: 0.34
Version: 0.35
Release: 0
%define cpan_name Package-Stash
Summary: routines for manipulating stashes
@ -25,14 +25,12 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Package-Stash/
Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
Patch1: perl-Package-Stash-old_Test-More.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(Module::Implementation) >= 0.06
BuildRequires: perl(Package::DeprecationManager)
BuildRequires: perl(Package::Stash::XS) >= 0.26
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
@ -45,7 +43,6 @@ BuildRequires: perl(Test::Requires)
#BuildRequires: perl(Test::LeakTrace)
Requires: perl(Dist::CheckConflicts) >= 0.02
Requires: perl(Module::Implementation) >= 0.06
Requires: perl(Package::DeprecationManager)
Requires: perl(Package::Stash::XS) >= 0.26
Recommends: perl(Package::Stash::XS) >= 0.26
%{perl_requires}
@ -71,12 +68,6 @@ implementation if possible, falling back to the pure perl one.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%if 0%{?suse_version} <= 1110
%patch1 -p1
rm -f t/00-compile.t
rm -f t/isa.t
%endif
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor