فهرست منبع

upgrading package: dbmail 2.2.1 -> 2.2.2

Ralf S. Engelschall 19 سال پیش
والد
کامیت
0b042be19a
2فایلهای تغییر یافته به همراه5 افزوده شده و 24 حذف شده
  1. 3 22
      dbmail/dbmail.patch
  2. 2 2
      dbmail/dbmail.spec

+ 3 - 22
dbmail/dbmail.patch

@@ -1,7 +1,7 @@
 Index: configure
---- configure.orig	2006-11-18 14:36:23 +0100
-+++ configure	2006-12-16 12:48:06 +0100
-@@ -2097,13 +2097,13 @@
+--- configure.orig	2007-01-24 15:48:58 +0100
++++ configure	2007-01-31 20:02:46 +0100
+@@ -2098,13 +2098,13 @@
    else
    	DM_LOGDIR="$logdirname"
    fi
@@ -17,22 +17,3 @@ Index: configure
    then
    	DM_CONFDIR='/etc'
    else
-Index: misc.c
---- misc.c.orig	2006-11-15 16:55:45 +0100
-+++ misc.c	2006-12-16 12:48:06 +0100
-@@ -2112,8 +2112,14 @@
- 	char prev,next=0;
- 	unsigned incode=0, inquote=0;
- 	size_t i, l;
--	GString *s = g_string_new("");
-+	GString *s;
-+
-+	if (!a)
-+		return g_strdup("");
-+	if (!a[0])
-+		return g_strdup("");
- 	
-+	s = g_string_new("");
- 	t = g_strdup(a);
- 	inptr = t;
- 	inptr = g_strstrip(inptr);

+ 2 - 2
dbmail/dbmail.spec

@@ -24,7 +24,7 @@
 
 #   package component versions
 %define       V_major     2.2
-%define       V_minor     1
+%define       V_minor     2
 
 #   package information
 Name:         dbmail
@@ -37,7 +37,7 @@ Class:        EVAL
 Group:        Mail
 License:      GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20061230
+Release:      20070131
 
 #   package options
 %option       with_fsl    yes