OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-CBuilder?expand=0&rev=8
111 lines
4.6 KiB
Plaintext
111 lines
4.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 30 14:04:30 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 6 13:37:29 UTC 2010 - chris@computersalat.de
|
|
|
|
- recreated by cpanspec 1.78
|
|
- revert to 0.27
|
|
o as I know the Author (David Golden) releases will be
|
|
0.27 > 0.2701 > 0.2702 > 0.2703 ..... 0.28
|
|
For perl 0.28 > 0.2703, but for rpm 0.28 < 0.2703
|
|
o hence added updates for 0.2701,0.2702, 0.2703 as patches
|
|
o ExtUtils-CBuilder-0.2701.patch
|
|
o ExtUtils-CBuilder-0.2701_0.2702.patch
|
|
o ExtUtils-CBuilder-0.2702_0.2703.patch
|
|
- 0.2703 - Tue Mar 16 17:10:55 EDT 2010
|
|
- fixed tests for Windows and MSVC [Jan Dubois]
|
|
- 0.2702 - Mon Feb 22 15:10:52 EST 2010
|
|
- compile() changes in 0.2701 did not work on Windows. Now fixed.
|
|
- 0.2701 - Tue Feb 16 09:12:45 EST 2010
|
|
- compile() now accepts both string & array for 'include_dirs'
|
|
argument, as documented.(RT#54606) [Alberto Simões]
|
|
- noarch pkg
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 26 19:21:31 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- rewrote auto-generated spec file from scratch
|
|
- update to 0.2703
|
|
- chanes from 0.27:
|
|
* compile() now accepts both string & array for 'include_dirs' argument, as documented.(RT#54606)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 8 22:58:02 UTC 2010 - chris@computersalat.de
|
|
|
|
- update to 0.27
|
|
- Removed Build.PL to avoid creating a circular dependency
|
|
- Added version numbers to Windows compiler driver modules
|
|
- 0.26_05 - Sun Oct 25 17:29:02 EDT 2009
|
|
- Fixed t/02link.t failures on cygwin with Perl 5.8 [David Golden]
|
|
- Made have_compiler (and have_cplusplus) quiet without echoing
|
|
the test command to STDOUT [David Golden]
|
|
- 0.26_04 - Mon Oct 19 21:57:46 EDT 2009
|
|
- Added 'have_cplusplus()' method to check for C++ support
|
|
- Added patches for building Perl with mingw64 [Sisyphus]
|
|
- Allow CC environment variable to override $Config{cc}
|
|
- Fixed link executable command for Win32 MSVC (RT#40819) [Cosimo
|
|
Streppone]
|
|
- Removed MSVC version check when embedding a manifest file
|
|
(RT #43002) [Steve Hay]
|
|
- Split Windows compiler driver packages into individual *.pm files
|
|
- 0.260301 - Sat Aug 29 11:04:41 EDT 2009
|
|
- Fixed linking error on Win32 with gcc compiler (RT#49000)
|
|
[kmx]
|
|
- 0.2603 - Sat Jul 18 06:56:06 EDT 2009
|
|
- Makefile.PL had wrong INSTALLDIRS setting for older Perls
|
|
(RT#47985) [David Golden]
|
|
- 0.2602 - Sat Jul 4 10:57:12 EDT 2009
|
|
- Fixed 00-have-compiler.t if $^X is a relative path [David Wheeler]
|
|
- 0.2601 - Wed Jul 1 09:37:39 EDT 2009
|
|
- On VMS, cleans up extra files generated during testing
|
|
[John E. Malmberg, Craig Berry]
|
|
- 0.26 - Mon Jun 29 20:11:52 EDT 2009
|
|
- No changes from 0.25_01
|
|
- 0.25_01 - Sat Jun 27 23:13:20 EDT 2009
|
|
- Changed test library to Test::More
|
|
- Added tests for have_compiler
|
|
- Skips tests that need a compiler if have_compiler is false
|
|
- have_compiler will try to compile in the current directory
|
|
if compiling in tmpdir fails for whatever reason
|
|
- 0.25 - Fri Jun 26 16:18:13 EDT 2009
|
|
- Slight diagnostic improvements in link.t
|
|
- 0.24_01 - Sun Mar 8 14:50:10 2009
|
|
- On Windows, don't generate "mt" command when CRT is statically
|
|
linked. [Jan Dubois]
|
|
- On Cygwin, examine $Config{useshrplib} to see whether we're
|
|
supposed to be linking with a shared perl library or not. [Reini
|
|
Urban]
|
|
- In link_executable() on Cygwin, trust $Config{ld} rather than using
|
|
$Config{cc} for linking. [Reini Urban]
|
|
- Add 'haiku' as a Unix-like platform. [Ingo Weinhold]
|
|
- 0.24 - Fri Aug 15 22:01:48 2008
|
|
- Added 'gnu' and 'gnukfreebsd' as Unix variants. [Niko Tyni]
|
|
- Brought in some VMS fixes from bleadperl: "Correct and complete
|
|
CBuilder's handling of external libraries when linking on VMS."
|
|
[Craig Berry]
|
|
- cleanup spec
|
|
- HEADER
|
|
- fixed deps gcc-c++
|
|
- added perl-macros
|
|
- more use of macros
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 8 19:37:39 CEST 2008 - lrupp@suse.de
|
|
|
|
- update to 0.23
|
|
* Will now install in the core perl lib directory when the user's
|
|
perl is new enough to have us in core. [Yi Ma Mao]
|
|
* Clean up perl_src path using Cwd::realpath(). Only affects usage
|
|
as part of the perl core.
|
|
* Protect $., $@, $!, $^E, and $? from any clobbering that might
|
|
occur in our DESTROY method. [Zefram]
|
|
* From bleadperl, a patch to clean up debug symbol files (.pdb for
|
|
VC++, .tds for BCC) when running have_compiler(). [Steve Hay &
|
|
Steve Peters]
|
|
- beautify specfile
|
|
- own parent directories
|
|
|