@@ -0,0 +1,36 @@
{
"name": "phpunit/php-file-iterator",
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"type": "library",
"keywords": [
"iterator",
"filesystem"
],
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"irc": "irc://irc.freenode.net/phpunit"
},
"require": {
"php": ">=5.3.3"
},
"autoload": {
"classmap": [
"src/"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
}
}

@@ -7,7 +7,7 @@
#
# Please, preserve the changelog entries
#
%global gh_commit 6150bf2c35d3fc379e50c7602b75caceaa39dbf0
%global gh_commit 3cc8f69b3028d0f96a9078e6295d86e9bf019be5
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-file-iterator
@@ -18,7 +18,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}

Name: php-phpunit-File-Iterator
Version: 1.4.1
Version: 1.4.2
Release: 1%{?dist}
Summary: FilterIterator implementation that filters files based on a list of suffixes

@@ -30,14 +30,16 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php(language) >= 5.3.3
BuildRequires: %{_bindir}/phpab
BuildRequires: php-fedora-autoloader-devel

# From composer.json
# "php": ">=5.3.3"
Requires: php(language) >= 5.3.3
# From phpcompatinfo report for 1.3.4
Requires: php-pcre
Requires: php-spl
# Autoloader
Requires: php-composer(fedora/autoloader)

Provides: php-composer(phpunit/php-file-iterator) = %{version}

@@ -61,8 +63,8 @@ mv File/Iterator/Iterator.php File/Iterator.php

%build
%{_bindir}/phpab \
--template fedora \
--output File/Iterator/Autoload.php \
--basedir File/Iterator \
File


@@ -92,6 +94,10 @@ fi


%changelog
* Sat Nov 26 2016 Remi Collet <remi@fedoraproject.org> - 1.4.2-1
- update to 1.4.2 (no change)
- switch to fedora/autoloader

* Sun Jul 26 2015 Remi Collet <remi@fedoraproject.org> - 1.4.1-1
- Update to 1.4.1 (only CS)

@@ -6,15 +6,15 @@
#
# Please, preserve the changelog entries
#
%global gh_commit c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5
%global gh_commit 99732be0ddb3361e16ad77b68ba41efc8e979019
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project version
%global php_home %{_datadir}/php/SebastianBergmann/
%global with_tests %{?_without_tests:0}%{!?_withou_tests:1}

Name: php-phpunit-Version
Version: 2.0.0
Version: 2.0.1
Release: 1%{?dist}
Summary: Managing the version number of Git-hosted PHP projects

@@ -26,13 +26,15 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php(language) >= 5.6
BuildRequires: %{_bindir}/phpab
BuildRequires: php-fedora-autoloader-devel

# From composer.json, "require": {
# "php": ">=5.6"
Requires: php(language) >= 5.6
Requires: php-spl
Requires: git
# Autoloader
Requires: php-composer(fedora/autoloader)

Provides: php-composer(sebastian/version) = %{version}

@@ -52,8 +54,8 @@ mkdir src/Version
%build
: Generate autoloader
%{_bindir}/phpab \
--template fedora \
--output src/Version/autoload.php \
--basedir src/Version \
src


@@ -86,6 +88,10 @@ fi


%changelog
* Sat Nov 26 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
- update to 2.0.1 (no change)
- switch to fedora/autoloader

* Mon Apr 18 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1
- update to 2.0.0
- raise minimal php version to 5.6
@@ -10,11 +10,12 @@
"email": "sebastian@phpunit.de"
}
],
"prefer-stable": true,
"require": {
"php": "^5.3.3 || ^7.0"
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0"
"phpunit/phpunit": "^5.0"
},
"autoload": {
"classmap": [
@@ -23,7 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
"dev-master": "2.0.x-dev"
}
}
}
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
%global gh_commit be2c607e43ce4c89ecd60e75c6a85c126e754aea
%global gh_commit 5795ffe5dc5b02460c3e34222fee8cbe245d8fac
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project environment
@@ -19,7 +19,7 @@
%endif

Name: php-phpunit-environment
Version: 1.3.8
Version: 2.0.0
Release: 1%{?dist}
Summary: Handle HHVM/PHP environments

@@ -30,20 +30,22 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php(language) >= 5.3.3
BuildRequires: %{_bindir}/phpab
BuildRequires: php(language) >= 5.6
BuildRequires: php-fedora-autoloader-devel
%if %{with_tests}
# from composer.json, "require-dev": {
# "phpunit/phpunit": "^4.8 || ^5."
BuildRequires: php-composer(phpunit/phpunit) >= 4.8
# "phpunit/phpunit": "^5.0"
BuildRequires: php-composer(phpunit/phpunit) >= 5.0
%endif

# from composer.json, "require": {
# "php": "^5.3.3 || ^7.0"
Requires: php(language) >= 5.3.3
# From phpcompatinfo report for 1.3.7
# "php": "^5.6 || ^7.0"
Requires: php(language) >= 5.6
# From phpcompatinfo report for 2.0.0
Requires: php-pcre
Requires: php-posix
# Autoloader
Requires: php-composer(fedora/autoloader)

Provides: php-composer(sebastian/environment) = %{version}

@@ -64,6 +66,7 @@ mv src SebastianBergmann/Environment
%build
# Generate the Autoloader
%{_bindir}/phpab \
--template fedora \
--output SebastianBergmann/Environment/autoload.php \
SebastianBergmann/Environment

@@ -114,6 +117,11 @@ rm -rf %{buildroot}


%changelog
* Sat Nov 26 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1
- update to 2.0.0
- raise dependency on PHP 5.6
- switch to fedora/autoloader

* Wed Aug 31 2016 Remi Collet <remi@fedoraproject.org> - 1.3.8-1
- update to 1.3.8