diff options
| -rw-r--r-- | php-zmq.spec | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/php-zmq.spec b/php-zmq.spec index 59b4621..4d8444b 100644 --- a/php-zmq.spec +++ b/php-zmq.spec @@ -2,14 +2,14 @@  %global version 0.6.0  # Temporarily using git checkout since the release version won't build anymore. -%global release 4.20120613git516bd6f +%global release 5.20120613git516bd6f  Name:          php-zmq  Version:       %{version}  Release:       %{release}%{?dist}.1  Summary:       PHP 0MQ/zmq/zeromq extension -# run-tests.php is PHP.  Everything else is BSD -License:       BSD and PHP +# See https://github.com/mkoppanen/php-zmq/pull/58 for discussion +License:       BSD  Group:         Development/Libraries  URL:           http://github.com/mkoppanen/php-zmq  Source:        php-zmq-0.6.0-2.20120613git516bd6f.tar.gz @@ -56,6 +56,10 @@ echo "n" | make test  %config(noreplace) %{_sysconfdir}/php.d/zmq.ini  %changelog +* Mon Jul 09 2012 Ralph Bean <rbean@redhat.com> - 0.6.0-5.20120613git516bd6f +- Fixed the license field back to just "BSD".  The files thought to be +  PHP-licensed were in fact generated by "phpize" in the %%build section. +  * Sat Jun 23 2012 Remi Collet <RPMS@FamilleCollet.com> - 0.6.0-4.20120613git516bd6f  - backport for remi repo  | 
