forked from pool/perl-local-lib
		
	- updated to 1.008026
- drop perl prerequisite to 5.6, since everything works there.
      - fix install test on cygwin
      - fix stackable test on win32 and when external local::lib is set
      - clarify errors in Makefile.PL about CPAN configuration
      - adjust csh output to allow use directly by eval
      - silence a possible warning in Makefile.PL
      - add additional docs about combining local::lib with lib::core::only
      - reverse order of PERL_LOCAL_LIB_ROOT.  new local::libs are now added
        to the beginning instead of the end, to match the order of other
        similar environment variables.
      - fix installation into directories with spaces or backslashes, as
        well as Win32 test failures when Capture::Tiny is installed
      - fix test breaking in some cases when an external local::lib is set
      - fix test compatibility with old versions of Exporter
      - stable release of 1.008022 (no code changes since 1.008012)
      - see 1.008019 through 1.008021
      - yet another attempt to overcome win32 testing issues (paths with
        spaces, backslashes)
      - yet another attempt to overcome win32 testing issues (paths with
        spaces, backslashes)
      - another attempt to overcome win32 testing issues (paths with spaces,
        backslashes)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=25
			
			
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							7519f5d66e
						
					
				
				
					commit
					c2c20ee735
				
			| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:2d7f351da794034fb212d1d39e3146b91687272eb5824cfb52c6af1e67658207 | ||||
| size 59935 | ||||
							
								
								
									
										3
									
								
								local-lib-1.008026.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								local-lib-1.008026.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:4c8ce3b5bdf2ff1868153e84bc0ce0c503adec145a6de3664f031b9f54fd04c2 | ||||
| size 67540 | ||||
| @@ -1,3 +1,30 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Mon Nov 25 07:39:42 UTC 2013 - coolo@suse.com | ||||
|  | ||||
| - updated to 1.008026 | ||||
|       - drop perl prerequisite to 5.6, since everything works there. | ||||
|       - fix install test on cygwin | ||||
|       - fix stackable test on win32 and when external local::lib is set | ||||
|       - clarify errors in Makefile.PL about CPAN configuration | ||||
|       - adjust csh output to allow use directly by eval | ||||
|       - silence a possible warning in Makefile.PL | ||||
|       - add additional docs about combining local::lib with lib::core::only | ||||
|       - reverse order of PERL_LOCAL_LIB_ROOT.  new local::libs are now added | ||||
|         to the beginning instead of the end, to match the order of other | ||||
|         similar environment variables. | ||||
|       - fix installation into directories with spaces or backslashes, as | ||||
|         well as Win32 test failures when Capture::Tiny is installed | ||||
|       - fix test breaking in some cases when an external local::lib is set | ||||
|       - fix test compatibility with old versions of Exporter | ||||
|       - stable release of 1.008022 (no code changes since 1.008012) | ||||
|       - see 1.008019 through 1.008021 | ||||
|       - yet another attempt to overcome win32 testing issues (paths with | ||||
|         spaces, backslashes) | ||||
|       - yet another attempt to overcome win32 testing issues (paths with | ||||
|         spaces, backslashes) | ||||
|       - another attempt to overcome win32 testing issues (paths with spaces, | ||||
|         backslashes) | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Fri Oct  4 19:48:30 UTC 2013 - coolo@suse.com | ||||
|  | ||||
|   | ||||
| @@ -18,13 +18,13 @@ | ||||
|  | ||||
|  | ||||
| Name:           perl-local-lib | ||||
| Version:        1.008018  | ||||
| Version:        1.008026 | ||||
| Release:        0 | ||||
| Summary:        Create and Use a local Library Directory for Perl Modules | ||||
| License:        Artistic-1.0 or GPL-1.0+ | ||||
| Group:          Development/Libraries/Perl | ||||
| %define cpan_name local-lib | ||||
| Source:         http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz | ||||
| Source:         http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz | ||||
| Source1:        perl-homedir.sh | ||||
| Source2:        perl-homedir.csh | ||||
| Url:            http://search.cpan.org/dist/local-lib/ | ||||
| @@ -33,25 +33,9 @@ BuildRequires:  perl | ||||
| BuildRequires:  perl-macros | ||||
| BuildRequires:  perl(CPAN) >= 1.82 | ||||
| BuildRequires:  perl(ExtUtils::Install) >= 1.43 | ||||
| BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31 | ||||
| BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.74 | ||||
| BuildRequires:  perl(Module::Build) >= 0.3600 | ||||
| #BuildRequires: perl(Capture::Tiny) | ||||
| #BuildRequires: perl(CPAN::HandleConfig) | ||||
| #BuildRequires: perl(CPANPLUS::Backend) | ||||
| #BuildRequires: perl(File::HomeDir) | ||||
| #BuildRequires: perl(inc::Module::Install) | ||||
| #BuildRequires: perl(JSON) | ||||
| #BuildRequires: perl(lib::core::only) | ||||
| #BuildRequires: perl(local::lib) | ||||
| #BuildRequires: perl(LWP::Simple) | ||||
| #BuildRequires: perl(Module::AutoInstall) | ||||
| #BuildRequires: perl(Module::Install::Base) | ||||
| #BuildRequires: perl(Parse::CPAN::Meta) | ||||
| #BuildRequires: perl(YAML::Tiny) | ||||
| Requires:       perl(CPAN) >= 1.82 | ||||
| Requires:       perl(ExtUtils::Install) >= 1.43 | ||||
| Requires:       perl(ExtUtils::MakeMaker) >= 6.31 | ||||
| Requires:       perl(Module::Build) >= 0.3600 | ||||
| %{perl_requires} | ||||
|  | ||||
| %description | ||||
| @@ -110,9 +94,6 @@ unset PERL_MM_OPT | ||||
| unset PERL_MM_OPT | ||||
| %__make test | ||||
|  | ||||
| %clean | ||||
| %__rm -rf "%{buildroot}" | ||||
|  | ||||
| %files | ||||
| %defattr(-,root,root) | ||||
| %doc Changes | ||||
|   | ||||
		Reference in New Issue
	
	Block a user