This is an automated email from the git hooks/post-receive script. carnil pushed a change to branch master in repository libconfig-autoconf-perl.
from 5612438 update changelog adds f039393 Imported from personal SVN adds 1cdd034 Patches 1 from Jens adds 5b7cdd6 utf8ization adds 413f99d Applied new patch from Jens adds f3f8db8 Update changes adds 8ae1928 applied patch 2 adds f5d4725 refactor (especially check_lib to use link_if_else) to improve autoconf feeling adds 767d1f4 Updated changes adds acd0469 One more patch adds bde4627 renaming / reordering tests: find progs -> can compile -> can link adds 74cdf6c one more applied patch adds bb8daf6 add independent test for search_libs() (independent from check_lib()) adds 094a0fe one more patch adds 1b341ba updated changes adds 21996c9 Nothing relevant adds 2ac05c1 - move action-if-[not-]found execution into cache executed code part to avoid multiple code execution - add check_decl / check_decls with tests adds e01b567 one more patch, one to go adds 34e3198 updated changes adds a869d14 add check_type and check_types with tests adds c86a260 last patch adds 1ac76e8 corrected changes adds 3884e20 some style fixes raised during merging ;) adds 8a2784b add autoconf alike msg_* methods for printing states or errors adds e417f93 Sorted methods adds ecdbe47 capture error output of compiler using Capture::Tiny adds 2862d10 implement action and error logging into "config.log" and delete logfiles created during tests adds c3f841b add write_config_h adds bee0a47 update changes adds 1bbb9b9 use proper extern adds 4444865 0.17_01 adds e7a7059 Fixed tests that do not run under 5.10 adds bd754ee 0.17_02 adds ee69588 Minor bug adds 4e28698 MOre fixes adds a5594ca 0.17 adds 0634b78 add API to extend tool invocation - but no tests (don't know how to test at the moment) adds 32f50b8 Applied patch adds b18de34 extract distict header check code into seperate method to allow complex checks as check_dirent_header or check_resolv_header adds b9a6f31 Applied patch adds 4ae7f12 add check_dirent_header (including test) adds 5580e6e Applied patch adds fa26c51 rename cache variable for dirent header adds b9d7d32 APplied patch adds 4b31d55 Spell fix adds 6e4b553 fix wrong copied cache comment (macro -> method) adds 3908863 one more patch adds 9e041b6 add methods for size checking, int computing (by compile) and do boolean checks in compiler adds a76519b One more patch adds fbc6cbd add compute_int() and fix bsearch in _compute_int_compile() adds 726009f One more patch adds 2b43c90 fix define name of check_sizeof_type() adds b2d4846 one more patch adds 7baca78 add check_alignof_type() and check_alignof_types() adds 3788069 One more patch adds 9099a7f 0.18 adds 9c464a3 Minor aesthetical change adds 311ec05 Check -lm adds 33b42e0 -arch problem solved adds ed0f7f8 Bumped version adds 4b2fe40 License adds 915c643 Make POD tests author only. adds ab3c9eb stdint.h check at check_std_headers adds ae5642e Trying to close #81468 adds afc7fde some more TODO tests adds 8633faf Fix spurious dependency bumps, bring back to 5.6 adds a60d6fe invoke methods, not functions (allow overriding) adds f05ba26 introduce check_prog_pkg_config adds e652a4f fix warnings and invocation issues at check_prog adds 1823531 improve tests for progs adds e31edf2 bump version to 0.23 adds 4df2e5c merge newer Makefile.PL and author tests adds c806572 BAIL_OUT when unable to load C::AC adds aebd59b prove only the executable part (hopefully). adds bd32524 fix spelling typo adds 8784ba6 add pkg-config check for cflags/libs adds 016f5a7 update MANIFEST and introduce reasonable SKIP-File adds 17fadeb add Changes for 0.23 and reformat Changes adds d9042c7 fix typo for Perl 5.006 bundled EU::MM adds 74e1fcd update META.* adds 7ce7a41 fix MANIFEST for sane release adds 0a4401a bump version to 0.24 for next big shot adds 7452d32 fix issue#2 - 0.23 Makefile.PL changes lost deps adds de9cd38 name even core dependencies of 5.8 to support ... adds 140993e hppa support & improved 5.6 adds dd1aa78 Note changes for 0.24 adds 4bdc099 fix typo in <5.7.3 ease up :) adds 18dd011 bump version to 0.25 for next shot adds 7c2aea6 Fix Test::More plan adds ffe1fa5 Bump version, release adds 7ca0b55 remove "use 5.006" line adds fadc12f provide fix as meaned for pkg-config test adds f6d2af1 fix C::AC complains about unset results adds 53bc208 fix typo adds 294a386 bump version to 0.26 adds 4516738 Bump version to 0.27 adds 74b18a2 add some prereqs to ensure old Perls get them all adds bd26ee4 add missing } in pure perl of looks_like_number adds bb4ddb6 add missing test prereq for $] < 5.008 adds ca210d7 summarize Changes of 0.27 & add date of 0.26 adds 14c8909 bump to 0.28 adds a85c18b fix S::C recommendation (it's not a require!) adds 373f785 add rules for travis how to test adds a721d92 improve prog checks when used with args adds 15b09e3 honor ac_cv_* env settings as they're cache idents adds 50e1ac6 note the Changes done til now ... adds 8b6e5e7 no reason to have META.* in repo ... adds 3fb02d9 add support for check_prog_lex and *_sed adds 2b916ed add support to prove for sane perl devel-env. adds 0fc9dfe add checks to prove for pureperl build adds a1e4173 add some comfort for checking perl api can be used adds 218f64e add latest changelog entries and prepare release adds 99d4ace set release date to today - since I waited a day adds d539231 bump version to 0.29 for next shot adds c0acff0 skip author tests on unsupported perl versions adds 19cc36f add dummy doc for fallbacks for older perls adds 8bcd683 make perl compile/link tests optional until adds 8316d9a bump version to 0.300 for next shot adds 9681c0d add Changes for 0.29 adds f28bf8a include compiler commands in log adds 368bbc1 add support for appending to logfiles adds fd6651d quick shot for better smoke testing adds d3b4e40 better inspection of failures during smoke adds a094ccd note Changes for 0.300 adds 158a714 add "kwalitee" author test adds 5a88cf8 bump version to 0.301 for next adds 9cd5793 ignore cover_db for MANIFEST adds 980de8c Implement Tux proposal of tee'ing log adds cf520f1 note the Changes for 0.301 adds c2d67ea bump version to 0.302 for next shot adds 5af95f5 handle AUTHOR array for older EU::MM's adds dffe4b7 fix multiple log targets for snooping smoke errors adds 8f702b1 note 0.302 changes adds 38599af enable cleanup at END and fix double -lm adds ef53c40 add recent 03-link.t double -lm cleanup to Changes adds 056b1ae bump version to 0.303 for next (nice smoker) shot adds c58cb02 remove IO::Tee test_depends - Tux proposal rulez adds 55b3d33 enjoy the silence adds 1dba8f2 clean up debug adds fecb6d2 fix perl-api test for threaded adds 5d88b5a looks as if 2nd smoke error comes from static ... adds 2edaad8 add Changes for 0.303 adds 2c475bf seems most required modules fail if $] < 5.010 adds 1738464 pass some TODO's on AUTHOR's environment adds ee0c2f0 bump version to 0.304 adds dca2719 try to rearrange libs used for linking ... adds 5fb91d9 put -lperl before $Config{perllibs} adds 65786d5 rework check_prog to improve for " " in prog path adds ca96c7c re-enable cleanup at END adds b16f870 don't TODO -lm on non-win32 adds 56ee5bd add nytprof stuff being ignored adds 754f224 doing some micro-optimizations adds d739b2f note Changes for 0.304 adds 1472ca0 bump version to 0.305 ... adds 7a824c7 skip tests when compiler doesn't do right job adds e8a14d0 add implementation as discussed for check_sane_xs adds a95c516 feedback from ribasushi: don't like cac ;) adds e700822 note Changes for 0.305 adds 31ce081 bump version to 0.306 adds d190f6b indent source sanely adds 5fa179e ignore more vim swap files adds a382b86 populate API to prove XS in Makefile.PL/Build.PL adds 9e8c7d5 port check_func(s) from rra as shown in issues#5 adds 994d3ec Perl::Tidy tests to help autarch with issue#4 adds a8183bb refactor all basic checks to a unique API adds d8f09eb Add documentation for check*header adds 78ced4e work in feedback from ribasushi to allow ... adds ad8ad88 removed MANIFEST from repository - developers ... adds 6b6897f add $options hash to check_produce_xs_build adds 2b6a885 add all available Perl's to travis config adds 185a04b remove Perl 5.8 from .travis.yml because author-test-prereq adds 9f5b834 refactor lib test related link checks using ... adds 8be2ba3 re-order check_lib / check_lm adds a51c52d refactor pkg_config_package_flags for \%options adds 2db8c78 Make ExtUtils::CBuilder optional for running adds 7d29861 port some adoptions from other @rehsack dists ... adds 9c0d768 Change version to 0.306_001 to clarify it's a dev adds ae9f851 reflect Changes for 0.306_001 adds b6ff5ea fix weird win32 testers broken environments adds bfcf734 reflect Changes for 0.306_002 adds 1c0a6ca prepare for 0.307 release adds a91371d bump version after release to 0.308 for next shot adds 977a4d4 deal with "no C compiler available" properly adds 0a7eadc reflect recent changes (for 0.308...) adds c14fb6f bump version to 0.309 after release for next shot adds a4756af Remove -arch removal adds fb7244f SCM allow us to delete code instead of commenting adds defdb3e reflect 0.309 changes adds b91ecb5 bump version to 0.310 after release adds 7ca5ac1 remove applied patches from repository adds 50d4ef8 Fix some typographical errors. adds 8ead7a0 bump copyright year adds c48ebd1 name Peter Rabbitson in acknowledgements adds 95f8fed move README -> README.md for improved frontpage adds 9dcf809 improve meta-data and author tests adds 0483faa improve bundled POD adds 8f5b9b7 reflect Changes adds 3f1a389 Update release-date adds 118707e bump version to 0.311 after release adds 82fbf9c more orthographic fixes adds b551392 add C::AC related proven stop-words adds 02022cb check_member(s) fix adds ff87776 merging 554c400 by hand into t/02.compile.t adds ea6d3f6 reflect changes adds 9e85a6e no new issues last 10 days - prepare for release adds 95168b6 bump version to 0.312 after releasing 0.311 adds c1ed7fc POD: rename "FUNCTIONS" section to "METHODS" adds 002595c fix minimum perl requirements for author tests adds fc4d81f .travis.yml: add perl-5.22 to be tested, too adds 5952c54 AutoConf.pm: fix "check_member only works if member is a scalar value" adds 0a2b7d4 AutoConf.pm: bump copyright year adds fd0ae0e AutoConf.pm: Fix typos adds 448f2de AutoConf.pm: Fix false positive "compile_if_else" when CC=true adds ccba0c3 AutoConf: Fix CPAN Ratings URI adds be872f2 AutoConf.pm: change version to 0.312_001 to have a DEV-release first adds d9fe2e5 README.md: re-create from updated sources adds c63eb42 LICENSE: add license documents for "same license as Perl5 itself" adds 7ad230f Changes: add noteworthy updates adds 026541d spelling.t: Add more stopwords adds cc7417d AutoConf.pm: write "pureperl" as "pure perl" in text. adds cf32c8d lib/Config/AutoConf.pm: bump version to 0.313 for release adds c51d709 Changes: note that 0.312_001 is release as 0.313 adds 6d623f5 Imported Upstream version 0.313 new 13f40fd Merge tag 'upstream/0.313' new 7757845 Update debian/changelog new 1f36e8d Update copyright years for upstream files new bbb1291 Update copyright years for debian/* packaging files new dc4de8d Declare compliance with Debian policy 3.9.8 new 9893c49 Update debian/changelog file The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: ARTISTIC-1.0 | 130 +++++++++++++++++++++++++ Changes | 12 +++ GPL-1 | 252 +++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 16 ++++ MANIFEST | 3 + META.json | 5 +- META.yml | 5 +- README.md | 156 +++++++++++++++--------------- debian/changelog | 11 ++- debian/control | 2 +- debian/copyright | 6 +- lib/Config/AutoConf.pm | 72 ++++++++++---- t/02.compile.t | 14 +++ 13 files changed, 579 insertions(+), 105 deletions(-) create mode 100644 ARTISTIC-1.0 create mode 100644 GPL-1 create mode 100644 LICENSE -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-autoconf-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits