Accepting request 89444 from home:tabraham1:Factory
update to 0.25 OBS-URL: https://build.opensuse.org/request/show/89444 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash-XS?expand=0&rev=4
This commit is contained in:
parent
415156e4f2
commit
814b7e37f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd320099703b9bdae207cdf8b4b4aed68f964f90bbe4c4e85b1e870bbd99fb0c
|
|
||||||
size 60753
|
|
3
Package-Stash-XS-0.25.tar.gz
Normal file
3
Package-Stash-XS-0.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:739c5810d69a28346b35886e7335889538d1449f1365616420d8e9131aac85c4
|
||||||
|
size 67155
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 26 17:55:03 UTC 2011 - tabraham@novell.com
|
||||||
|
|
||||||
|
- updated to 0.25
|
||||||
|
- fix compilation on perl 5.8 (RT#70762)
|
||||||
|
|
||||||
|
- updated to 0.24 2011-09-05
|
||||||
|
- invalid package names (for instance, Foo::Bar) are not allowed
|
||||||
|
- invalid stash entry names (anything containing ::) are not allowed
|
||||||
|
|
||||||
|
- updated to 0.23 2011-08-08
|
||||||
|
- fix the test for scalar values, again (t0m, rafl)
|
||||||
|
- disallow assigning globrefs to scalar glob slots (this doesn't
|
||||||
|
actually make any sense)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 4 18:47:57 UTC 2011 - lars@linux-schulserver.de
|
Sat Jun 4 18:47:57 UTC 2011 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -18,20 +18,33 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Package-Stash-XS
|
Name: perl-Package-Stash-XS
|
||||||
Version: 0.22
|
Version: 0.25
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
%define cpan_name Package-Stash-XS
|
%define cpan_name Package-Stash-XS
|
||||||
Summary: Faster and more correct implementation of the Package::Stash API
|
Summary: faster and more correct implementation of the Package::Stash API
|
||||||
Url: http://search.cpan.org/dist/Package-Stash-XS/
|
Url: http://search.cpan.org/dist/Package-Stash-XS/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-XS-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
|
||||||
Patch1: perl-Package-Stash-XS-old_Test-More.patch
|
Patch1: perl-Package-Stash-XS-old_Test-More.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
#BuildRequires: perl(B)
|
||||||
|
#BuildRequires: perl(constant)
|
||||||
|
#BuildRequires: perl(File::Find)
|
||||||
|
#BuildRequires: perl(File::Temp)
|
||||||
|
#BuildRequires: perl(Package::Stash)
|
||||||
|
#BuildRequires: perl(Package::Stash::XS)
|
||||||
|
#BuildRequires: perl(Scalar::Util)
|
||||||
|
#BuildRequires: perl(Symbol)
|
||||||
|
#BuildRequires: perl(Test::LeakTrace)
|
||||||
|
#BuildRequires: perl(XSLoader)
|
||||||
|
Requires: perl(Test::Fatal)
|
||||||
|
Requires: perl(Test::More) >= 0.88
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -42,6 +55,7 @@ with a compiler.
|
|||||||
|
|
||||||
%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
|
||||||
@ -59,11 +73,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
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user