Hello community,
here is the log from the commit of package php7-phpunit7_0 for openSUSE:Factory
checked in at 2019-02-19 12:01:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-phpunit7_0 (Old)
and /work/SRC/openSUSE:Factory/.php7-phpunit7_0.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-phpunit7_0"
Tue Feb 19 12:01:49 2019 rev:4 rq:677131 version:7.5.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-phpunit7_0/php7-phpunit7_0.changes
2019-02-14 14:36:28.467567938 +0100
+++
/work/SRC/openSUSE:Factory/.php7-phpunit7_0.new.28833/php7-phpunit7_0.changes
2019-02-19 12:02:37.509069085 +0100
@@ -1,0 +2,21 @@
+Mon Feb 18 11:47:03 UTC 2019 - [email protected]
+
+- Change install location of macros.phpunit
+
+-------------------------------------------------------------------
+Sat Feb 16 14:46:42 UTC 2019 - [email protected]
+
+- Updated package to release 7.5.5
+ * Fixed #3011: Unsupported PHPT --SECTION-- throws unhandled
+ exception
+ * Fixed #3461: StringEndsWith matches too loosely
+ * Fixed #3515: Random order seed is only printed in verbose mode
+ * Fixed #3517: Useless error message when depending on test that
+ does not exist
+
+-------------------------------------------------------------------
+Fri Feb 15 09:06:00 UTC 2019 - [email protected]
+
+- Add macros.phpunit to fixup unit tests for PHPUnit
+
+-------------------------------------------------------------------
Old:
----
phpunit-7.5.4.phar
phpunit-7.5.4.phar.asc
New:
----
macros.phpunit
phpunit-7.5.5.phar
phpunit-7.5.5.phar.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php7-phpunit7_0.spec ++++++
--- /var/tmp/diff_new_pack.NSVmJN/_old 2019-02-19 12:02:38.301068679 +0100
+++ /var/tmp/diff_new_pack.NSVmJN/_new 2019-02-19 12:02:38.305068677 +0100
@@ -17,7 +17,7 @@
Name: php7-phpunit7_0
-Version: 7.5.4
+Version: 7.5.5
Release: 0
Summary: Testing framework for PHP
License: BSD-2-Clause
@@ -28,6 +28,7 @@
Source2: %{name}.keyring
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.4.0
BuildRequires: php7 >= 7.1.0
Requires: php7 < 7.4.0
@@ -35,7 +36,6 @@
Requires: php7-dom
Requires: php7-phar
Provides: php-phpunit = %{version}
-Obsoletes: php-phpunit < %{version}
BuildArch: noarch
%description
@@ -52,10 +52,14 @@
# Install compiled phar file
install -d -m 0750 %{buildroot}%{_bindir}
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
%files
%license LICENSE
%doc README.md
%{_bindir}/phpunit
+%{_libexecdir}/rpm/macros.d/macros.phpunit
%changelog
++++++ macros.phpunit ++++++
# macro: default PHP CS rules to apply for this version of PHPUnit
%php_cs_fixer_rules php_unit_namespaced,void_return