Author: wiget Date: Sat Aug 7 19:40:11 2010 GMT Module: packages Tag: HEAD ---- Log message: - 1.15
---- Files affected: packages/shed: shed-autoconf.patch (1.1 -> 1.2) , shed.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/shed/shed-autoconf.patch diff -u packages/shed/shed-autoconf.patch:1.1 packages/shed/shed-autoconf.patch:1.2 --- packages/shed/shed-autoconf.patch:1.1 Mon Nov 24 09:20:02 2008 +++ packages/shed/shed-autoconf.patch Sat Aug 7 21:40:06 2010 @@ -1,11 +1,13 @@ ---- shed-1.14/configure.in~ 2008-11-23 15:14:11.000000000 +0100 -+++ shed-1.14/configure.in 2008-11-24 08:54:11.000000000 +0100 -@@ -17,7 +17,7 @@ - CFLAGS="$CFLAGS -DSHED_CYGFIX" +--- shed-1.15/configure.in.orig 2009-03-24 14:42:32.000000000 +0100 ++++ shed-1.15/configure.in 2010-08-07 21:38:47.051969441 +0200 +@@ -41,8 +41,9 @@ else fi + ERR="Required package missing!" -AC_CHECK_HEADER(ncurses.h,:,AC_MSG_ERROR([$ERR])) +AC_CHECK_HEADER(ncurses/ncurses.h,:,AC_MSG_ERROR([$ERR])) AC_CHECK_HEADER(getopt.h,:,AC_MSG_ERROR([$ERR])) ++AC_CHECK_LIB(tinfo,halfdelay) AC_CHECK_LIB(ncurses,initscr) AC_CHECK_LIB(m,pow) + AC_OUTPUT(Makefile) ================================================================ Index: packages/shed/shed.spec diff -u packages/shed/shed.spec:1.1 packages/shed/shed.spec:1.2 --- packages/shed/shed.spec:1.1 Mon Nov 24 09:19:43 2008 +++ packages/shed/shed.spec Sat Aug 7 21:40:06 2010 @@ -3,12 +3,12 @@ Summary: shed - a simple hex editor Summary(pl.UTF-8): Prosty hex-edytor Name: shed -Version: 1.14 +Version: 1.15 Release: 1 License: GPL v2 Group: Applications -Source0: http://dl.sourceforge.net/shed/%{name}%{version}.tar.gz -# Source0-md5: 90c70fa667641dd04decaaec4b5ccaa3 +Source0: http://dl.sourceforge.net/shed/%{name}-%{version}.tar.gz +# Source0-md5: c7d7d464d6b4fa28a7980270d03e0906 Patch0: %{name}-autoconf.patch URL: http://shed.sourceforge.net/ BuildRequires: autoconf @@ -59,6 +59,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/08/07 19:40:06 wiget +- 1.15 + Revision 1.1 2008/11/24 08:19:43 pawelz - initial PLD release - a simple hex editor ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/shed/shed-autoconf.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/shed/shed.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
