9
0
Pascal Bleser
2011-02-25 20:04:52 +00:00
committed by Git OBS Bridge
parent 852a271012
commit 3b2e099815
4 changed files with 60 additions and 40 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89a4015760f1d63d931bb5780141b687f4188096545543fa0e1f720ce8e8643c
size 51929

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a0cc5b59faa14d3533856256ab1721d6c29f1822d9508d80a71c0ee4ce05156
size 53977

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Feb 25 20:01:38 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.008004: no user-visible changes
- changes from 1.008002:
* add local::lib stacking support
* add activation/deactivation support
- changes from 1.008001:
* bootstrap Module::Build just like ExtUtils::MakeMaker
- changes from 1.008000:
* print_environment_vars_for() refactored with separate function
environment_vars_string_for()
* PERL_LOCAL_LIB_ROOT environment is added to disambiguate when PERL_MM_OPT,
etc. was set by local::lib or other means
- changes from 1.006009:
* split up method guess_shelltype from parts of print_environment_vars_for
* updated documentation about change of use with .modulebuildrc
- changes from 1.006008:
* finally move to PERL_MB_OPT rather than using .modulebuildrc
-------------------------------------------------------------------
Mon Nov 29 18:30:24 UTC 2010 - coolo@novell.com

View File

@@ -1,10 +1,10 @@
# norootforbuild
# vim: set ts=4 sw=4 et:
Name: perl-local-lib
Version: 1.006007
Version: 1.008004
Release: 0
Summary: Create and Use a local Library Directory for Perl Modules
Source: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/lib/local-lib-%{version}.tar.gz
Source: http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz
Source1: perl-homedir.sh
Source2: perl-homedir.csh
URL: http://search.cpan.org/dist/local-lib/
@@ -116,8 +116,3 @@ unset PERL_MM_OPT
%config(noreplace) %{_sysconfdir}/profile.d/*
%changelog
# vim: set sw=3 ts=3 noet:
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: