Opened 20 years ago
Closed 20 years ago
#614 closed defect (wontfix)
psmodule 0.9.0 only requires pslib >= 0.8.0
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | build | Version: | 0.9.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The CVS head version is also set to 0.8.99 instead of 0.9.99.
Index: configure.ac
===================================================================
RCS file: /usr/local/cvs/repositories/pan-starrs/datasys/IPP/psModule/configure.ac,v
retrieving revision 1.14
diff -u -r1.14 configure.ac
--- configure.ac 18 Oct 2005 19:16:01 -0000 1.14
+++ configure.ac 7 Dec 2005 04:09:47 -0000
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([psmodule],[0.8.99],http://pan-starrs.ifa.hawaii.edu/bugzilla)
+AC_INIT([psmodule],[0.9.99],http://pan-starrs.ifa.hawaii.edu/bugzilla)
AC_CONFIG_SRCDIR([psmodule.pc.in])
AM_INIT_AUTOMAKE([1.7 foreign dist-bzip2])
@@ -55,7 +55,7 @@
[PSLIB_CONFIG=$withval])
if test -z ${PSLIB_CONFIG} ; then
- PKG_CHECK_MODULES([PSLIB], [pslib >= 0.8.0])
+ PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0])
else
AC_CHECK_FILE($PSLIB_CONFIG,[],
[AC_MSG_ERROR([psLib is required. If not in path, use --with-pslib-config
to specify pslib-config script location.])])
Change History (5)
comment:1 by , 20 years ago
comment:4 by , 20 years ago
Not for just this issue as there will be tagged release in another month.
comment:5 by , 20 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Fixed in CVS, will not fix in release branch.
Workaround is to use psLib release 9 with psModule release 9.
-rdd

Is this an issue found with the release or just CVS head?