Blob Blame History Raw
-------------------------------------------------------------------
Fri Jan 20 08:54:53 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>

- Refresh 9.5.28 source files as they seem to have been republished

-------------------------------------------------------------------
Tue Jan 17 12:33:51 UTC 2023 - pgajdos@suse.com

- %nil flavor implies Name: phpunit

-------------------------------------------------------------------
Thu Jan 12 15:01:15 UTC 2023 - pgajdos@suse.com

- package reworked, php7 and php8 flavors
- Update package to release 9.5.28
  * https://github.com/sebastianbergmann/phpunit/blob/9.5/ChangeLog-9.5.md

-------------------------------------------------------------------
Wed Aug 19 08:15:02 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

- Use %_rpmmacrodir instead of wrong %{_libexecdir}/rpm/macros.d
  (libexecdir changes to /usr/libexec).

-------------------------------------------------------------------
Sun Dec 15 11:30:33 UTC 2019 - Arjen de Korte <suse+build@de-korte.org>

- 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

-------------------------------------------------------------------
Fri Mar 29 11:44:33 UTC 2019 - suse+build@de-korte.org

- Update package to release 8.0.6
  * Fixed #3564: Production code uses class from test suite's fixture

-------------------------------------------------------------------
Tue Mar 26 16:39:40 UTC 2019 - Johannes Weberhofer <jweberhofer@weberhofer.at>

- Added obsoletes statements to php7-phpunit7_0 and php7-phpunit6 to allow
  a smooth update

-------------------------------------------------------------------
Sun Mar 17 14:05:17 UTC 2019 - suse+build@de-korte.org

- Update package to release 8.0.5
  * Fixed #3480: Wrong return type declaration for TestCase::getExpectedExceptionMessage()
    and TestCase::getExpectedExceptionMessageRegExp()
  * Fixed #3532: Wrong default value for cacheResult in phpunit.xsd
  * Fixed #3539: Wrong default value for resolveDependencies in
    phpunit.xsd
  * Fixed #3550: Check for valid attribute names in assertObjectHasAttribute()
    is too strict
  * Fixed #3555: Extension loader only allows objects that implement
    TestHook but should also allow Hook
  * Fixed #3560: TestDox does not work when tests are filtered

-------------------------------------------------------------------
Tue Feb 19 22:26:50 UTC 2019 - suse+build@de-korte.org

- Update package to release 8.0.4
  * Fixed #3530: generateClassFromWsdl() does not handle methods
    with multiple output values
  * Fixed #3531: Test suite fails on warning
  * Fixed #3534: Wrong message in ConstraintTestCase
  * Fixed #3535: TypeError in Command

-------------------------------------------------------------------
Mon Feb 18 12:02:41 UTC 2019 - suse+build@de-korte.org

- Change install location of macros.phpunit

-------------------------------------------------------------------
Sat Feb 16 14:42:41 UTC 2019 - suse+build@de-korte.org

- Update package to release 8.0.3
  * 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:07:34 UTC 2019 - suse+build@de-korte.org

- Add macros.phpunit to fixup unit tests for PHPUnit 

-------------------------------------------------------------------
Wed Feb 13 10:25:29 UTC 2019 - suse+build@de-korte.org

- Updated package to release 8.0.2
  * Fixed #3352: Using phpunit.phar with PHPDBG does not work with
    auto_globals_jit=On
  * Fixed #3508: TypeError in Fileloader when trying to load
    nonexistent file
  * Fixed #3511: Asserting that an object is contained in an
    iterable while using == instead of === is no longer possible

-------------------------------------------------------------------
Wed Feb  6 14:58:13 UTC 2019 - suse+build@de-korte.org

- Only build for supported PHP versions
- Added source verification

-------------------------------------------------------------------
Wed Feb  6 08:31:03 UTC 2019 - suse+build@de-korte.org

- Remove fixup of shebang (causes a SHA1 failure)

-------------------------------------------------------------------
Tue Feb  5 19:30:53 UTC 2019 - suse+build@de-korte.org

- Initial release for php7-phpunit8