diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-08-02 10:21:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-08-02 10:21:24 +0200 |
commit | bbb1ef0bd5028c23a1150c02a80ea93e65d1c86b (patch) | |
tree | 4076e330ec3fba4569e9fee4fd4d567c7b49989f | |
parent | 97d6a3e00973187e4c44a4c19c17464c3dbe3be7 (diff) |
php-zmq: sync with rawhide, no build
-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 |