OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Nov-2006 21:04:40
Branch: HEAD Handle: 2006111620043900
Modified files:
openpkg-src/pgadmin pgadmin.spec
Log:
upgrading package: pgadmin 1.4.3 -> 1.6.0
Summary:
Revision Changes Path
1.56 +6 -4 openpkg-src/pgadmin/pgadmin.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pgadmin/pgadmin.spec
============================================================================
$ cvs diff -u -r1.55 -r1.56 pgadmin.spec
--- openpkg-src/pgadmin/pgadmin.spec 13 Oct 2006 17:32:27 -0000 1.55
+++ openpkg-src/pgadmin/pgadmin.spec 16 Nov 2006 20:04:39 -0000 1.56
@@ -32,8 +32,8 @@
Class: EVAL
Group: Database
License: Artistic
-Version: 1.4.3
-Release: 20061013
+Version: 1.6.0
+Release: 20061116
# list of sources
Source0:
ftp://ftp.postgresql.org/pub/pgadmin3/release/v%{version}/src/pgadmin3-%{version}.tar.gz
@@ -43,8 +43,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: X11, wx >= 2.6.2-20051106, postgresql, openssl
-PreReq: X11, wx >= 2.6.2-20051106, postgresql, openssl
+BuildPreReq: X11, wx >= 2.6.2-20051106, postgresql, openssl, libxml, libxslt
+PreReq: X11, wx >= 2.6.2-20051106, postgresql, openssl, libxml, libxslt
AutoReq: no
AutoReqProv: no
@@ -78,6 +78,8 @@
--with-wx-config=wx-config \
--with-pgsql-include=%{l_prefix}/include/postgresql \
--with-pgsql=%{l_prefix} \
+ --with-libxml2=%{l_prefix} \
+ --with-libxslt=%{l_prefix} \
--enable-static
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]