summaryrefslogtreecommitdiffstats
path: root/php-pecl-xmldiff.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-02 06:22:30 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-02 06:22:30 +0200
commitd81c8099a5207b58c80124f63052444865205ec7 (patch)
tree8de216fc1189719620ef25bb7a39a3c3a764cff0 /php-pecl-xmldiff.spec
parent13d40d818a9f89a71259a00d4d9847ef369b499f (diff)
php-pecl-xmldiff: 0.9.0
Diffstat (limited to 'php-pecl-xmldiff.spec')
-rw-r--r--php-pecl-xmldiff.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec
index 4abbee3..b3b7cdf 100644
--- a/php-pecl-xmldiff.spec
+++ b/php-pecl-xmldiff.spec
@@ -15,16 +15,13 @@
Summary: XML diff and merge
Name: php-pecl-%{pecl_name}
-Version: 0.8.0
+Version: 0.9.0
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-# use syste diffmark library instead of bundled copy
-Patch0: xmldiff-system-diffmark.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: php-devel > 5.3
BuildRequires: php-pear
@@ -72,7 +69,6 @@ These are the files needed to compile programs using %{name}.
mv %{pecl_name}-%{version} NTS
cd NTS
-%patch0 -p0
# drop bundled library to ensure it is not used
rm -rf diffmark
@@ -183,7 +179,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
-%doc NTS/CREDITS
+%doc NTS/{CREDITS,LICENSE}
%{pecl_xmldir}/%{name}.xml
%config(noreplace) %{php_inidir}/%{pecl_name}.ini
%{php_extdir}/%{pecl_name}.so
@@ -203,5 +199,10 @@ rm -rf %{buildroot}
%changelog
+* Wed Oct 02 2013 Remi Collet <remi@fedoraproject.org> - 0.9.0-1
+- Update to 0.9.0
+- License now provided in upstream sources
+- Drop merged patch for system libdiffmark
+
* Sun Sep 29 2013 Remi Collet <remi@fedoraproject.org> - 0.8.0-1
- initial package