Hello community,

here is the log from the commit of package squidview for openSUSE:Factory 
checked in at 2015-01-05 04:43:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squidview (Old)
 and      /work/SRC/openSUSE:Factory/.squidview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squidview"

Changes:
--------
--- /work/SRC/openSUSE:Factory/squidview/squidview.changes      2014-10-05 
20:32:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.squidview.new/squidview.changes 2015-01-05 
04:43:17.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan  1 09:23:02 UTC 2015 - [email protected]
+
+- New upstream release 0.81 January 2015
+       - squid result code update
+       thanks to Yuri Voinov for the suggestion
+- Redone patch ac_new_autoconf.patch 
+
+-------------------------------------------------------------------

Old:
----
  squidview-0.80.tar.gz

New:
----
  squidview-0.81.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ squidview.spec ++++++
--- /var/tmp/diff_new_pack.lqudFg/_old  2015-01-05 04:43:18.000000000 +0100
+++ /var/tmp/diff_new_pack.lqudFg/_new  2015-01-05 04:43:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package squidview
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           squidview
-Version:        0.80
+Version:        0.81
 Release:        0
 Source:         %{name}/%{name}-%{version}.tar.gz
 # to be used one day with _service ...

++++++ _service ++++++
--- /var/tmp/diff_new_pack.lqudFg/_old  2015-01-05 04:43:18.000000000 +0100
+++ /var/tmp/diff_new_pack.lqudFg/_new  2015-01-05 04:43:18.000000000 +0100
@@ -1,4 +1,4 @@
 <services>
-  <service name="download_files" mode='localonly' />
-  <service name="source_validator" mode='localonly' />
+  <service name="download_files" mode='disabled' />
+  <service name="source_validator" mode='disabled' />
 </services>

++++++ ac_new-autoconf.patch ++++++
--- /var/tmp/diff_new_pack.lqudFg/_old  2015-01-05 04:43:18.000000000 +0100
+++ /var/tmp/diff_new_pack.lqudFg/_new  2015-01-05 04:43:18.000000000 +0100
@@ -1,13 +1,14 @@
---- configure.in       2013-10-16 22:17:59.000000000 +0200
-+++ configure.in       2014-10-02 17:38:11.990245479 +0200
+diff -rup configure.in configure.in
+--- configure.in       2015-01-01 06:15:54.000000000 +0100
++++ configure.in       2015-01-01 10:20:53.754574826 +0100
 @@ -13,9 +13,9 @@ if test "x$sv_curses" = xno; then
  fi
  ])
  
 -AC_INIT(squidview.cpp)
-+AC_INIT([squidview], [0.80])
++AC_INIT([squidview], [0.81])
  AM_CONFIG_HEADER(config.h)
--AM_INIT_AUTOMAKE(squidview,0.80)
+-AM_INIT_AUTOMAKE(squidview,0.81)
 +AM_INIT_AUTOMAKE
  AC_PROG_CXX
  AC_PROG_INSTALL

++++++ squidview-0.80.tar.gz -> squidview-0.81.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/squidview-0.80/ChangeLog new/squidview-0.81/ChangeLog
--- old/squidview-0.80/ChangeLog        2013-10-16 22:17:59.000000000 +0200
+++ new/squidview-0.81/ChangeLog        2015-01-01 06:15:54.000000000 +0100
@@ -1,7 +1,11 @@
 >> Squidview history:
 
+0.81: January 2015
+- squid result code update
+  thanks to Yuri Voinov for the suggestion
+
 0.80: October 2013
-- compatability with syslog
+- compatibility with syslog
 
 v0.79: May 2011:
 - code clean ups for gcc-4.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/squidview-0.80/configure new/squidview-0.81/configure
--- old/squidview-0.80/configure        2013-10-16 22:18:00.000000000 +0200
+++ new/squidview-0.81/configure        2015-01-01 06:15:55.000000000 +0100
@@ -2604,7 +2604,7 @@
 
 # Define the identity of the package.
  PACKAGE=squidview
- VERSION=0.80
+ VERSION=0.81
 
 
 cat >>confdefs.h <<_ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/squidview-0.80/configure.in 
new/squidview-0.81/configure.in
--- old/squidview-0.80/configure.in     2013-10-16 22:17:59.000000000 +0200
+++ new/squidview-0.81/configure.in     2015-01-01 06:15:54.000000000 +0100
@@ -15,7 +15,7 @@
 
 AC_INIT(squidview.cpp)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(squidview,0.80)
+AM_INIT_AUTOMAKE(squidview,0.81)
 AC_PROG_CXX
 AC_PROG_INSTALL
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/squidview-0.80/squidview.cpp 
new/squidview-0.81/squidview.cpp
--- old/squidview-0.80/squidview.cpp    2013-10-15 00:43:33.000000000 +0200
+++ new/squidview-0.81/squidview.cpp    2015-01-01 01:27:45.000000000 +0100
@@ -17,7 +17,7 @@
 
  A program to nicely browse your squid log
   
- (c) 2001 - 2013 Graeme Sheppard
+ (c) 2001 - 2015 Graeme Sheppard
 
  This program is not how it would be if I had to rewrite it from scratch.
  It started off very simple (quick and nasty) and needed to be fast because
@@ -1343,16 +1343,27 @@
   if (iSlash < iLength - 1)
     sRight = sBoth.substr (iSlash + 1, iLength - iSlash - 1);
   
-  if (sLeft == "TCP_MISS")                cHit = ' '; else
+  // should be in table form
+  // the cache hits, the cache misses and other
+
   if (sLeft == "TCP_HIT")                 cHit = 'H'; else
   if (sLeft == "TCP_IMS_HIT")             cHit = 'I'; else
   if (sLeft == "TCP_REFRESH_HIT")         cHit = 'R'; else
+  if (sLeft == "TCP_REFRESH_UNMODIFIED")  cHit = 'R'; else
   if (sLeft == "TCP_NEGATIVE_HIT")        cHit = 'N'; else
   if (sLeft == "TCP_MEM_HIT")             cHit = 'M'; else
-  if (sLeft == "TCP_DENIED")              cHit = 'd'; else
+  if (sLeft == "TCP_HIT_ABORTED")         cHit = 'A'; else
+  if (sLeft == "TCP_REFRESH_FAIL_OLD")    cHit = 'F'; else
+
+  if (sLeft == "TCP_MISS")                cHit = ' '; else
   if (sLeft == "TCP_REFRESH_MISS")        cHit = 'm'; else
+  if (sLeft == "TCP_REFRESH_MODIFIED")    cHit = 'm'; else
   if (sLeft == "TCP_CLIENT_REFRESH")      cHit = 'r'; else
   if (sLeft == "TCP_CLIENT_REFRESH_MISS") cHit = 'c'; else
+  if (sLeft == "TCP_MISS_ABORTED")        cHit = 'a'; else
+  
+  if (sLeft == "TCP_DENIED")              cHit = 'd'; else
+  if (sLeft == "TAG_NONE")                cHit = '0'; else
     cHit = '?';
   
   iHitNumber = atoi (sRight.c_str());
@@ -5306,7 +5317,7 @@
 void Help()
 {
   MyCls();
-  con << PACKAGE << " " << VERSION << ": (c) " << "2001-2013"
+  con << PACKAGE << " " << VERSION << ": (c) " << "2001-2015"
       << " Graeme Sheppard - GPL software\n"
       << "www.rillion.net/squidview\n\n" <<
     "Keystrokes:-\n\n"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to