[libconfig-autoconf-perl] annotated tag upstream/0.313 created (now 45c47d9)
Salvatore Bonaccorso
carnil at debian.org
Sat May 21 15:45:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a change to annotated tag upstream/0.313
in repository libconfig-autoconf-perl.
at 45c47d9 (tag)
tagging 6d623f51268996193abc5819bdb235b50d4f998e (commit)
replaces upstream/0.311
tagged by Salvatore Bonaccorso
on Sat May 21 17:41:34 2016 +0200
- Log -----------------------------------------------------------------
Upstream version 0.313
Alberto Simoes (1):
Imported from personal SVN
Jean-Damien Durand (2):
check_member(s) fix
merging 554c400 by hand into t/02.compile.t
Jens Rehsack (168):
refactor (especially check_lib to use link_if_else) to improve autoconf feeling
renaming / reordering tests: find progs -> can compile -> can link
add independent test for search_libs() (independent from check_lib())
- move action-if-[not-]found execution into cache executed code part to avoid multiple code execution - add check_decl / check_decls with tests
add check_type and check_types with tests
some style fixes raised during merging ;)
add autoconf alike msg_* methods for printing states or errors
capture error output of compiler using Capture::Tiny
implement action and error logging into "config.log" and delete logfiles created during tests
add write_config_h
add API to extend tool invocation - but no tests (don't know how to test at the moment)
extract distict header check code into seperate method to allow complex checks as check_dirent_header or check_resolv_header
add check_dirent_header (including test)
rename cache variable for dirent header
fix wrong copied cache comment (macro -> method)
add methods for size checking, int computing (by compile) and do boolean checks in compiler
add compute_int() and fix bsearch in _compute_int_compile()
fix define name of check_sizeof_type()
add check_alignof_type() and check_alignof_types()
invoke methods, not functions (allow overriding)
introduce check_prog_pkg_config
fix warnings and invocation issues at check_prog
improve tests for progs
bump version to 0.23
merge newer Makefile.PL and author tests
BAIL_OUT when unable to load C::AC
prove only the executable part (hopefully).
fix spelling typo
add pkg-config check for cflags/libs
update MANIFEST and introduce reasonable SKIP-File
add Changes for 0.23 and reformat Changes
fix typo for Perl 5.006 bundled EU::MM
update META.*
fix MANIFEST for sane release
bump version to 0.24 for next big shot
fix issue#2 - 0.23 Makefile.PL changes lost deps
name even core dependencies of 5.8 to support ...
hppa support & improved 5.6
Note changes for 0.24
fix typo in <5.7.3 ease up :)
bump version to 0.25 for next shot
remove "use 5.006" line
provide fix as meaned for pkg-config test
fix C::AC complains about unset results
fix typo
bump version to 0.26
Bump version to 0.27
add some prereqs to ensure old Perls get them all
add missing } in pure perl of looks_like_number
add missing test prereq for $] < 5.008
summarize Changes of 0.27 & add date of 0.26
bump to 0.28
fix S::C recommendation (it's not a require!)
add rules for travis how to test
improve prog checks when used with args
honor ac_cv_* env settings as they're cache idents
note the Changes done til now ...
no reason to have META.* in repo ...
add support for check_prog_lex and *_sed
add support to prove for sane perl devel-env.
add checks to prove for pureperl build
add some comfort for checking perl api can be used
add latest changelog entries and prepare release
set release date to today - since I waited a day
bump version to 0.29 for next shot
skip author tests on unsupported perl versions
add dummy doc for fallbacks for older perls
make perl compile/link tests optional until
bump version to 0.300 for next shot
add Changes for 0.29
include compiler commands in log
add support for appending to logfiles
quick shot for better smoke testing
better inspection of failures during smoke
note Changes for 0.300
add "kwalitee" author test
bump version to 0.301 for next
ignore cover_db for MANIFEST
Implement Tux proposal of tee'ing log
note the Changes for 0.301
bump version to 0.302 for next shot
handle AUTHOR array for older EU::MM's
fix multiple log targets for snooping smoke errors
note 0.302 changes
enable cleanup at END and fix double -lm
add recent 03-link.t double -lm cleanup to Changes
bump version to 0.303 for next (nice smoker) shot
remove IO::Tee test_depends - Tux proposal rulez
enjoy the silence
clean up debug
fix perl-api test for threaded
looks as if 2nd smoke error comes from static ...
add Changes for 0.303
seems most required modules fail if $] < 5.010
pass some TODO's on AUTHOR's environment
bump version to 0.304
try to rearrange libs used for linking ...
put -lperl before $Config{perllibs}
rework check_prog to improve for " " in prog path
re-enable cleanup at END
don't TODO -lm on non-win32
add nytprof stuff being ignored
doing some micro-optimizations
note Changes for 0.304
bump version to 0.305 ...
skip tests when compiler doesn't do right job
add implementation as discussed for check_sane_xs
feedback from ribasushi: don't like cac ;)
note Changes for 0.305
bump version to 0.306
indent source sanely
ignore more vim swap files
populate API to prove XS in Makefile.PL/Build.PL
port check_func(s) from rra as shown in issues#5
Perl::Tidy tests to help autarch with issue#4
refactor all basic checks to a unique API
Add documentation for check*header
work in feedback from ribasushi to allow ...
removed MANIFEST from repository - developers ...
add $options hash to check_produce_xs_build
add all available Perl's to travis config
remove Perl 5.8 from .travis.yml because author-test-prereq
refactor lib test related link checks using ...
re-order check_lib / check_lm
refactor pkg_config_package_flags for \%options
Make ExtUtils::CBuilder optional for running
port some adoptions from other @rehsack dists ...
Change version to 0.306_001 to clarify it's a dev
reflect Changes for 0.306_001
fix weird win32 testers broken environments
reflect Changes for 0.306_002
prepare for 0.307 release
bump version after release to 0.308 for next shot
deal with "no C compiler available" properly
reflect recent changes (for 0.308...)
bump version to 0.309 after release for next shot
SCM allow us to delete code instead of commenting
reflect 0.309 changes
bump version to 0.310 after release
remove applied patches from repository
bump copyright year
name Peter Rabbitson in acknowledgements
move README -> README.md for improved frontpage
improve meta-data and author tests
improve bundled POD
reflect Changes
Update release-date
bump version to 0.311 after release
more orthographic fixes
add C::AC related proven stop-words
reflect changes
no new issues last 10 days - prepare for release
bump version to 0.312 after releasing 0.311
fix minimum perl requirements for author tests
.travis.yml: add perl-5.22 to be tested, too
AutoConf.pm: fix "check_member only works if member is a scalar value"
AutoConf.pm: bump copyright year
AutoConf.pm: Fix typos
AutoConf.pm: Fix false positive "compile_if_else" when CC=true
AutoConf: Fix CPAN Ratings URI
AutoConf.pm: change version to 0.312_001 to have a DEV-release first
README.md: re-create from updated sources
LICENSE: add license documents for "same license as Perl5 itself"
Changes: add noteworthy updates
spelling.t: Add more stopwords
AutoConf.pm: write "pureperl" as "pure perl" in text.
lib/Config/AutoConf.pm: bump version to 0.313 for release
Changes: note that 0.312_001 is release as 0.313
Olivier Mengué (1):
POD: rename "FUNCTIONS" section to "METHODS"
Peter Pentchev (1):
Fix some typographical errors.
Peter Rabbitson (1):
Fix spurious dependency bumps, bring back to 5.6
Salvatore Bonaccorso (1):
Imported Upstream version 0.313
ambs (47):
Patches 1 from Jens
utf8ization
Applied new patch from Jens
Update changes
applied patch 2
Updated changes
One more patch
one more applied patch
one more patch
updated changes
Nothing relevant
one more patch, one to go
updated changes
last patch
corrected changes
Sorted methods
update changes
use proper extern
0.17_01
Fixed tests that do not run under 5.10
0.17_02
Minor bug
MOre fixes
0.17
Applied patch
Applied patch
Applied patch
APplied patch
Spell fix
one more patch
One more patch
One more patch
one more patch
One more patch
0.18
Minor aesthetical change
Check -lm
-arch problem solved
Bumped version
License
Make POD tests author only.
stdint.h check at check_std_headers
Trying to close #81468
some more TODO tests
Fix Test::More plan
Bump version, release
Remove -arch removal
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-autoconf-perl.git
More information about the Pkg-perl-cvs-commits
mailing list