033423fd82
- updated to 0.12 see /usr/share/doc/packages/perl-ExtUtils-CChecker/Changes 0.12 2024-03-02 [CHANGES] * Document the `->define` method * Overall module style updates + `use v5.14` in all files + use `package NAME VER` syntax + Use `Test2::V0` instead of `Test::More` + `Test::Fatal` OBS-URL: https://build.opensuse.org/request/show/1160738 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-CChecker?expand=0&rev=22
90 lines
3.0 KiB
Plaintext
90 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 5 03:07:04 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.12
|
|
see /usr/share/doc/packages/perl-ExtUtils-CChecker/Changes
|
|
|
|
0.12 2024-03-02
|
|
[CHANGES]
|
|
* Document the `->define` method
|
|
* Overall module style updates
|
|
+ `use v5.14` in all files
|
|
+ use `package NAME VER` syntax
|
|
+ Use `Test2::V0` instead of `Test::More` + `Test::Fatal`
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 13 03:06:24 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.11
|
|
see /usr/share/doc/packages/perl-ExtUtils-CChecker/Changes
|
|
|
|
0.11 2021-07-12
|
|
[CHANGES]
|
|
* Added `try_find_cflags_for`
|
|
* Added `extend_module_build`
|
|
* Various small style fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 7 08:31:31 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.10
|
|
see /usr/share/doc/packages/perl-ExtUtils-CChecker/Changes
|
|
|
|
0.10 2015/05/29 19:14:24
|
|
[CHANGES]
|
|
* Added 'config' passthrough constructor argument for EU:CB (RT95368)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 24 06:09:59 UTC 2014 - coolo@suse.com
|
|
|
|
- updated to 0.09
|
|
* Add a 'quiet' option so EU:CB's quiet can be disabled (RT91363)
|
|
* Fixed some typoes in docs
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 4 08:49:31 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to 0.08
|
|
* Include PID in test file names to guard against collisions when
|
|
building concurrently (RT76013)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 19 14:49:51 UTC 2011 - coolo@suse.de
|
|
|
|
- update to 0.07:
|
|
* Use Test::Fatal instead of Test::Exception
|
|
* Advise against calling it "config.h" as that gets confused with
|
|
core perl's file
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 6 18:28:23 UTC 2011 - lars@linux-schulserver.de
|
|
|
|
- update to 0.06:
|
|
+ Added 'defines_to' constructor arg for writing a "config.h" file
|
|
instead of -DFOO on compiler commandline
|
|
+ Added accessors for callers to push more library dirs or compiler
|
|
or linker flags
|
|
+ Ensure that ->new_module_build merges its args and internal
|
|
configuration correctly
|
|
- BuildRequire Test::Pod for testing the pod files
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 09:44:33 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 13 11:43:28 UTC 2010 - chris@computersalat.de
|
|
|
|
- update to 0.04
|
|
* Provide optional variants of ->find_include_dirs_for and
|
|
->find_libs_for with try_... prefix
|
|
- recreated by cpanspec 1.78
|
|
- noarch pkg
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 11 15:25:03 UTC 2010 - cwh@novell.com
|
|
|
|
- initial release in OBS
|
|
|