Hi,

sic 0.6 is a bugfix release which corrects a grammer typo and uses new
time info.

Please unblock sic, debdiff is attached.

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          [EMAIL PROTECTED]
Internet:       http://people.panthera-systems.net/~daniel-baumann/
diff -Nru /tmp/rQTnYaA3FW/sic-0.5/config.mk /tmp/GT3SC4MYEg/sic-0.6/config.mk
--- /tmp/rQTnYaA3FW/sic-0.5/config.mk   2006-10-26 12:16:38.000000000 +0200
+++ /tmp/GT3SC4MYEg/sic-0.6/config.mk   2006-11-09 17:38:05.000000000 +0100
@@ -1,5 +1,5 @@
 # sic version
-VERSION = 0.5
+VERSION = 0.6
 
 # Customize below to fit your system
 
diff -Nru /tmp/rQTnYaA3FW/sic-0.5/debian/changelog 
/tmp/GT3SC4MYEg/sic-0.6/debian/changelog
--- /tmp/rQTnYaA3FW/sic-0.5/debian/changelog    2007-01-05 01:53:58.000000000 
+0100
+++ /tmp/GT3SC4MYEg/sic-0.6/debian/changelog    2007-01-05 01:53:58.000000000 
+0100
@@ -1,3 +1,9 @@
+sic (0.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Daniel Baumann <[EMAIL PROTECTED]>  Tue, 12 Dec 2006 20:07:00 +0100
+
 sic (0.5-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru /tmp/rQTnYaA3FW/sic-0.5/sic.c /tmp/GT3SC4MYEg/sic-0.6/sic.c
--- /tmp/rQTnYaA3FW/sic-0.5/sic.c       2006-10-26 12:16:38.000000000 +0200
+++ /tmp/GT3SC4MYEg/sic-0.6/sic.c       2006-11-09 17:38:05.000000000 +0100
@@ -49,7 +49,7 @@
        static char timestr[18];
        time_t t = time(0);
 
-       strftime(timestr, sizeof(timestr), "%a %R", localtime(&t));
+       strftime(timestr, sizeof(timestr), "%F %R", localtime(&t));
        fprintf(stdout, "%-8.8s: %s %s\n", channel, timestr, msg);
 }
 
@@ -301,7 +301,7 @@
                        exit(EXIT_FAILURE);
                } else if(i == 0) {
                        if(time(NULL) - trespond >= PINGTIMEOUT) {
-                               pout(server, "-!- sic shutting down: parseing 
timeout");
+                               pout(server, "-!- sic shutting down: parse 
timeout");
                                exit(EXIT_FAILURE);
                        }
                        write(srv, ping, strlen(ping));

Reply via email to