forked from pool/isync
Accepting request 56200 from home:puzel:branches:server:mail
OBS-URL: https://build.opensuse.org/request/show/56200 OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=9
This commit is contained in:
parent
500177283c
commit
9a00b4d06b
@ -1,13 +0,0 @@
|
||||
Index: src/drv_imap.c
|
||||
===================================================================
|
||||
--- src/drv_imap.c.orig
|
||||
+++ src/drv_imap.c
|
||||
@@ -1229,7 +1229,7 @@
|
||||
_exit( 127 );
|
||||
close( a[0] );
|
||||
close( a[1] );
|
||||
- execl( "/bin/sh", "sh", "-c", srvc->tunnel, 0 );
|
||||
+ execl( "/bin/sh", "sh", "-c", srvc->tunnel, NULL );
|
||||
_exit( 127 );
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc1e7357c2e0c4a8066283235fc3f16a202e2f3c0153b5c9c8c2d2b31080c41b
|
||||
size 169840
|
3
isync-1.0.4.tar.bz2
Normal file
3
isync-1.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90f062ceca36bebec508673e2298235143fe25166aeee8c49b10bb9d6a766621
|
||||
size 134294
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 13:01:08 UTC 2010 - puzel@novell.com
|
||||
|
||||
- update to version 1.0.4
|
||||
- fix some rpmlint warnings
|
||||
- drop isync-1.0.1_missing_sentinel.patch (in upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 22:54:15 CET 2007 - mrueckert@suse.de
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
%define makeinstall make install DESTDIR=%{buildroot}
|
||||
#
|
||||
Name: isync
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 1
|
||||
#
|
||||
License: GPL
|
||||
@ -12,11 +12,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: db-devel openssl-devel
|
||||
#
|
||||
URL: http://isync.sf.net/
|
||||
Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz
|
||||
Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.bz2
|
||||
Patch: isync-1.0.1_imaphierarchy.patch
|
||||
Patch1: isync-1.0.1_missing_sentinel.patch
|
||||
#
|
||||
Summary: A command line utility for synchronizing a remote IMAP mailbox with a local maildir-style mailbox. This is useful for working in disconnected mode, such as on a laptop.
|
||||
Summary: Utility to synchronize IMAP mailboxes with local maildir folders
|
||||
%description
|
||||
isync is a command line application which synchronizes mailboxes; currently
|
||||
Maildir and IMAP4 mailboxes are supported. New messages, message deletions and
|
||||
@ -35,11 +34,9 @@ mailbox pair; multiple replicas of a mailbox can be maintained.
|
||||
Theodore Ts'o <tytso@mit.edu>
|
||||
Nicolas Boullis <nboullis@debian.org>
|
||||
|
||||
%debug_package
|
||||
%prep
|
||||
%setup
|
||||
%patch
|
||||
#TODO: %patch1
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
Loading…
Reference in New Issue
Block a user