forked from pool/perl-Module-ScanDeps
1.07
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ScanDeps?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
5d760e7733
commit
c7d41041f0
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2929f00e21ce6dca434a061a2b695001c47a8a42d76cd7531b69e184f0aa2bf0
|
||||
size 58311
|
3
Module-ScanDeps-1.07.tar.gz
Normal file
3
Module-ScanDeps-1.07.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11ebb311811807932989e7c6185ad111df35c33007c8af5c26f163d6ad18fc65
|
||||
size 57936
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 30 22:44:32 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.07:
|
||||
* RT #72796: dynaloader test fails when the .so files are in the system lib
|
||||
dirs and local::lib is involved?
|
||||
* update Module::Install to 1.04
|
||||
|
||||
- changes from 1.06:
|
||||
* RT #72211: pp includes way too much modules (when using 'use strict;')?
|
||||
* bump Perl version requirement to 5.8.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 03 22:54:21 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: perl-Module-ScanDeps
|
||||
Version: 1.05
|
||||
Version: 1.07
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name Module-ScanDeps
|
||||
@@ -27,7 +27,7 @@ Url: http://search.cpan.org/dist/Module-ScanDeps/
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl >= 5.8.1
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build::ModuleInfo)
|
||||
BuildRequires: perl(version)
|
||||
@@ -55,7 +55,7 @@ hash reference.
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
|
Reference in New Issue
Block a user