8
0
Pascal Bleser
2011-11-30 22:41:16 +00:00
committed by Git OBS Bridge
parent 5d760e7733
commit c7d41041f0
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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