commit php7-phpunit8 for openSUSE:Factory

2020-08-19 Thread root
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 
+
+- 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







commit php7-phpunit8 for openSUSE:Factory

2019-12-16 Thread root
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 
+
+- 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 @@
 
 [![Latest Stable 
Version](https://img.shields.io/packagist/v/phpunit/phpunit.svg?style=flat-square)](https://packagist.org/packages/phpunit/phpunit)
 [![Minimum PHP 
Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?style=flat-square)](https://php.net/)
-[![Build 
Status](https://img.shields.io/travis/sebastianbergmann/phpunit/8.0.svg?style=flat-square)](https://phpunit.de/build-status.html)
+[![Build 
Status](https://img.shields.io/travis/sebastianbergmann/phpunit/8.5.svg?style=flat-square)](https://phpunit.de/build-status.html)
+[![CI 
Status](https://github.com/sebastianbergmann/phpunit/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/phpunit/actions)
+[![Type 
Coverage](https://shepherd.dev/github/sebastianbergmann/phpunit/coverage.svg)](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 

commit php7-phpunit8 for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package php7-phpunit8 for openSUSE:Factory 
checked in at 2019-04-01 12:37:43

Comparing /work/SRC/openSUSE:Factory/php7-phpunit8 (Old)
 and  /work/SRC/openSUSE:Factory/.php7-phpunit8.new.25356 (New)


Package is "php7-phpunit8"

Mon Apr  1 12:37:43 2019 rev:2 rq:689858 version:8.0.6

Changes:

--- /work/SRC/openSUSE:Factory/php7-phpunit8/php7-phpunit8.changes  
2019-03-27 16:21:36.951527109 +0100
+++ /work/SRC/openSUSE:Factory/.php7-phpunit8.new.25356/php7-phpunit8.changes   
2019-04-01 12:37:44.669896786 +0200
@@ -1,0 +2,6 @@
+Fri Mar 29 11:44:33 UTC 2019 - suse+bu...@de-korte.org
+
+- Update package to release 8.0.6
+  * Fixed #3564: Production code uses class from test suite's fixture
+
+---

Old:

  phpunit-8.0.5.phar
  phpunit-8.0.5.phar.asc

New:

  phpunit-8.0.6.phar
  phpunit-8.0.6.phar.asc



Other differences:
--
++ php7-phpunit8.spec ++
--- /var/tmp/diff_new_pack.2ecsug/_old  2019-04-01 12:37:46.857897840 +0200
+++ /var/tmp/diff_new_pack.2ecsug/_new  2019-04-01 12:37:46.861897842 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   php7-phpunit8
-Version:8.0.5
+Version:8.0.6
 Release:0
 Summary:Testing framework for PHP
 License:BSD-2-Clause