]> git.pld-linux.org Git - packages/squidview.git/commitdiff
- up to 0.69 AC-STABLE auto/ac/squidview-0_69-1
authormatowy <matowy@pld-linux.org>
Mon, 7 Feb 2005 21:02:59 +0000 (21:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squidview-pld.patch -> 1.3
    squidview.spec -> 1.18

squidview-pld.patch
squidview.spec

index 554cdc5e25dff40a75dc9bcf186626a867134133..bb7ded0e92ede66ba74b922fc1813a89c8f99af5 100644 (file)
@@ -6,7 +6,7 @@ diff -Nur old/squidview.cpp new/squidview.cpp
  #include <config.h>
  #else
 -#  define SHAREDIR "/usr/local/share/squidview"
-+#  define SHAREDIR "/usr/share/doc/squidview-0.60/"
++#  define SHAREDIR "/usr/share/doc/squidview-0.69/"
  #  define PACKAGE "squidview"
  #  define VERSION "0.6"
  #endif
@@ -18,27 +18,18 @@ diff -Nur old/squidview.cpp new/squidview.cpp
    IOstring ("sCurrentReport", sCurrentReport);
    IOstring ("sCurrentEmail", sCurrentEmail);
    IOint ("iSizeHitGrade", iSizeHitGrade);
-@@ -3950,7 +3951,7 @@
+@@ -3960,7 +3961,7 @@
      }
    }
    else
--    RunProgram (sViewer + " " + sHowToLink, 1);
-+    RunProgram (sZipViewer + " " + sHowToLink, 1);
+-    RunProgram (sViewer + " " + sHowToLink);
++    RunProgram (sZipViewer + " " + sHowToLink);
  }
  
  
 diff -Nur old/squidview.h new/squidview.h
 --- old/squidview.h    2003-11-21 03:25:58.000000000 +0000
 +++ new/squidview.h    2003-11-28 20:55:09.000000000 +0000
-@@ -63,7 +63,7 @@
- string sHomeDir;
- const char szSquidHome[] = ".squidview";
- string sPathToFiles;
--const char szMainLog[] = "/usr/local/squid/var/logs/access.log";
-+const char szMainLog[] = "/var/log/squid/access.log";
- const char szLog1[] = "log1";
- const char szLog2[] = "log2";
 @@ -76,12 +76,13 @@
  const char szWordFile[] = "words";         // search words 
  const char szUsersFile[] = "users";        // list of real names 
index de5ef4754cbc219d3a97b1dd62eb44eba8c03b2a..eb1a1e97fb7ff63b910794381270373fbb553ed2 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A console program to nicely view squid's log
 Summary(pl):   Konsolowy program pozwalaj±cy ogl±daæ logi squida
 Name:          squidview
-Version:       0.63
-Release:       2
+Version:       0.69
+Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://www.rillion.net/squidview/%{name}-%{version}.tar.gz
-# Source0-md5: 16ad2d5840b307a3c0701de310d8a57c
+# Source0-md5: b9691075e44f7ae5f6ca7ebcc36e8327
 Patch0:                %{name}-pld.patch
 Patch1:                %{name}-curses,howto-dest.patch
 URL:           http://www.rillion.net/squidview/
This page took 0.148161 seconds and 4 git commands to generate.