Hello community, here is the log from the commit of package php7-phpunit8 for openSUSE:Factory checked in at 2019-12-16 15:19:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-phpunit8 (Old) and /work/SRC/openSUSE:Factory/.php7-phpunit8.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-phpunit8" Mon Dec 16 15:19:36 2019 rev:3 rq:757176 version:8.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-phpunit8/php7-phpunit8.changes 2019-04-01 12:37:44.669896786 +0200 +++ /work/SRC/openSUSE:Factory/.php7-phpunit8.new.4691/php7-phpunit8.changes 2019-12-16 15:19:38.623157275 +0100 @@ -1,0 +2,14 @@ +Sun Dec 15 11:30:33 UTC 2019 - Arjen de Korte <[email protected]> + +- Update package to release 8.5.0 + * https://github.com/sebastianbergmann/phpunit/blob/8.5/ChangeLog-8.5.md +- Update package to release 8.4.3 + * https://github.com/sebastianbergmann/phpunit/blob/8.4.3/ChangeLog-8.4.md +- Update package to release 8.3.5 + * https://github.com/sebastianbergmann/phpunit/blob/8.3.5/ChangeLog-8.3.md +- Update package to release 8.2.5 + * https://github.com/sebastianbergmann/phpunit/blob/8.2.5/ChangeLog-8.2.md +- Update package to release 8.1.6 + * https://github.com/sebastianbergmann/phpunit/blob/8.1.6/ChangeLog-8.1.md + +------------------------------------------------------------------- Old: ---- phpunit-8.0.6.phar phpunit-8.0.6.phar.asc New: ---- php7-phpunit8.rpmlintrc phpunit-8.5.0.phar phpunit-8.5.0.phar.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-phpunit8.spec ++++++ --- /var/tmp/diff_new_pack.Dphibt/_old 2019-12-16 15:19:42.155155804 +0100 +++ /var/tmp/diff_new_pack.Dphibt/_new 2019-12-16 15:19:42.155155804 +0100 @@ -1,7 +1,7 @@ # # spec file for package php7-phpunit8 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: php7-phpunit8 -Version: 8.0.6 +Version: 8.5.0 Release: 0 Summary: Testing framework for PHP License: BSD-2-Clause @@ -29,23 +29,22 @@ Source3: https://raw.githubusercontent.com/sebastianbergmann/phpunit/%{version}/LICENSE Source4: https://raw.githubusercontent.com/sebastianbergmann/phpunit/%{version}/README.md Source5: macros.phpunit -BuildRequires: php7 < 7.5.0 -BuildRequires: php7 >= 7.2.0 -Requires: php7 < 7.5.0 -Requires: php7 >= 7.2.0 -Requires: php7-dom -Requires: php7-phar +Source6: %{name}.rpmlintrc +BuildRequires: php7 > 7.2.0 +Requires: php-dom +Requires: php-phar +Requires: php7 > 7.2.0 Obsoletes: php7-phpunit6 Obsoletes: php7-phpunit7_0 +Provides: php-phpunit = %{version} +Obsoletes: php-phpunit < %{version} BuildArch: noarch %description PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. %prep -%setup -q -c -T cp %{SOURCE3} %{SOURCE4} . -cp %{SOURCE0} phpunit %build # empty section @@ -53,7 +52,7 @@ %install # Install compiled phar file install -d -m 0750 %{buildroot}%{_bindir} -install -m 0755 phpunit %{buildroot}%{_bindir}/phpunit +install -m 0755 %{SOURCE0} %{buildroot}%{_bindir}/phpunit # Install macros specific for this version of PHPUnit to be used by other applications install -d -m 0750 %{buildroot}%{_libexecdir}/rpm/macros.d install -m 0644 %{SOURCE5} %{buildroot}%{_libexecdir}/rpm/macros.d/macros.phpunit ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.Dphibt/_old 2019-12-16 15:19:42.195155787 +0100 +++ /var/tmp/diff_new_pack.Dphibt/_new 2019-12-16 15:19:42.195155787 +0100 @@ -4,16 +4,18 @@ [](https://packagist.org/packages/phpunit/phpunit) [](https://php.net/) -[](https://phpunit.de/build-status.html) +[](https://phpunit.de/build-status.html) +[](https://github.com/sebastianbergmann/phpunit/actions) +[](https://shepherd.dev/github/sebastianbergmann/phpunit) ## Installation -We distribute a [PHP Archive (PHAR)](https://php.net/phar) that has all required (as well as some optional) dependencies of PHPUnit 8.0 bundled in a single file: +We distribute a [PHP Archive (PHAR)](https://php.net/phar) that has all required (as well as some optional) dependencies of PHPUnit 8.5 bundled in a single file: ```bash -$ wget https://phar.phpunit.de/phpunit-8.0.phar +$ wget https://phar.phpunit.de/phpunit-8.5.phar -$ php phpunit-8.0.phar --version +$ php phpunit-8.5.phar --version ``` Alternatively, you may use [Composer](https://getcomposer.org/) to download and install PHPUnit as well as its dependencies. Please refer to the "[Getting Started](https://phpunit.de/getting-started-with-phpunit.html)" guide for details on how to install PHPUnit. ++++++ php7-phpunit8.rpmlintrc ++++++ # Silence expected warning addFilter("obsolete-not-provided") # This can't be fixed without breaking the internal checksums # in the .phar file addFilter("env-script-interpreter")
