From 0259793597b59eca0a6728daaf5c5a7a0c738ecc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jan 2014 13:29:53 +0100 Subject: php-pecl-sundown: 0.3.11 (beta) --- php-pecl-sundown.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'php-pecl-sundown.spec') 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 - 0.3.11-1 +- Update to 0.3.11 (beta) + * Sun Dec 15 2013 Remi Collet - 0.3.10 - initial package, version 0.3.10 (beta) - open https://github.com/chobie/php-sundown/issues/35 - licensing -- cgit