summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-sundown.spec11
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