--- rpms/smeserver-phpmyadmin/contribs8/smeserver-phpmyadmin.spec 2013/06/19 19:37:14 1.6 +++ rpms/smeserver-phpmyadmin/contribs8/smeserver-phpmyadmin.spec 2013/06/20 21:37:12 1.7 @@ -1,4 +1,4 @@ -# $Id: smeserver-phpmyadmin.spec,v 1.5 2013/06/19 03:04:04 unnilennium Exp $ +# $Id: smeserver-phpmyadmin.spec,v 1.6 2013/06/19 19:37:14 unnilennium Exp $ # Authority: darrellmay # Name: Darrell May @@ -6,13 +6,14 @@ Summary: phpMyAdmin for SME Server %define name smeserver-phpmyadmin Name: %{name} %define version 3.5.2.2 -%define release 4 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Mitel/addon Source: %{name}-%{version}.tar.gz Patch0: smeserver-phpmyadmin-3.5.2.2-configext.patch +Patch1: smeserver-phpmyadmin-3.5.2.2-patch1.patch URL: http://www.phpmyadmin.net/ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -28,12 +29,13 @@ Implementation of phpMyAdmin for SME Ser Access with admin username/password via: https://yourdomain/phpmyadmin. %changelog -* Tue Jun 18 2013 JP Pialasse 3.5.2.2-4 +* Tue Jun 18 2013 JP Pialasse 3.5.2.2-5 - added full 3.5 configuration to avoid errors [SME: 7153] [SME: 7194] - incorporated multiuser contrib in this package [SME: 7628 7627 ] - increased security [SME: 5007] - configext.patch - release bump to 4 to fix spec file +- patch1 to fix config.inc.php syntax error * Thu Aug 06 2012 JP Pialasse aka Unnilennium 3.5.2.2-2 - first version for SME 8 @@ -79,7 +81,7 @@ Access with admin username/password via: %prep %setup %patch0 -p1 -#%patch1 -p1 +%patch1 -p1 #%patch2 -p1 %build