From 74e774812f69c2117e974376ebc8a20bea89eba9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jul 2017 06:52:54 +0200 Subject: 2.1.7 --- .gitignore | 7 +++++++ php-horde-Horde-Icalendar.spec | 11 ++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-horde-Horde-Icalendar.spec b/php-horde-Horde-Icalendar.spec index db7522a..3437feb 100644 --- a/php-horde-Horde-Icalendar.spec +++ b/php-horde-Horde-Icalendar.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Icalendar -Version: 2.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: iCalendar API @@ -21,7 +21,6 @@ License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: php(language) >= 5.3.0 BuildRequires: php-pear(PEAR) >= 1.7.0 @@ -111,7 +110,7 @@ sed -e 's/testBug14132/SKIP_testBug14132/' \ -i ParseTest.php ret=0 -for cmd in php56 php70 php71 php; do +for cmd in php php56 php70 php71 php72; do if which $cmd; then $cmd %{_bindir}/phpunit --verbose . || ret=1 fi @@ -131,17 +130,19 @@ fi %files -f %{pear_name}.lang -%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Horde/Icalendar %{pear_phpdir}/Horde/Icalendar.php -%{pear_testdir}/%{pear_name} +%doc %{pear_testdir}/%{pear_name} %dir %{pear_datadir}/%{pear_name} %dir %{pear_datadir}/%{pear_name}/locale %changelog +* Wed Jul 5 2017 Remi Collet - 2.1.7-1 +- Update to 2.1.7 + * Sat Feb 11 2017 Remi Collet - 2.1.6-1 - Update to 2.1.6 -- cgit