diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-05 06:52:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-05 06:52:54 +0200 |
commit | 74e774812f69c2117e974376ebc8a20bea89eba9 (patch) | |
tree | ccec19a188ec76d64e642db358d9263b47ce7f3c | |
parent | 7636f774ed86b4cca161c1227b66af9326cff27d (diff) |
2.1.7
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | php-horde-Horde-Icalendar.spec | 11 |
2 files changed, 13 insertions, 5 deletions
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 <remi@remirepo.net> - 2.1.7-1 +- Update to 2.1.7 + * Sat Feb 11 2017 Remi Collet <remi@fedoraproject.org> - 2.1.6-1 - Update to 2.1.6 |