diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-02 13:29:53 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-02 13:29:53 +0100 |
commit | 0259793597b59eca0a6728daaf5c5a7a0c738ecc (patch) | |
tree | 780a92209b97b0a16736e2ad87be445393dcdc11 /php-pecl-sundown.spec | |
parent | 08c78dfa031aba16996989bdc950af9528b4bae7 (diff) |
php-pecl-sundown: 0.3.11 (beta)
Diffstat (limited to 'php-pecl-sundown.spec')
-rw-r--r-- | php-pecl-sundown.spec | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/php-pecl-sundown.spec b/php-pecl-sundown.spec index f4f286e..794302b 100644 --- a/php-pecl-sundown.spec +++ b/php-pecl-sundown.spec @@ -17,18 +17,14 @@ Summary: Sundown is a fast, robust Markdown parsing library for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.3.10 +Version: 0.3.11 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} -# See https://github.com/chobie/php-sundown/issues/35 # Extension is PHP, sundown library is MIT License: PHP and MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -# https://github.com/chobie/php-sundown/pull/37 -Patch0: %{pecl_name}-pr37.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel >= 5.3.1 BuildRequires: %{?scl_prefix}php-pear @@ -80,8 +76,6 @@ mv %{pecl_name}-%{version} NTS cd NTS -%patch0 -p1 -b .fix - # Fix perms chmod -x sundown/html/html.c @@ -234,6 +228,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 02 2014 Remi Collet <remi@fedoraproject.org> - 0.3.11-1 +- Update to 0.3.11 (beta) + * Sun Dec 15 2013 Remi Collet <remi@fedoraproject.org> - 0.3.10 - initial package, version 0.3.10 (beta) - open https://github.com/chobie/php-sundown/issues/35 - licensing |