]> git.pld-linux.org Git - packages/ekglog.git/commitdiff
- updated to 20031103, builds, works
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 3 Nov 2003 08:52:59 +0000 (08:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekglog-includes_fix.patch -> 1.2
    ekglog-ncurses_fix.patch -> 1.2
    ekglog.spec -> 1.3

ekglog-includes_fix.patch
ekglog-ncurses_fix.patch
ekglog.spec

index 3ee68279c646c5745468eec2b4899592548a3148..887a9ef63f9f16049355e6a03ace1e3e03f1e051 100644 (file)
@@ -1,5 +1,7 @@
---- src/Makefile~      2003-10-17 18:57:19.000000000 +0200
-+++ src/Makefile       2003-10-21 16:21:13.000000000 +0200
+Wspólne podkatalogi: src.orig/commands i src/commands
+diff -u src.orig/Makefile src/Makefile
+--- src.orig/Makefile  2003-11-03 09:36:05.000000000 +0100
++++ src/Makefile       2003-11-03 09:36:19.000000000 +0100
 @@ -11,7 +11,7 @@
  
  PROGRAM = ekglog
index 82b7d36b091e8d071af18eeeb47fd9ef756ce928..c788c58f0e2f261b549f7e7be355c22f1af814b5 100644 (file)
@@ -1,26 +1,11 @@
---- src/stuff.cc~      2003-10-21 14:54:23.000000000 +0000
-+++ src/stuff.cc       2003-10-21 15:07:17.000000000 +0000
-@@ -32,9 +32,10 @@
- }
--void print_line(WINDOW *w, const std::string &str) {
-+/*
-+ void print_line(WINDOW *w, const std::string &str) {
-     wprintw(w, str.c_str());
--}
-+}*/
- /*
---- src/stuff.hh~      2003-10-21 14:54:34.000000000 +0000
-+++ src/stuff.hh       2003-10-21 15:07:25.000000000 +0000
-@@ -33,7 +33,7 @@
- class bad_string {};
- int str2int(const std::string &str);
--void print_line(WINDOW *w, const std::string &str);
-+//void print_line(WINDOW *w, const std::string &str);
- int color_pair(int fg, int bold, int bg);
- int line_lenght(const std::string &str);
- const std::string time_string(time_t t);
+--- src.orig/input.cc  2003-11-03 09:36:05.000000000 +0100
++++ src/input.cc       2003-11-03 09:45:30.000000000 +0100
+@@ -114,7 +114,7 @@
+ void input::refresh(void) {
+     werase(_win);
+     wmove(_win, 0, 0);
+-    wprintw(_win, _line.c_str());
++    wprintw(_win, (NCURSES_CONST char *) _line.c_str());
+     wmove(_win, 0, _line_pos);
+     wnoutrefresh(_win);
index e77afbdca06f129fc2af4dd6efbb82508d40504e..3b2052fbaaa3569bd02e7521b355b6e3641ee2e9 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       ekg logs viewer
 Summary(pl):   Przegl±darka logów ekg
 Name:          ekglog
-Version:       20031019
+Version:       20031103
 Release:       0.1
 License:       GPL
 Group:         Applications/Console
 Source0:       http://dom.comernet.pl/ekglog/%{name}-%{version}.tar.bz2
-# Source0-md5: 90efecd0890e4a878faecd733709b598
+# Source0-md5: 918cd7010c4a39c82410363122467782
 Patch0:                %{name}-includes_fix.patch
 Patch1:                %{name}-ncurses_fix.patch
 URL:           http://dom.comernet.pl/ekglog/
@@ -21,7 +21,6 @@ Program ekglog s
 %prep
 %setup -q -c
 %patch0 -p0
-# This patch is ugly, I just wanted to go step further with the compilation...
 %patch1 -p0
 
 %build
This page took 0.085323 seconds and 4 git commands to generate.