Changelog for
lcov-1.16+git.20220603.dfeb750-bp155.1.1.noarch.rpm :
* Wed Jun 15 2022 mliskaAATTsuse.cz- Update to version 1.16+git.20220603.dfeb750:
* lcov: Finalize release 1.16
* Makefile: Create make target for creating release tags
* lcov: Update website links
* geninfo: Fix handling of source path containing non-ASCII characters
* geninfo: support remove CR endings of old intermediate text
* lcov: Add file attributes for shell scripts
* genhtml: Add option to change HTML footer text
* genhtml: Add option to change HTML header text
* genpng: Improve dark-mode support
* lcov: quote tool_dir to enable paths with spaces.
* lcov: Improve JSON module selection
* lcov: Make JSON module configurable
* Fix genhtml on macOS
* genhtml/genpng/lcov: add missing rc support and man page entries
* Add a dark mode option
* example: Fix example relying on undefined behavior
* lcov: add a new --fail-under-lines option
* lcov: Finalize release 1.15
* Makefile: Reduce unnecessary meta-data in tar and RPM files
* geninfo: Add workaround for MSYS GCC problem
* geninfo: Change json module
* geninfo: Fix warning due to non-numerical branch count
* geninfo: Fix missing check for unterminated exclusion marker
* Exclusion of exception branches
* genhtml: Fix applying prefix to a prefix filename
* genhtml: Add more demangler options
* tests: Minor improvements
* Thu Jan 13 2022 Federico Mena Quintero
- Add dependency on findutils, as lcov\'s scripts use find(1) to locate various files in the user\'s build directories. bsc#1194671
* Fri Oct 23 2020 Martin Liška - Fix output of --version option.
* Wed Aug 12 2020 mliskaAATTsuse.cz- Update to version 1.15+git.20200812.d100e6c:
* lcov: Finalize release 1.15
* Makefile: Reduce unnecessary meta-data in tar and RPM files
* geninfo: Add workaround for MSYS GCC problem
* geninfo: Change json module
* geninfo: Fix warning due to non-numerical branch count
* geninfo: Fix missing check for unterminated exclusion marker
* Exclusion of exception branches
* genhtml: Fix applying prefix to a prefix filename
* genhtml: Add more demangler options
* tests: Minor improvements
* tests: Minor test improvements
* man: Add clarification regarding file patterns
* geninfo: Change gzip decompression module
* Fixed processing GCOV intermediate format.
* Mon Jul 27 2020 Miklos Vajna - Remove no longer needed kernel-coverage conflict (bsc#1078447)
* Sun Jul 26 2020 Bernhard Wiedemann - Update to version 1.15+git.20200723.b668fab:
* tests: Fix subdirectory testing
* tests: Provide option to specify tool parameters
* tests: Simplify test Makefiles
* Allow to override man page date (boo#1047218)
* bin: remove outdated FSF mailing address from license boilerplate
* Mon Jun 03 2019 mliskaAATTsuse.cz- Update to version 1.15+git.20190524.75fbae1 (boo#1138276):
* geninfo: Add intermediate JSON format support
* geninfo: Add intermediate text format support
* genhtml: Maintain order of branches in unnamed blocks
* man: Fix missing parameter in genhtml synopsis
* lcov: Finalize release 1.14
* geninfo: Fix missing FN: entries in result files
* Makefile: Make Perl path install-time configurable
* bin,test: Use /usr/bin/env to locate script interpreters
* bin/
*: Remove \'-w\' from interpreter specifications
* geninfo: Fix errors while resolving /././ path components
* geninfo: preserve-paths makes gcov to fail for long pathnames
* geninfo: Fix \"Can\'t use an undefined value\" error
* geninfo: Ignore artificial functions during --initial
* geninfo: Fix data collection for files containing templates
* genhtml: Unconditionally include anchor for each named line
* genhtml: Use gmtime for SOURCE_DATE_EPOCH conversion
* genhtml: honor the SOURCE_DATE_EPOCH variable
* Tolerate CDPATH being set
* CONTRIBUTING: Clarify patch format requirements
* geninfo: Fix accounting of basic blocks in exceptional paths
* lcov: Fix branch coverage summary- Depend newly on perl-PerlIO-gzip
* Thu Mar 07 2019 vmiklosAATTcollabora.com- Update to version 1.14: + GCC 8 support + Options to filter out source files during data collection based on regular expressions + Option to show number of missed lines, functions and branches + Configuration file option for --demangle-cpp + Unconditional HTML anchors in source view + SOURCE_DATA_EPOCH support for reproducible builds + Multiple bug fixes and performance improvements
* Thu Mar 15 2018 mliskaAATTsuse.cz- Port the package to git server and bump to current trunk in order to add support for GCC 8.- Remove lcov-1.13-except-unreach.patch.
* Thu Dec 22 2016 vmiklosAATTcollabora.co.uk- Update to version 1.13: + Contains bug fixes for a number of issues in various areas of LCOV. + Detailed list of changes included in this release: http://ltp.sourceforge.net/coverage/lcov/changes.php- Rename lcov-1.12-except-unreach.patch to lcov-1.13-except-unreach.patch
* Fri Oct 09 2015 vmiklosAATTcollabora.co.uk- Update to version 1.12: + Configurable coverage rate precision + Configurable exclusion markers + Improved --to-package and --from-package handling + Improved --demangle-cpp handling + Multiple prefix directories + Multiple bug fixes and stability improvements- Adapt lcov-1.11-except-unreach.patch to upstream changes -> lcov-1.12-except-unreach.patch
* Tue May 05 2015 mpluskalAATTsuse.com- Use url for source- Cleanup spec file with spec-cleaner