[svn] r5833 - trunk/rpms/sarg

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Tue Sep 11 04:30:10 CEST 2007


Author: dag
Date: 2007-09-11 04:30:08 +0200 (Tue, 11 Sep 2007)
New Revision: 5833

Modified:
   trunk/rpms/sarg/sarg.spec
Log:
Updates

Modified: trunk/rpms/sarg/sarg.spec
===================================================================
--- trunk/rpms/sarg/sarg.spec	2007-09-11 02:20:54 UTC (rev 5832)
+++ trunk/rpms/sarg/sarg.spec	2007-09-11 02:30:08 UTC (rev 5833)
@@ -5,7 +5,7 @@
 
 Summary: Squid usage report generator per user/ip/name
 Name: sarg
-Version: 2.2.1
+Version: 2.2.3
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -87,7 +87,7 @@
 if [ -s %{_localstatedir}/log/squid/access.log.1.gz ]; then
 	LOG_FILES="$LOG_FILES -l %{_localstatedir}/log/squid/access.log.1.gz"
 fi
-if [ -s %{_localstatedir}/log/squid/access.log ]]; then
+if [ -s %{_localstatedir}/log/squid/access.log ]; then
 	LOG_FILES="$LOG_FILES -l %{_localstatedir}/log/squid/access.log"
 fi
 
@@ -215,6 +215,10 @@
 %{_sysconfdir}/sarg/languages/
 
 %changelog
+* Sat Aug 25 2007 Dag Wieers <dag at wieers.com> - 2.2.3-1
+- Updated to release 2.2.3.
+- Fixed typo in monthly script. (Rabie Van der Merwe)
+
 * Mon May 29 2006 Dag Wieers <dag at wieers.com> - 2.2.1-1
 - Updated to release 2.2.1.
 - Many changes to reflect release 2.2. (Bernard Lheureux)



More information about the svn-commits mailing list