]> git.pld-linux.org Git - packages/ekglog.git/commitdiff
- updated to snap 20031124
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 30 Nov 2003 19:29:45 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed outdated -inline and -ncurses_fix patches

Changed files:
    ekglog-inline.patch -> 1.2
    ekglog-ncurses_fix.patch -> 1.3
    ekglog.spec -> 1.6

ekglog-inline.patch [deleted file]
ekglog-ncurses_fix.patch [deleted file]
ekglog.spec

diff --git a/ekglog-inline.patch b/ekglog-inline.patch
deleted file mode 100644 (file)
index 6808d63..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
---- ekglog-20031103/src/command.cc.orig        Fri Oct 17 18:06:20 2003
-+++ ekglog-20031103/src/command.cc     Mon Nov  3 10:19:45 2003
-@@ -28,19 +28,6 @@
- command_base::~command_base() {}
--/*
-- * command::is_equal()
-- * operator==()
-- *
-- * czy identyfikator komendy odpowiada podanemu stringowi
-- *
-- *  - str - string do sprawdzenia
-- */
--inline bool command_base::is_equal(const std::string &str) const {
--    return _id == str;
--}
--
--
- bool operator==(const command_base &c, const std::string &str) {
-     return c.is_equal(str);
- }
---- ekglog-20031103/src/command.hh.orig        Sat Nov  1 21:08:05 2003
-+++ ekglog-20031103/src/command.hh     Mon Nov  3 10:19:45 2003
-@@ -60,7 +60,16 @@
-     const std::string &name(void)
-       { return _id; }
--    bool is_equal(const std::string &str) const;
-+/*
-+ * command::is_equal()
-+ * operator==()
-+ *
-+ * czy identyfikator komendy odpowiada podanemu stringowi
-+ *
-+ *  - str - string do sprawdzenia
-+ */
-+    bool is_equal(const std::string &str) const
-+      { return _id == str; }
- protected:
diff --git a/ekglog-ncurses_fix.patch b/ekglog-ncurses_fix.patch
deleted file mode 100644 (file)
index c788c58..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 fb70547cb244471d1f9523ef572062e5c3fb79a6..3b39df5fa778242f4e787f9328f80e6c1b51a65d 100644 (file)
@@ -1,14 +1,12 @@
 Summary:       ekg logs viewer
 Summary(pl):   Przegl±darka logów ekg
 Name:          ekglog
-Version:       20031103
+Version:       20031124
 Release:       1
 License:       GPL
 Group:         Applications/Console
 Source0:       http://dom.comernet.pl/ekglog/%{name}-%{version}.tar.bz2
-# Source0-md5: 918cd7010c4a39c82410363122467782
-Patch0:                %{name}-ncurses_fix.patch
-Patch1:                %{name}-inline.patch
+# Source0-md5: cf2f8474af56a0cfbf16f8372654f29d
 URL:           http://dom.comernet.pl/ekglog/
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -21,8 +19,6 @@ Program ekglog s
 
 %prep
 %setup -q -c
-%patch0 -p0
-%patch1 -p1
 
 %build
 %{__make} -C src \
This page took 0.066442 seconds and 4 git commands to generate.