SPECS: php-dbg-cli.spec - updated to 2.15.5, TODO!, release 0.1.
pluto
pluto at pld-linux.org
Tue Jan 8 22:08:51 CET 2008
Author: pluto Date: Tue Jan 8 21:08:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.15.5, TODO!, release 0.1.
---- Files affected:
SPECS:
php-dbg-cli.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/php-dbg-cli.spec
diff -u SPECS/php-dbg-cli.spec:1.4 SPECS/php-dbg-cli.spec:1.5
--- SPECS/php-dbg-cli.spec:1.4 Mon Feb 12 23:09:11 2007
+++ SPECS/php-dbg-cli.spec Tue Jan 8 22:08:46 2008
@@ -1,14 +1,23 @@
# $Revision$, $Date$
+#
+# TODO:
+# command.cpp:761: warning: overflow in implicit constant conversion
+# command.cpp:768: warning: overflow in implicit constant conversion
+# signed overflow is an undefined bahaviour and gcc optimizer
+# can produce random code ;)
+#
+# -Wl,--as-needed breaks ./configure.
+#
Summary: dbg-cli - a free front-end for dbg PHP debbuger
Summary(pl.UTF-8): dbg-cli - wolnodostępny frontend dla debuggera PHP dbg
Name: php-dbg-cli
-Version: 2.13.1
+Version: 2.15.5
Release: 0.1
License: The DBG License Version 3.0
Group: Development/Languages/PHP
Source0: http://dl.sourceforge.net/dbg2/dbg-cli-%{version}-src.tar.gz
-# Source0-md5: 3cb0a8bc2a03a0815ed24b2da602e72f
-Patch0: %{name}-pcre.patch
+# Source0-md5: 10524eaf90dd177c709deb981419fcf4
+Patch0: %{name}-syslibs.patch
URL: http://dd.cron.ru/dbg/
BuildRequires: autoconf
BuildRequires: automake
@@ -20,6 +29,9 @@
Obsoletes: dbg-cli
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# see TODO
+%define filterout_ld -Wl,--as-needed
+
%description
DBG is a a full-featured PHP debugger, an interactive tool that helps
you debugging PHP scripts. It works on a production and/or development
@@ -39,7 +51,7 @@
%prep
%setup -q -n dbg-cli-%{version}-src
%patch0 -p1
-rm -rf pcre
+rm -rf pcre getopt
%build
%{__libtoolize}
@@ -73,6 +85,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008-01-08 21:08:46 pluto
+- updated to 2.15.5, TODO!, release 0.1.
+
Revision 1.4 2007-02-12 22:09:11 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-dbg-cli.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list