| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: php-pecl-runkit | Distribution: Unknown |
| Version: 1.0.4 | Vendor: Remi Collet |
| Release: 0.3.gitd069e23.fc14.remi | Build date: Fri Jan 4 14:58:37 2013 |
| Group: Development/Libraries | Build host: dixsept.famillecollet.com |
| Size: 203571 | Source RPM: php-pecl-runkit-1.0.4-0.3.gitd069e23.fc14.remi.src.rpm |
| Packager: http://blog.famillecollet.com/ | |
| Url: https://github.com/zenovich/runkit | |
| Summary: Mangle with user defined functions and classes | |
Replace, rename, and remove user defined functions and classes. Define customized superglobal variables for general purpose use. Execute code in restricted environment (sandboxing).
PHP
* Tue Dec 04 2012 Remi Collet <remi@fedoraproject.org> - 1.0.4-0.3.d069e23
- update to latest master snapshot
- also provides php-runkit
- cleanups
* Wed Sep 12 2012 Remi Collet <remi@fedoraproject.org> - 1.0.4-0.2.gita079457
- standardize for remi repo, lot of cleanups
- add ZTS extension
- add %check section: minimal load test
- update to latest master snapshot
* Mon Sep 03 2012 Pavel Alexeev <Pahan@Hubbitus.info> - 1.0.4-0.1.GIT8c73eaf
- New upstream url - https://bugs.php.net/bug.php?id=61189, continue developing, new version, switch to git SCM.
- Fix compilation error: https://github.com/zenovich/runkit/issues/26#issuecomment-8268795
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-16.CVS20090215
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-15.CVS20090215
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Aug 02 2011 Pavel Alexeev <Pahan@Hubbitus.info> - 0.9-14.CVS20090215
- Fix FBFS on Fedora 16(17 rawhide) and rpm 4.9 - bz#715709
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-13.CVS20090215
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Jul 30 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.9-12.CVS20090215
- Apply patches only on PHP>=5.3.0. (Bug: https://bugzilla.redhat.com/show_bug.cgi?id=513096 )
* Sun Apr 05 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.9-11.CVS20090215
- By suggestion in the bug https://fedorahosted.org/fedora-infrastructure/ticket/1298 try remove version specifications in requires:
Turn BuildRequires: php-pear >= 1.4.7, php-devel >= 5.0.0 to just BuildRequires: php-pear, php-devel
- Add more magick in Release tag: 11%{?CVS:.CVS%{CVS}}%{?dist}
* Tue Mar 17 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.9-10.CVS20090215
- Remi Collet notes in Fedora review:
- Rename back %{peclName}.xml to %{name}.xml :)
- Set %defattr(-,root,root,-) (was %defattr(644,root,root,755))
- Make the %post/%postun scriptlets silent
* Mon Mar 09 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.9-9.CVS20090215
- In rename %{name}.xml to %{peclName}.xml
- Add BR php-pear >= 1.4.7
* Wed Feb 25 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9-8.CVS20090215
- All changes inspired by Fedora package review by Remi Collet.
- From summary deleted name.
- Readmy path fixed(replaced %{peclName}-%{version}/README to %{peclName}/README)
- Group changed to Development/Libraries (was: Development/Languages/PHP)
- Removed Obsoletes: php-pear-%{peclName} it was unnecessary.
* Mon Feb 23 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9-7.CVS20090215
- Again change version enumeration (https://bugzilla.redhat.com/show_bug.cgi?id=455226#c9).
- %{pecl_xmldir}/%{peclName}2.xml changed to %{pecl_xmldir}/%{name}.xml
- Recode pl summary and description text from iso8859-2 to UTF-8.
* Sun Feb 15 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9-0.6.CVS20090215
- Step to CVS build 20090215.
- Replace $RPM_BUILD_ROOT to %{buildroot} to consistence usage.
- Strip some old comments.
- Add translated Summary(ru) and description.
- Remove legacy macros %{?requires_php_extension}.
- All macroses %peclName replaced to %{peclName} usages.
- Add file: %{pecl_xmldir}/%{peclName}2.xml
- All followed changes inspired by Fedora review by Remi Collet ( https://bugzilla.redhat.com/show_bug.cgi?id=455226 ).
- Change version enumeration, delete Hu-part.
- Modify Source0 for CVS build. Add comment about get it source.
- Spec-file renamed to php-pecl-runkit.spec.
- File BUG to upstream - http://pecl.php.net/bugs/bug.php?id=15969 .
- %Post and %postun scripts to restart apache removed.
- Register extension.
- Add PHP ABI provides/requires and Pre/post requires pecl.
- Defile some macroses from guidelines: php_apiver, __pecl, php_extdir.
- Replace %extensionsdir by %php_extdir.
* Mon May 12 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9-0.CVS20080512.Hu.5
- Add Patch3: php-pecl-runkit-0.9.Z_NEW_REFCOUNT.patch to reflect new zend API
* Mon May 12 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9-0.CVS20080512.Hu.3
- New CVS20080512 (cvs -d :pserver:cvsread@cvs.php.net/repository checkout pecl/runkit)
- Rename %{_modname} to peclName to unify SPECs.
- Correct %if 0%{?CVS} to %if 0%{?CVS:1} - it is not integer!
- Rename pethces to:
Patch0: php-pecl-runkit-0.9-ZVAL_REFCOUNT.patch
Patch1: php-pecl-runkit-0.9-ZVAL_ADDREF.patch
* Mon Mar 10 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9-0.CVS20080310.Hu.2
- CVS20080310 build. (cvs -d :pserver:cvsread@cvs.php.net:/repository checkout pecl/runkit)
- 0.9 stable are incompatible with php 5.3.0, build from CVS. Disable self patch0
- Enable patch0. Rewritten and rename to fix ZVAL_REFCOUNT.patch
Hu.1
- Add patch1. Fix wrong call ZVAL_ADDREF.patch
Hu.2
* Sun Mar 09 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] info> - 0.9-0.Hu.3
- Add patch (self written) zval_ref.patch. It is allow build.
- Agjust built dir:
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
to
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
- Fix Release: 0%{?dist}.Hu.2 -> Release: 0%{?dist}.Hu.2
Hu.2
- Remove %define _status beta and all apearance of %{_status}
- Remove %define _sysconfdir /etc/php (it's already defined in system wide)
- Remove Requires: %{_sysconfdir}/conf.d
- Change path %{_sysconfdir}/conf.d to %{_sysconfdir}/php.d:
Replace:
install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}}
to
install -d $RPM_BUILD_ROOT{%{_sysconfdir}/php.d,%{extensionsdir}}
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/%{_modname}.ini
to
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.d/%{_modname}.ini
cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
to
cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/%{_modname}.ini
- Hu.3
* Wed Feb 27 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] info> - 0.9-0.Hu.0
- Import from ftp://ftp.pld-linux.org/dists/2.0/PLD/SRPMS/SRPMS/php-pecl-runkit-0.4-5.src.rpm
- Step to version 0.9
Release: 0{?dist}.Hu.0 (Was: Release: 0)
- Remove defining %date and:
* %{date} PLD Team <feedback@pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
due to error: Ð&frac;Ñибка: %changelog Ð&frac;е Ð⊃ Ð&frac;иÑÑÐ&frac;дÑÑеÐ&frac; ÑÑÐ&frac;Ð&frac;Ð&frac;лÐ&frac;Ð⊃иÑеÑкÐ&frac;Ð&frac; пÐ&frac;ÑÑдке
- Small reformat of header spec
- Change BuildRequires: php-devel >= 3:5.0.0 to php-devel >= 5.0.0
-Remove BuildRequires: rpmbuild(macros) >= 1.254
/etc/php-zts.d/runkit.ini /etc/php.d/runkit.ini /usr/lib/php-zts/modules/runkit.so /usr/lib/php/modules/runkit.so /usr/share/doc/php-pecl-runkit-1.0.4 /usr/share/doc/php-pecl-runkit-1.0.4/LICENSE /usr/share/doc/php-pecl-runkit-1.0.4/README /var/lib/pear/pkgxml/php-pecl-runkit.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed May 22 07:40:30 2013