[php-zmq] Fixed license to just "BSD"

Ralph Bean ralph at fedoraproject.org
Mon Jul 9 12:56:42 UTC 2012


commit b5dd201fe451a12c291a882aa04af8ceccfa66b2
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jul 9 08:56:30 2012 -0400

    Fixed license to just "BSD"

 php-zmq.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/php-zmq.spec b/php-zmq.spec
index e58d1a4..91ec208 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}
 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
@@ -52,6 +52,9 @@ echo "n" | make test
 %config(noreplace) %{_sysconfdir}/php.d/zmq.ini
 
 %changelog
+* Mon Jul 09 2012 Ralph Bean <rbean at 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.
 * Thu Jun 14 2012 Ralph Bean <rbean at redhat.com> - 0.6.0-4.20120613git516bd6f
  - Fixed the private-shared-object-provides for reals with John Ciesla's help.
 * Wed Jun 13 2012 Ralph Bean <rbean at redhat.com> - 0.6.0-3.20120613git516bd6f


More information about the scm-commits mailing list