From 4ff5b1164adc8303f6bf9ca09448648613eb3264 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 5 Sep 2008 15:53:33 +0000 Subject: [PATCH] fix license tag --- .cvsignore | 2 +- sources | 2 +- sqlgrey-1.7.4-warnings.patch | 17 +++++++++-------- sqlgrey.spec | 8 ++++++-- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index b7d088e..61150c8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sqlgrey-1.7.5.tar.bz2 +sqlgrey-1.7.6.tar.bz2 diff --git a/sources b/sources index cea9ebb..2e4a901 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53d6c3f318af8ffdd176361242268309 sqlgrey-1.7.5.tar.bz2 +1e7e5e3ed5f02b29f71ef4e26edc1c36 sqlgrey-1.7.6.tar.bz2 diff --git a/sqlgrey-1.7.4-warnings.patch b/sqlgrey-1.7.4-warnings.patch index 2cab869..0f743ed 100644 --- a/sqlgrey-1.7.4-warnings.patch +++ b/sqlgrey-1.7.4-warnings.patch @@ -1,18 +1,19 @@ ---- sqlgrey-1.7.4/sqlgrey.orig 2006-08-02 21:33:43.000000000 -0500 -+++ sqlgrey-1.7.4/sqlgrey 2006-12-12 15:13:07.000000000 -0600 -@@ -815,6 +815,7 @@ - $self->mylog('dbaccess', 3, "Read_hosts: ".join(', ', @read_hosts)); - +diff -up sqlgrey-1.7.6/sqlgrey.orig sqlgrey-1.7.6/sqlgrey +--- sqlgrey-1.7.6/sqlgrey.orig 2007-08-05 16:41:01.000000000 -0400 ++++ sqlgrey-1.7.6/sqlgrey 2008-09-05 11:50:07.000000000 -0400 +@@ -827,6 +827,7 @@ sub connectdb($) { + $self->mylog('dbaccess', 3, "Read_hosts: ".join(', ', @read_hosts)); + #Setting up cluster db's + no warnings 'once'; $DBIx::DBCluster::CLUSTERS = { "$self->{sqlgrey}{db_host}" => { 'WRITE_HOSTS' => [$self->{sqlgrey}{db_host}], -@@ -2410,6 +2411,7 @@ +@@ -2447,6 +2448,7 @@ sub main() no warnings 'uninitialized'; #Perl will spew warn's if running DBI only if ($dflt{db_cluster} eq 'on') { - #if loglevel >= 4, enable debugging for DBCluster + # if loglevel >= 4, enable debugging for DBCluster + no warnings 'once'; $DBIx::DBCluster::DEBUG = ($dflt{'loglevel'}>3)?1:0; - if ((defined $HOSTNAME) && (defined $dflt{db_cleanup_hostname})) { + # Ugly hack to make perl shut up about about "possible typo". diff --git a/sqlgrey.spec b/sqlgrey.spec index 4e67354..df6cf7a 100644 --- a/sqlgrey.spec +++ b/sqlgrey.spec @@ -1,9 +1,9 @@ Name: sqlgrey -Version: 1.7.5 +Version: 1.7.6 Release: 1%{?dist} Summary: Postfix grey-listing policy service Group: System Environment/Daemons -License: GPL +License: GPLv2+ URL: http://sqlgrey.sourceforge.net/ Source0: http://dl.sourceforge.net/sqlgrey/sqlgrey-%{version}.tar.bz2 Source1: sqlgrey.init @@ -82,6 +82,10 @@ if [ "$1" -eq 0 ]; then fi %changelog +* Fri Sep 5 2008 Tom "spot" Callaway 1.7.6-1 +- fix license tag +- update to 1.7.6 + * Mon Mar 12 2007 Steven Pritchard 1.7.5-1 - Update to 1.7.5 - Drop fedora-usermgmt requirement