]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum.spec
use recommended pdo_mysql
[packages/eventum.git] / eventum.spec
index 8541dcfb7b19b306e06bd519b22d9e6d1909a0f1..cbd34bd3f8241e8b19893856043d00676952814e 100644 (file)
 Summary:       Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):     Eventum - system śledzenia spraw/błędów
 Name:          eventum
-Version:       3.1.6
+Version:       3.1.7
 Release:       %{?subver:1.%{subver}.%{?githash:g%{githash}.}}%{rel}
 License:       GPL v2+
 Group:         Applications/WWW
 Source0:       https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: c2310abed5bba088a227063d75c7a1f4
+# Source0-md5: 4d1360473e9c473fa56242c4fd101cba
 #Source0:      %{name}-%{version}-%{subver}-g%{githash}.tar.gz
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
@@ -60,8 +60,8 @@ Requires:     php(iconv)
 Requires:      php(imap)
 Requires:      php(json)
 Requires:      php(mbstring)
-Requires:      php(mysqli)
 Requires:      php(pcre)
+Requires:      php(pdo_mysql)
 Requires:      php(session)
 Requires:      php-Smarty >= 3.1
 Requires:      php-Smarty-plugin-gettext
@@ -414,6 +414,7 @@ vendor defuse/php-encryption
 vendor willdurand/email-reply-parser
 vendor theorchard/monolog-cascade
 vendor malkusch/lock
+vendor phpxmlrpc/phpxmlrpc
 
 # remove backups from patching as we use globs to package files to buildroot
 find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
This page took 0.044363 seconds and 4 git commands to generate.