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: 06-Sep-2005 17:15:32
Branch: HEAD Handle: 2005090616153200
Modified files:
openpkg-src/postgresql postgresql.spec
Log:
move FIXME to the top where we usually place them to catch the eye and
fix the syntax of the 'comment' entries (unfortunately have to be
fully quoted)
Summary:
Revision Changes Path
1.161 +4 -3 openpkg-src/postgresql/postgresql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.160 -r1.161 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 6 Sep 2005 15:06:15 -0000
1.160
+++ openpkg-src/postgresql/postgresql.spec 6 Sep 2005 15:15:32 -0000
1.161
@@ -22,6 +22,8 @@
## SUCH DAMAGE.
##
+# FIXME: steve: pgcluster patch is for postgresql 8.0.1 and broken for
8.0.3
+
# package versions
%define V_postgresql 8.0.3
%define V_libpqpp 4.0
@@ -30,7 +32,6 @@
%define V_psqlodbc 08.00.0102
%define V_slony1 1.1.0
%define V_pgpool 2.6.3
-# FIXME: steve: pgcluster patch is for pgsql8.0.1 and broken for 8.0.3
%define V_pgcluster 1.3.0c
# package information
@@ -135,13 +136,13 @@
version = %{V_pgpool}
url = http://pgpool.projects.postgresql.org/
regex = pgpool-(__VER__)\.tar\.gz
- comment = beside the filename also the url hat to be changed to
download the current version
+ comment = "steve: beside the filename also the url hat to be
changed to download the current version"
}
prog postgresql:pgcluster = {
version = %{V_pgcluster}
url = http://pgfoundry.org/frs/?group_id=1000072&release_id=168
regex = pgcluster-(__VER__)-patch\.tar\.gz
- comment = beside the filename also the url hat to be changed to
download the current version
+ comment = "steve: beside the filename also the url hat to be
changed to download the current version"
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]