Changes of Revision 6
[-] | Changed | php-pecl-jsonc.spec |
x 1
2 %{php_ztsincldir}/ext/json 3 %endif 4 5 -%if 0%{?rhel} == 5 && "%{php_version}" > "5.5" && 0%{!?scl:1} 6 -%files -n php-json 7 -%defattr(-,root,root,-) 8 -%endif 9 - 10 -# 11 -# Note to remi : remember to always build in remi-php55(56) first 12 -# 13 %changelog 14 -* Fri Jan 20 2017 Remi Collet <remi@fedoraproject.org> - 1.3.10-2 15 -- fix obsoletes 16 - 17 -* Wed Jun 15 2016 Remi Collet <remi@fedoraproject.org> - 1.3.10-1 18 -- release 1.3.10 (stable) 19 - 20 -* Tue Mar 8 2016 Remi Collet <remi@fedoraproject.org> - 1.3.9-3 21 -- adapt for F24 22 - 23 -* Tue Sep 15 2015 Remi Collet <remi@fedoraproject.org> - 1.3.9-1 24 -- release 1.3.9 (stable) 25 - 26 -* Mon Sep 7 2015 Remi Collet <remi@fedoraproject.org> - 1.3.8-1 27 -- release 1.3.8 (stable) 28 - 29 -* Thu Jul 30 2015 Remi Collet <remi@fedoraproject.org> - 1.3.8-0.1.RC1 30 -- test build for upcoming 1.3.8 31 -- build with system libjson-c is not more supported 32 - 33 -* Fri Mar 27 2015 Remi Collet <remi@fedoraproject.org> - 1.3.7-2 34 -- fix license: PHP and MIT and Public Domain 35 -- fix missing license files 36 -- fix license handling 37 - 38 -* Wed Feb 18 2015 Remi Collet <remi@fedoraproject.org> - 1.3.7-1 39 -- release 1.3.7 (stable) 40 - 41 -* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 1.3.6-2 42 -- new scriptlets 43 - 44 -* Fri Aug 1 2014 Remi Collet <remi@fedoraproject.org> - 1.3.6-1 45 -- release 1.3.6 (stable, bugfix) 46 - 47 -* Thu Apr 10 2014 Remi Collet <remi@fedoraproject.org> - 1.3.5-1.1 48 -- missing __sync_val_compare_and_swap_4 in el5 i386 49 - 50 -* Thu Apr 10 2014 Remi Collet <remi@fedoraproject.org> - 1.3.5-1 51 -- release 1.3.5 (stable) - security 52 - 53 -* Wed Apr 9 2014 Remi Collet <remi@fedoraproject.org> - 1.3.4-2 54 -- add numerical prefix to extension configuration file 55 - 56 -* Sat Feb 22 2014 Remi Collet <rcollet@redhat.com> - 1.3.4-1 57 -- release 1.3.4 (stable) 58 -- move documentation in pecl_docdir 59 -- move tests in pecl_testdir (devel) 60 - 61 -* Thu Dec 12 2013 Remi Collet <rcollet@redhat.com> - 1.3.3-1 62 -- release 1.3.3 (stable) 63 - 64 -* Thu Sep 26 2013 Remi Collet <rcollet@redhat.com> - 1.3.2-2 65 -- fix decode of string value with null-byte 66 - 67 -* Mon Sep 9 2013 Remi Collet <rcollet@redhat.com> - 1.3.2-1 68 -- release 1.3.2 (stable) 69 - 70 -* Mon Jun 24 2013 Remi Collet <rcollet@redhat.com> - 1.3.1-2.el5.2 71 -- add metapackage "php-json" to fix upgrade issue (EL-5) 72 - 73 -* Wed Jun 12 2013 Remi Collet <rcollet@redhat.com> - 1.3.1-2 74 -- rename to php-pecl-jsonc 75 - 76 -* Wed Jun 12 2013 Remi Collet <rcollet@redhat.com> - 1.3.1-1 77 -- release 1.3.1 (beta) 78 - 79 -* Tue Jun 4 2013 Remi Collet <rcollet@redhat.com> - 1.3.0-1 80 -- release 1.3.0 (beta) 81 -- use system json-c when available (fedora >= 20) 82 -- use jsonc name for module and configuration 83 - 84 -* Mon Apr 29 2013 Remi Collet <rcollet@redhat.com> - 1.3.0-0.3 85 -- rebuild with latest changes 86 -- use system json-c library 87 -- temporarily rename to jsonc-c.so 88 - 89 -* Sat Apr 27 2013 Remi Collet <rcollet@redhat.com> - 1.3.0-0.2 90 -- rebuild with latest changes 91 - 92 -* Sat Apr 27 2013 Remi Collet <rcollet@redhat.com> - 1.3.0-0.1 93 -- initial package 94 |