diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | php-horde-Horde-Mapi.spec | 8 |
2 files changed, 12 insertions, 4 deletions
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 <remi@remirepo.net> - 1.0.10-1 +- update to 1.0.10 (no change) + * Mon Feb 11 2019 Remi Collet <remi@remirepo.net> - 1.0.9-1 - update to 1.0.9 - use range dependencies |