Accepting request 29301 from devel:languages:perl
Copy from devel:languages:perl/perl-File-HomeDir based on submit request 29301 from user coolo OBS-URL: https://build.opensuse.org/request/show/29301 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-HomeDir?expand=0&rev=6
This commit is contained in:
parent
65d81b867c
commit
3bb12965ed
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
- enable parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:16:22 CET 2009 - pth@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-HomeDir (Version 0.82)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 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
|
||||
@ -20,11 +20,11 @@
|
||||
|
||||
Name: perl-File-HomeDir
|
||||
Version: 0.82
|
||||
Release: 1
|
||||
Release: 2
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License; GPL v2 or later
|
||||
License: Artistic ; GPLv2+
|
||||
Url: http://search.cpan.org/~adamk/File-HomeDir
|
||||
Summary: Find your home and other directories, on any platform
|
||||
Source: File-HomeDir-%{version}.tar.bz2
|
||||
@ -54,7 +54,7 @@ Authors:
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
%check
|
||||
@ -78,22 +78,3 @@ make test
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jan 21 2009 pth@suse.de
|
||||
- Update to 0.82.
|
||||
Changes since 0.66:
|
||||
- When we get more than one warning, diagnose the warnings so that
|
||||
we have actually have a chance to get rid of the extra warnings.
|
||||
- Updating to Module::Install 0.77
|
||||
- Localising $@ during evals
|
||||
- Updating Perl version dependency to 5.00503
|
||||
- File::HomeDir should now support "Perl on a Stick"
|
||||
- Added `my_dot_config`.
|
||||
- Adding a base driver class.
|
||||
- Updating bundled author tests
|
||||
* Wed Oct 17 2007 pth@suse.de
|
||||
- Update to 0.66:
|
||||
- Spurious failures on some path-levels of 5.9.0 due to a warnings
|
||||
bug regression. Skip the relevant test on Perl 5.9.0.
|
||||
- Remove a -w flag in 02_main.t so test runs under tainting
|
||||
* Wed May 16 2007 pth@suse.de
|
||||
- Initial package.
|
||||
|
Loading…
Reference in New Issue
Block a user