Author: vip Date: Mon Oct 18 15:01:20 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.8
---- Files affected: packages/mono-debugger: mono-debugger-termcap.patch (1.2 -> 1.3) , mono-debugger.spec (1.39 -> 1.40) ---- Diffs: ================================================================ Index: packages/mono-debugger/mono-debugger-termcap.patch diff -u packages/mono-debugger/mono-debugger-termcap.patch:1.2 packages/mono-debugger/mono-debugger-termcap.patch:1.3 --- packages/mono-debugger/mono-debugger-termcap.patch:1.2 Fri Mar 12 15:11:28 2010 +++ packages/mono-debugger/mono-debugger-termcap.patch Mon Oct 18 17:01:13 2010 @@ -1,15 +1,3 @@ -diff -urN mono-debugger-2.6/acinclude.m4 mono-debugger-2.6.new//acinclude.m4 ---- mono-debugger-2.6/acinclude.m4 2009-09-25 17:19:09.000000000 +0200 -+++ mono-debugger-2.6.new//acinclude.m4 2010-03-11 20:08:15.869988048 +0100 -@@ -3,7 +3,7 @@ - - old_LIBS=$LIBS - -- LIBS="-ltermcap" -+ LIBS="-ltinfo" - AC_TRY_LINK(,[tgetent();],[ - READLINE_DEPLIBS=$LIBS - ],[ diff -urN mono-debugger-2.6/configure.in mono-debugger-2.6.new//configure.in --- mono-debugger-2.6/configure.in 2009-09-25 17:19:09.000000000 +0200 +++ mono-debugger-2.6.new//configure.in 2010-03-11 20:07:54.397473048 +0100 ================================================================ Index: packages/mono-debugger/mono-debugger.spec diff -u packages/mono-debugger/mono-debugger.spec:1.39 packages/mono-debugger/mono-debugger.spec:1.40 --- packages/mono-debugger/mono-debugger.spec:1.39 Sun Sep 26 19:54:56 2010 +++ packages/mono-debugger/mono-debugger.spec Mon Oct 18 17:01:13 2010 @@ -3,14 +3,14 @@ Summary: Debugger for mono Summary(pl.UTF-8): Odpluskiwacz dla mono Name: mono-debugger -Version: 2.6.3 +Version: 2.8 Release: 1 # mono-debugger itself on MIT, but BFD libs enforce GPL License: GPL v2+ Group: Development/Tools # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/ Source0: http://ftp.novell.com/pub/mono/sources/mono-debugger/%{name}-%{version}.tar.bz2 -# Source0-md5: 8d36d7913d3e3670d8975617221019d5 +# Source0-md5: 31ed108a385f12be47d173d9485cb059 Patch0: %{name}-termcap.patch URL: http://www.mono-project.com/ BuildRequires: autoconf @@ -91,9 +91,6 @@ %doc AUTHORS COPYING ChangeLog NEWS README doc/*.txt %attr(755,root,root) %{_bindir}/mdb %attr(755,root,root) %{_bindir}/mdb-symbolreader -%attr(755,root,root) %{_libdir}/libmonodebuggerreadline.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libmonodebuggerreadline.so.0 -%attr(755,root,root) %{_libdir}/libmonodebuggerreadline.so %attr(755,root,root) %{_libdir}/libmonodebuggerserver.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libmonodebuggerserver.so.0 %attr(755,root,root) %{_libdir}/libmonodebuggerserver.so @@ -118,6 +115,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.40 2010/10/18 15:01:13 vip +- up to 2.8 + Revision 1.39 2010/09/26 17:54:56 qboosh - cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mono-debugger/mono-debugger-termcap.patch?r1=1.2&r2=1.3&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mono-debugger/mono-debugger.spec?r1=1.39&r2=1.40&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
