diff options
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | roundcubemail.spec | 5 |
2 files changed, 11 insertions, 1 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/roundcubemail.spec b/roundcubemail.spec index 8d8772e..8a7c6f5 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -19,7 +19,7 @@ %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail -Version: 1.2.4 +Version: 1.2.5 Release: 1%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -296,6 +296,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 28 2017 Remi Collet <remi@remirepo.net> - 1.2.5-1 +- update to 1.2.5 + * Sat Mar 11 2017 Remi Collet <remi@fedoraproject.org> - 1.2.4-1 - update to 1.2.4 - don't install plugin test suites |