packages: hugs98/hugs98.spec, hugs98/hugs98-tinfo.patch (NEW) - release 3 (...
arvenil
arvenil at pld-linux.org
Fri Aug 14 14:34:47 CEST 2009
Author: arvenil Date: Fri Aug 14 12:34:47 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- release 3 (rebuild with OpenAL)
- missing (why?!) hugs98-tinfo.patch restored from src rpm
---- Files affected:
packages/hugs98:
hugs98.spec (1.28 -> 1.29) , hugs98-tinfo.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/hugs98/hugs98.spec
diff -u packages/hugs98/hugs98.spec:1.28 packages/hugs98/hugs98.spec:1.29
--- packages/hugs98/hugs98.spec:1.28 Thu Mar 5 23:34:22 2009
+++ packages/hugs98/hugs98.spec Fri Aug 14 14:34:42 2009
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): Hugs - interpreter Haskella
Name: hugs98
Version: %(echo %{version_dir} | tr -d -)
-Release: 2
+Release: 3
Epoch: 2
License: BSD-like
Group: Development/Languages
@@ -132,6 +132,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2009/08/14 12:34:42 arvenil
+- release 3 (rebuild with OpenAL)
+- missing (why?!) hugs98-tinfo.patch restored from src rpm
+
Revision 1.28 2009/03/05 22:34:22 baggins
- rel 2
================================================================
Index: packages/hugs98/hugs98-tinfo.patch
diff -u /dev/null packages/hugs98/hugs98-tinfo.patch:1.1
--- /dev/null Fri Aug 14 14:34:47 2009
+++ packages/hugs98/hugs98-tinfo.patch Fri Aug 14 14:34:42 2009
@@ -0,0 +1,15 @@
+--- hugs98-plus-Sep2006/configure.ac~ 2006-05-03 16:10:36.000000000 +0200
++++ hugs98-plus-Sep2006/configure.ac 2007-02-22 23:18:14.000000000 +0100
+@@ -519,10 +519,8 @@
+ dnl script performs.
+ dnl
+ dnl--------------------------------------------------------------------
+-AC_CHECK_LIB(ncurses, tputs, HaveLibTermcap=YES; LibTermcap=ncurses,
+- AC_CHECK_LIB(termcap, tputs, HaveLibTermcap=YES; LibTermcap=termcap,
+- AC_CHECK_LIB(curses, tputs, HaveLibTermcap=YES; LibTermcap=curses,
+- HaveLibTermcap=NO)))
++AC_CHECK_LIB(tinfo, tputs, HaveLibTermcap=YES; LibTermcap=tinfo,
++ HaveLibTermcap=NO)
+ if test $HaveLibTermcap = YES ; then
+ LIBS="-l$LibTermcap $LIBS"
+ fi
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hugs98/hugs98.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list