Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-symfony2-Process-2.1.7-1.fc12.remi RPM for noarch

From Les RPM de Remi for Fedora 12 for x86_64

Name: php-symfony2-Process Distribution: Unknown
Version: 2.1.7 Vendor: Remi Collet
Release: 1.fc12.remi Build date: Mon Jan 21 10:41:52 2013
Group: Development/Libraries Build host: dixsept.famillecollet.com
Size: 72622 Source RPM: php-symfony2-Process-2.1.7-1.fc12.remi.src.rpm
Packager: http://blog.famillecollet.com/
Url: http://symfony.com/doc/current/components/process.html
Summary: Symfony2 Process Component
The Process Component executes commands in sub-processes.

Provides

Requires

License

MIT

Changelog

* Mon Jan 21 2013 Remi Collet <RPMS@FamilleCollet.com> 2.1.7-1
  - update to 2.1.7
* Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.6-1
  - update to 2.1.6 (no change)
* Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.5-1
  - update to 2.1.5
* Thu Nov 29 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.4-1
  - update to 2.1.4
* Tue Nov 13 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.3-2
  - Removed .gitattributes and .gitignore files from package.xml
* Sun Nov 11 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.3-1
  - Updated to upstream version 2.1.3
* Tue Oct 30 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.3-1
  - sync with rawhide, update to 2.1.3
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.2-2
  - Added "%global pear_metadir" and usage in %install
  - Changed RPM_BUILD_ROOT to %{buildroot}
* Sat Oct 20 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.2-1
  - Updated to upstream version 2.1.2
  - PHP minimum version 5.3.3 instead of 5.3.2
  - Added php-pcntl, php-pcre and php-reflection requires
  - Added PEAR package.xml modifications
  - Added patch for tests' bootstrap.php
  - Added tests (%check)
* Sat Oct 06 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.2-1
  - update to 2.1.2
* Sat Sep 15 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.17-1
  - Update to 2.0.17, backport for remi repository
* Sat Sep 15 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.17-1
  - Updated to upstream version 2.0.17
  - Added php-spl require
* Tue Jul 17 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1
  - Update to 2.0.16, backport for remi repository
* Sun Jul 15 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.16-1
  - Updated to upstream version 2.0.16
  - Minor syntax updates
* Mon Jun 11 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-1
  - rebuild for remi repository
* Wed May 30 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.15-1
  - Updated to upstream version 2.0.15
  - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"
  - Updated %prep section
  - Removed cleaning buildroot from %install section
  - Removed documentation move from %install section (fixed upstream)
  - Removed %clean section
  - Updated %doc in %files section
* Sun May 20 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.14-3
  - Moved documentation to correct location
* Sun May 20 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.14-2
  - Removed BuildRoot
  - Changed php require to php-common
  - Removed %defattr from %files section
* Fri May 18 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.14-1
  - Updated to upstream version 2.0.14
  - %global instead of %define
  - Removed unnecessary cd from %build section
* Wed May 02 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.13-1
  - Updated to upstream version 2.0.13
* Sat Apr 21 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.12-1
  - Initial package

Files

/usr/share/doc/pear/Process
/usr/share/doc/pear/Process/Symfony
/usr/share/doc/pear/Process/Symfony/Component
/usr/share/doc/pear/Process/Symfony/Component/Process
/usr/share/doc/pear/Process/Symfony/Component/Process/CHANGELOG.md
/usr/share/doc/pear/Process/Symfony/Component/Process/LICENSE
/usr/share/doc/pear/Process/Symfony/Component/Process/README.md
/usr/share/doc/pear/Process/Symfony/Component/Process/composer.json
/usr/share/pear/Symfony
/usr/share/pear/Symfony/Component
/usr/share/pear/Symfony/Component/Process
/usr/share/pear/Symfony/Component/Process/Exception
/usr/share/pear/Symfony/Component/Process/Exception/ExceptionInterface.php
/usr/share/pear/Symfony/Component/Process/Exception/ProcessFailedException.php
/usr/share/pear/Symfony/Component/Process/Exception/RuntimeException.php
/usr/share/pear/Symfony/Component/Process/ExecutableFinder.php
/usr/share/pear/Symfony/Component/Process/PhpExecutableFinder.php
/usr/share/pear/Symfony/Component/Process/PhpProcess.php
/usr/share/pear/Symfony/Component/Process/Process.php
/usr/share/pear/Symfony/Component/Process/ProcessBuilder.php
/usr/share/tests/pear/Process
/usr/share/tests/pear/Process/Symfony
/usr/share/tests/pear/Process/Symfony/Component
/usr/share/tests/pear/Process/Symfony/Component/Process
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/AbstractProcessTest.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/PhpProcessTest.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/ProcessBuilderTest.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/ProcessInSigchildEnvironment.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/ProcessTestHelper.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/SimpleProcessTest.php
/usr/share/tests/pear/Process/Symfony/Component/Process/Tests/bootstrap.php
/usr/share/tests/pear/Process/Symfony/Component/Process/phpunit.xml.dist
/var/lib/pear/pkgxml/php-symfony2-Process.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 10:06:28 2013