Hello community,

here is the log from the commit of package imapfilter for openSUSE:Factory 
checked in at 2011-10-25 17:04:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imapfilter (Old)
 and      /work/SRC/openSUSE:Factory/.imapfilter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imapfilter", Maintainer is "hvo...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/imapfilter/imapfilter.changes    2011-09-23 
02:03:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.imapfilter.new/imapfilter.changes       
2011-10-25 17:04:45.000000000 +0200
@@ -1,0 +2,24 @@
+Sun Oct 23 21:29:15 UTC 2011 - a...@nubati.net
+
+- Update to version 2.3 (taken from the NEWS file)
+
+IMAPFilter 2.3 - 6 Aug 2011
+  - Support for appending/uploading messages to mailboxes.
+  - Debug file option now takes filename argument.
+  - New simplified configuration and building procedure.
+  - Bug fix; in some cases a mailbox was incorrectly assumed selected.
+  - Bug fix; in some cases server capabilities needed update after login.
+  - Bug fix; timeout problem with CRAM-MD5 authentication.
+  - Bug fix; some servers send non-ASCII characters in their responses.
+
+IMAPFilter 2.2.3 - 6 Mar 2011
+  - Project moved to GitHub.
+  - Changed file and directory structure.
+  - The next UID is returned as an additional return value of check_status().
+  - All processing methods now return a boolean based on their success.
+  - Bug fix; a lost connection is now handled better by trying to reconnect.
+  - Bug fix; in some cases in IDLE a message had arrived but was ignored.
+  - Bug fix; in some servers the initial IDLE reply wasn't handled correctly.
+  - Bug fix; typo errors in the documentation.
+
+-------------------------------------------------------------------

Old:
----
  imapfilter-2.2.2.tar.bz2

New:
----
  imapfilter-2.3.0.tar.bz2

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

Other differences:
------------------
++++++ imapfilter.spec ++++++
--- /var/tmp/diff_new_pack.hrEsV0/_old  2011-10-25 17:04:47.000000000 +0200
+++ /var/tmp/diff_new_pack.hrEsV0/_new  2011-10-25 17:04:47.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package imapfilter (Version 2.2.2)
+# spec file for package imapfilter (Version 2.3.0)
 #
 # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -22,7 +22,7 @@
 License:        MIT
 Url:            http://imapfilter.hellug.gr
 Group:          Productivity/Networking/Email/Utilities
-Version:        2.2.2
+Version:        2.3.0
 Release:        1
 Source:         http://imapfilter.hellug.gr/source/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -45,11 +45,10 @@
 %setup -q
 
 %build
-./configure -d "%{_prefix}" -b "%{_bindir}" -m "%{_mandir}"
-%{__make} MYCFLAGS="$RPM_OPT_FLAGS" %{?jobs:-j%{jobs}}
+%{__make} PREFIX="%{_prefix}" MANDIR="%{_prefix}/share/man" 
MYCFLAGS="$RPM_OPT_FLAGS" %{?jobs:-j%{jobs}}
 
 %install
-%makeinstall
+%makeinstall PREFIX="%{_prefix}" MANDIR="%{_prefix}/share/man"
 
 %clean
 %{__rm} -rf "$RPM_BUILD_ROOT"

++++++ imapfilter-2.2.2.tar.bz2 -> imapfilter-2.3.0.tar.bz2 ++++++
++++ 24489 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to