Skip to content

Commit

Permalink
Update license back to just "BSD"; my mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jul 9, 2012
1 parent 99547c9 commit 937818b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions php-zmq.spec
Expand Up @@ -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
Expand Down Expand Up @@ -52,6 +52,9 @@ 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.
* Thu Jun 14 2012 Ralph Bean <rbean@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@redhat.com> - 0.6.0-3.20120613git516bd6f
Expand Down

0 comments on commit 937818b

Please sign in to comment.