Hello community,

here is the log from the commit of package php7-phpunit8 for openSUSE:Factory 
checked in at 2020-08-19 18:57:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-phpunit8 (Old)
 and      /work/SRC/openSUSE:Factory/.php7-phpunit8.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-phpunit8"

Wed Aug 19 18:57:48 2020 rev:4 rq:827747 version:8.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-phpunit8/php7-phpunit8.changes      
2019-12-16 15:19:38.623157275 +0100
+++ /work/SRC/openSUSE:Factory/.php7-phpunit8.new.3399/php7-phpunit8.changes    
2020-08-19 18:59:03.895918641 +0200
@@ -1,0 +2,6 @@
+Wed Aug 19 08:15:02 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Use %_rpmmacrodir instead of wrong %{_libexecdir}/rpm/macros.d
+  (libexecdir changes to /usr/libexec).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php7-phpunit8.spec ++++++
--- /var/tmp/diff_new_pack.I3vhdg/_old  2020-08-19 18:59:04.959919207 +0200
+++ /var/tmp/diff_new_pack.I3vhdg/_new  2020-08-19 18:59:04.963919208 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php7-phpunit8
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -54,13 +54,13 @@
 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
+install -d -m 0750 %{buildroot}%{_rpmmacrodir}
+install -m 0644 %{SOURCE5} %{buildroot}%{_rpmmacrodir}/macros.phpunit
 
 %files
 %license LICENSE
 %doc README.md
 %{_bindir}/phpunit
-%{_libexecdir}/rpm/macros.d/macros.phpunit
+%{_rpmmacrodir}/macros.phpunit
 
 %changelog





Reply via email to