Hello community,
here is the log from the commit of package php5-pear-phpunit-PHP_CodeCoverage
for openSUSE:Factory checked in at 2014-03-21 13:52:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5-pear-phpunit-PHP_CodeCoverage (Old)
and /work/SRC/openSUSE:Factory/.php5-pear-phpunit-PHP_CodeCoverage.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php5-pear-phpunit-PHP_CodeCoverage"
Changes:
--------
---
/work/SRC/openSUSE:Factory/php5-pear-phpunit-PHP_CodeCoverage/php5-pear-phpunit-PHP_CodeCoverage.changes
2012-04-17 22:00:56.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.php5-pear-phpunit-PHP_CodeCoverage.new/php5-pear-phpunit-PHP_CodeCoverage.changes
2014-03-21 13:52:24.000000000 +0100
@@ -1,0 +2,75 @@
+Sat Nov 23 09:54:41 UTC 2013 - [email protected]
+
+- Update to version 1.2.13
+ * Fixed the origin of the coordinate system for the dashboard
+ charts
+
+-------------------------------------------------------------------
+Sun Aug 4 21:53:49 UTC 2013 - [email protected]
+
+- Updated to version 1.2.12
+ * Fixed #173: JavaScript error in the HTML report.
+ * Fixing an issue where an anonymous function as the last "method"
+ in a class would cause the coverage report to ignore the rest.
+- Updated to version 1.2.11
+ * Fixed #151: Blacklisted PHPUnit Phar.
+ * Fixed sebastianbergmann/phpunit#924.
+- Updated to version 1.2.10
+ * Fixed #158: Executable code on a line that has a comment is
+ processed incorrectly.
+ * Eliminated the coupling to PHPUnit_Util_Printer in
+ PHP_CodeCoverage_Report_Text.
+- Updated to version 1.2.9
+ * Improved rendering of "lines covered" numbers for functions and
+ methods with long names or argument lists.
+ * Fixed the title of the Y axis of the Code Coverage ./. Cyclomatic
+ Complexity dashboard chart.
+ * Upgraded to Highcharts 2.3.5.
+ * Upgraded to jQuery 1.9.1.
+- Updated to version 1.2.8
+ * Reduced vertical whitespace in sourcecode view.
+ * Upgraded to Bootstrap 2.2.2.
+- Updated to version 1.2.7
+ * The html5shiv.js is now bundled.
+ * Fixed sebastianbergmann/phpunit#702: @coversNothing didn't work
+ as documented.
+- Updated to version 1.2.6
+ * Fixed #126: E_NOTICE thrown when generating coverage report.
+- Updated to version 1.2.5
+ * Fixed regression introduced in PHP_CodeCoverage 1.2.4.
+- Updated to version 1.2.4
+ * Fixed #123: Incorrect code coverage for interfaces.
+- Updated to version 1.2.3
+ * Implemented #116: Do not rely on autoloader class map to
+ populate blacklist.
+ * Added support for parentheses after method names in the @covers
+ annotation.
+ * When addUncoveredFilesFromWhitelist=FALSE is set then files that
+ are whitelisted but not covered by a single test are now excluded
+ from the code coverage.
+ * Fixed #81: Non-english locales broke the coverage bars in the
+ HTML report.
+ * Fixed #118: Percentage for tested classes and traits displayed
+ incorrectly.
+ * Fixed #121: One line @covers annotations did not work.
+- Updated to version 1.2.2
+ * Fixed #115: Backwards compatibility wrapper for trait_exists()
+ does not work.
+- Updated to version 1.2.1
+ * Fixed invalid markup in the HTML report.
+ * The version number is now displayed when using PHP_CodeCoverage
+ from a Composer install or Git checkout.
+- Updated to version 1.2.0
+ * The HTML report has been redesigned.
+ * The new @coversDefaultClass annotation enables short @covers
+ annotations when working with long class names or namespaces.
+ * The new @coversNothing annotation can be used so tests do not
+ record any code coverage. Useful for integration testing.
+ * When processUncoveredFilesFromWhitelist=FALSE is set then files
+ that are whitelisted but not covered by a single test are now
+ included in the code coverage but with all lines, including those
+ that are not executable, counted as not executed.
+ * PHP_CodeCoverage 1.2 is only supported on PHP 5.3.3 (or later) and
+ PHP 5.4.7 (or later) is highly recommended.
+
+-------------------------------------------------------------------
Old:
----
PHP_CodeCoverage-1.1.2.tgz
New:
----
PHP_CodeCoverage-1.2.13.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php5-pear-phpunit-PHP_CodeCoverage.spec ++++++
--- /var/tmp/diff_new_pack.IVNvR2/_old 2014-03-21 13:52:24.000000000 +0100
+++ /var/tmp/diff_new_pack.IVNvR2/_new 2014-03-21 13:52:24.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package php5-pear-phpunit-PHP_CodeCoverage
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,37 @@
#
-
Name: php5-pear-phpunit-PHP_CodeCoverage
%define pear_name PHP_CodeCoverage
%define pear_sname php_codecoverage
Summary: PHP code coverage information
License: BSD-3-Clause
Group: Development/Libraries/PHP
-Version: 1.1.2
-Release: 1
+Version: 1.2.13
+Release: 0
Source0: http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
Url: http://pear.phpunit.de/
Requires: php5-pear-channel-phpunit
-Requires: php5-pear-phpunit-PHP_TokenStream >= 1.1.0
+Requires: php5-pear-phpunit-File_Iterator >= 1.3.0
+Requires: php5-pear-phpunit-PHP_TokenStream >= 1.1.3
+Requires: php5-pear-phpunit-Text_Template >= 1.1.1
BuildRequires: php-macros
BuildRequires: php5-pear
BuildRequires: php5-pear-channel-phpunit
+BuildRequires: php5-pear-phpunit-File_Iterator >= 1.3.0
+BuildRequires: php5-pear-phpunit-PHP_TokenStream >= 1.1.3
+BuildRequires: php5-pear-phpunit-Text_Template >= 1.1.1
BuildArch: noarch
# Fix for renaming (package convention)
-Provides: php5-pear-%{pear_sname} = %{version}
-Provides: php-pear-%{pear_sname} = %{version}
-Provides: php-pear-%{pear_name} pear-%{pear_name}
+Provides: pear-%{pear_name}
Provides: pear-%{pear_sname} = %{version}
-Obsoletes: php5-pear-%{pear_sname} < %{version}
-Obsoletes: php-pear-%{pear_sname} < %{version}
+Provides: php-pear-%{pear_name}
+Provides: php-pear-%{pear_sname} = %{version}
+Provides: php5-pear-%{pear_sname} = %{version}
Obsoletes: pear-%{pear_sname} < %{version}
+Obsoletes: php-pear-%{pear_sname} < %{version}
+Obsoletes: php5-pear-%{pear_sname} < %{version}
%description
Library that provides collection, processing, and rendering functionality for
PHP code coverage information.
++++++ PHP_CodeCoverage-1.1.2.tgz -> PHP_CodeCoverage-1.2.13.tgz ++++++
++++ 14669 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]