From bbb1ef0bd5028c23a1150c02a80ea93e65d1c86b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Aug 2012 10:21:24 +0200 Subject: php-zmq: sync with rawhide, no build --- php-zmq.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-zmq.spec') 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 - 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 - 0.6.0-4.20120613git516bd6f - backport for remi repo -- cgit