From 4bb9de60c6c077f037bc7c17b09e9947a63714d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Feb 2019 10:05:50 +0100 Subject: v1.0.10 (no change) --- .gitignore | 8 ++++++++ php-horde-Horde-Mapi.spec | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc9aa8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +clog +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-horde-Horde-Mapi.spec b/php-horde-Horde-Mapi.spec index 14dd2f5..7840b2e 100644 --- a/php-horde-Horde-Mapi.spec +++ b/php-horde-Horde-Mapi.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Mapi -Version: 1.0.9 +Version: 1.0.10 Release: 1%{?dist} Summary: MAPI utility library @@ -95,9 +95,6 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -# see https://github.com/horde/Mapi/pull/2 ->Autoload.php - ret=0 for cmd in php php56 php70 php71 php72 php73; do if which $cmd; then @@ -127,6 +124,9 @@ fi %changelog +* Mon Feb 18 2019 Remi Collet - 1.0.10-1 +- update to 1.0.10 (no change) + * Mon Feb 11 2019 Remi Collet - 1.0.9-1 - update to 1.0.9 - use range dependencies -- cgit