diff options
| -rw-r--r-- | .gitignore | 8 | ||||
| -rw-r--r-- | php-horde-Horde-Rpc.spec | 9 | 
2 files changed, 13 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-Rpc.spec b/php-horde-Horde-Rpc.spec index 4dc3d9d..a133342 100644 --- a/php-horde-Horde-Rpc.spec +++ b/php-horde-Horde-Rpc.spec @@ -14,7 +14,7 @@  # so, don't run it during rpmbuild  Name:           php-horde-Horde-Rpc -Version:        2.1.7 +Version:        2.1.8  Release:        1%{?dist}  Summary:        Horde RPC API @@ -23,7 +23,6 @@ License:        LGPLv2  URL:            http://pear.horde.org  Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch  BuildRequires:  gettext  BuildRequires:  php(language) >= 5.3.0 @@ -128,18 +127,20 @@ fi  %files -f %{pear_name}.lang -%defattr(-,root,root,-)  %doc %{pear_docdir}/%{pear_name}  %{pear_xmldir}/%{name}.xml  %{pear_phpdir}/Horde/Rpc  %{pear_phpdir}/Horde/Rpc.php -%{pear_testdir}/%{pear_name} +%doc %{pear_testdir}/%{pear_name}  # own locales (non standard) directories, .mo own by find_lang  %dir %{pear_datadir}/%{pear_name}  %dir %{pear_datadir}/%{pear_name}/locale  %changelog +* Mon Oct  9 2017 Remi Collet <remi@remirepo.net> - 2.1.8-1 +- Update to 2.1.8 +  * Mon Mar 21 2016 Remi Collet <remi@fedoraproject.org> - 2.1.7-1  - Update to 2.1.7 | 
