Skip to content

Commit

Permalink
roundcubemail: 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Apr 21, 2016
1 parent 421b173 commit 23b2c84
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
39 changes: 39 additions & 0 deletions roundcubemail/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "roundcube/roundcubemail",
"description": "The Roundcube Webmail suite",
"license": "GPL-3.0+",
"repositories": [
{
"type": "pear",
"url": "https://pear.php.net/"
},
{
"type": "composer",
"url": "https://plugins.roundcube.net/"
},
{
"type": "vcs",
"url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
}
],
"require": {
"php": ">=5.3.7",
"roundcube/plugin-installer": "~0.1.6",
"pear-pear.php.net/net_socket": "~1.0.12",
"pear-pear.php.net/auth_sasl": "~1.0.6",
"pear-pear.php.net/net_idna2": "~0.1.1",
"pear-pear.php.net/net_sieve": "~1.3.4",
"pear-pear.php.net/mail_mime": "~1.9.0",
"pear-pear.php.net/net_smtp": "~1.7.1",
"patchwork/utf8": "~1.2.3"
},
"require-dev": {
"pear-pear.php.net/crypt_gpg": "*",
"phpunit/phpunit": "*"
},
"suggest": {
"pear-pear.php.net/net_ldap2": "~2.1.0 required for connecting to LDAP address books",
"kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
},
"minimum-stability": "dev"
}
13 changes: 10 additions & 3 deletions roundcubemail/roundcubemail.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
%global roundcubedir %{_datadir}/roundcubemail
%global _logdir /var/log
Name: roundcubemail
Version: 1.1.4
Release: 2%{?dist}
Version: 1.1.5
Release: 1%{?dist}
Summary: Round Cube Webmail is a browser-based multilingual IMAP client

Group: Applications/System
Expand All @@ -36,7 +36,7 @@ Group: Applications/System
# http://www.tinymce.com/
License: GPLv3+ with exceptions and GPLv3+ and GPLv2 and LGPLv2+ and CC-BY-SA and (MIT or GPLv2)
URL: http://www.roundcube.net
Source0: https://downloads.sourceforge.net/roundcubemail/roundcubemail-%{version}.tar.gz
Source0: https://github.com/roundcube/roundcubemail/releases/download/%{version}/roundcubemail-%{version}.tar.gz
Source1: roundcubemail.httpd
Source3: roundcubemail.nginx
Source2: roundcubemail.logrotate
Expand Down Expand Up @@ -87,6 +87,7 @@ Requires: php-xml
# From composer.json-dist, require
# "php": ">=5.3.7",
# "roundcube/plugin-installer": "~0.1.6",
# "pear-pear.php.net/net_socket": "~1.0.12",
# "pear-pear.php.net/auth_sasl": "~1.0.6",
# "pear-pear.php.net/net_idna2": "~0.1.1",
# "pear-pear.php.net/net_sieve": "~1.3.4",
Expand All @@ -95,6 +96,7 @@ Requires: php-xml
# "patchwork/utf8": "~1.2.3"
# not available and optional patchwork/utf8
# not available and doesn't make sense roundcube/plugin-installer
Requires: php-pear(Net_Socket) >= 1.0.12
Requires: php-pear(Auth_SASL) >= 1.0.6
Requires: php-pear(Mail_Mime) >= 1.9.0
Requires: php-pear(Net_SMTP) >= 1.7.1
Expand Down Expand Up @@ -275,6 +277,11 @@ rm -rf %{buildroot}


%changelog
* Thu Apr 21 2016 Remi Collet <remi@fedoraproject.org> - 1.1.5-1
- update to 1.1.5
- sources from github
- add dependency on Net_Socket >= 1.0.12

* Mon Dec 28 2015 Remi Collet <remi@fedoraproject.org> - 1.1.4-2
- add .log suffix to all log files, and rotate all #1269164
- more secure permissions on /var/log and /var/lib #1269155
Expand Down

0 comments on commit 23b2c84

Please sign in to comment.