Hello community,
here is the log from the commit of package perl-Module-ScanDeps for
openSUSE:Factory
checked in at Tue Jul 19 16:05:54 CEST 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++
/mounts/work_src_done/STABLE/perl-Module-ScanDeps/perl-Module-ScanDeps.changes
2011-05-01 12:54:23.000000000 +0200
@@ -0,0 +1,37 @@
+-------------------------------------------------------------------
+Sun May 1 10:53:30 UTC 2011 - [email protected]
+
+- updated to 1.02
+ * %Preload: add _all_ *.pl file below .../unicore for utf8.pm
+
+ * %Preload: add "unicore/version" for Unicode/UCD.pm
+ (because it contains a call openunicode(..., "version"))
+
+-------------------------------------------------------------------
+Sat Feb 19 23:19:20 UTC 2011 - [email protected]
+
+- update to 1.00:
+ * RT#65855: Special handling for POSIX requested
+ * RT#65252: Temp files left when execute fails
+ * add a %Preload rule for Log::Report::Dispatcher
+ * add %Preload rule for Date::Manip
+ * speed up scanning *significantly* by not re-constructing regexen for every
+ line of input and reducing the no. of sub calls
+ * RT#61027: "use lib" does not work
+ * fix URI special case
+
+-------------------------------------------------------------------
+Wed Dec 1 06:55:40 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:30:34 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Wed Sep 1 04:56:13 UTC 2010 - [email protected]
+
+- initial package (0.98)
+
calling whatdependson for head-i586
New:
----
Module-ScanDeps-1.02.tar.gz
perl-Module-ScanDeps.changes
perl-Module-ScanDeps.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-ScanDeps.spec ++++++
#
# spec file for package perl-Module-ScanDeps
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Module-ScanDeps
Version: 1.02
Release: 1
License: GPL+ or Artistic
%define cpan_name Module-ScanDeps
Summary: Recursively scan Perl code for dependencies
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-macros
BuildRequires: perl(Module::Build::ModuleInfo)
BuildRequires: perl(version)
Requires: perl(Module::Build::ModuleInfo)
Requires: perl(version)
%{perl_requires}
%description
This module scans potential modules used by perl programs, and returns a
hash reference; its keys are the module names as appears in '%INC' (e.g.
'Test/More.pm'); the values are hash references with this structure:
{
file => '/usr/local/lib/perl5/5.8.0/Test/More.pm',
key => 'Test/More.pm',
type => 'module', # or 'autoload', 'data', 'shared'
used_by => [ 'Test/Simple.pm', ... ],
uses => [ 'Test/Other.pm', ... ],
}
One function, 'scan_deps', is exported by default. Other functions such as
('scan_line', 'scan_chunk', 'add_deps', 'path_to_inc_name') are exported
upon request.
Users of *App::Packer* may also use this module as the dependency-checking
frontend, by tweaking their _p2e.pl_ like below:
use Module::ScanDeps;
...
my $packer = App::Packer->new( frontend => 'Module::ScanDeps' );
...
Please see the App::Packer::Frontend manpage for detailed explanation on
the structure returned by 'get_files'.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc AUTHORS Changes README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]