- New upstream bugfix release 0.86
+ 0.86 February 2017
+ fix clang compiler warning, thanks
http://people.freebsd.org/~danilo/
+ 0.85 Janurary 2017
+ another result code, thanks Yuri Voinov
+ 0.84 December 2016
+ INM result code as 'U' - unmodified thanks Yuri Voinov
+ 0.82-0.83: May 2016
+ add more squid result codes
thanks to Yuri Voinov for the suggestions, corrections
- Packaging
+ Fix boo#1057981 : don't remove file under /usr/share/squidview
+ spec_cleaner
+ Use URL as source now
+ Refresh patch ac_new-autoconf.patch for version 0.86
+ Remove _service file, no need
OBS-URL: https://build.opensuse.org/request/show/523002
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squidview?expand=0&rev=21
16 lines
370 B
Diff
16 lines
370 B
Diff
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.86])
|
|
AM_CONFIG_HEADER(config.h)
|
|
-AM_INIT_AUTOMAKE(squidview,0.86)
|
|
+AM_INIT_AUTOMAKE
|
|
AC_PROG_CXX
|
|
AC_PROG_INSTALL
|
|
|