Mailinglist Archive: opensuse-commit (783 mails)

< Previous Next >
commit yast2-mail for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 01 Apr 2009 18:18:24 +0200
  • Message-id: <20090401161824.6033667807A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-mail for openSUSE:Factory
checked in at Wed Apr 1 18:18:24 CEST 2009.


--------
--- yast2-mail/yast2-mail.changes 2009-03-09 22:22:32.000000000 +0100
+++ yast2-mail/yast2-mail.changes 2009-03-31 10:42:27.735337000 +0200
@@ -1,0 +2,5 @@
+Tue Mar 31 10:41:00 CEST 2009 - varkoly@xxxxxxx
+
+- If starting the virus scanner freshclam have to be started also
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
yast2-mail-2.17.4.tar.bz2

New:
----
yast2-mail-2.17.5.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-mail.spec ++++++
--- /var/tmp/diff_new_pack.NBV358/_old 2009-04-01 18:17:48.000000000 +0200
+++ /var/tmp/diff_new_pack.NBV358/_new 2009-04-01 18:17:48.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-mail (Version 2.17.4)
+# spec file for package yast2-mail (Version 2.17.5)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@


Name: yast2-mail
-Version: 2.17.4
-Release: 9
+Version: 2.17.5
+Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-mail-2.17.4.tar.bz2
+Source0: yast2-mail-2.17.5.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools
yast2-testsuite
BuildRequires: yast2-ldap-server yast2-network yast2-perl-bindings yast2-users
@@ -77,7 +77,7 @@
Peter Varkoly <varkoly@xxxxxxxxxx>

%prep
-%setup -n yast2-mail-2.17.4
+%setup -n yast2-mail-2.17.5

%build
%{prefix}/bin/y2tool y2autoconf
@@ -171,6 +171,8 @@
%dir /usr/share/YaST2/clients
/usr/share/YaST2/clients/users*
%changelog
+* Tue Mar 31 2009 varkoly@xxxxxxx
+- If starting the virus scanner freshclam have to be started also
* Mon Mar 09 2009 varkoly@xxxxxxx
- bnc#483639 - yast2 mail server's master.cf parser do not writes some lines
* Sun Jan 25 2009 varkoly@xxxxxxx

++++++ yast2-mail-2.17.4.tar.bz2 -> yast2-mail-2.17.5.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-mail-2.17.4/src/YaPI/MailServer.pm
new/yast2-mail-2.17.5/src/YaPI/MailServer.pm
--- old/yast2-mail-2.17.4/src/YaPI/MailServer.pm 2009-01-25
19:18:02.000000000 +0100
+++ new/yast2-mail-2.17.5/src/YaPI/MailServer.pm 2009-03-31
10:39:40.000000000 +0200
@@ -3088,8 +3088,10 @@
move("$aconf.new",$aconf);
move("$cconf.new",$cconf);
Service->Enable('amavis');
+ Service->Enable('freshclam');
Service->Enable('clamd');
Service->Start('amavis');
+ Service->Start('freshclam');
Service->Start('clamd');
return "";
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-mail-2.17.4/VERSION new/yast2-mail-2.17.5/VERSION
--- old/yast2-mail-2.17.4/VERSION 2009-01-04 10:08:38.000000000 +0100
+++ new/yast2-mail-2.17.5/VERSION 2009-03-31 10:40:10.000000000 +0200
@@ -1 +1 @@
-2.17.4
+2.17.5


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread