From 9a00b4d06b0efc5ee0feda408f30dd02b4b73e2e277d4f8054fae4775c7bd97a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 22 Dec 2010 10:25:59 +0000 Subject: [PATCH] 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 --- isync-1.0.1_missing_sentinel.patch | 13 ------------- isync-1.0.3.tar.gz | 3 --- isync-1.0.4.tar.bz2 | 3 +++ isync.changes | 7 +++++++ isync.spec | 9 +++------ 5 files changed, 13 insertions(+), 22 deletions(-) delete mode 100644 isync-1.0.1_missing_sentinel.patch delete mode 100644 isync-1.0.3.tar.gz create mode 100644 isync-1.0.4.tar.bz2 diff --git a/isync-1.0.1_missing_sentinel.patch b/isync-1.0.1_missing_sentinel.patch deleted file mode 100644 index c5c0db0..0000000 --- a/isync-1.0.1_missing_sentinel.patch +++ /dev/null @@ -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 ); - } - diff --git a/isync-1.0.3.tar.gz b/isync-1.0.3.tar.gz deleted file mode 100644 index 8a09355..0000000 --- a/isync-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc1e7357c2e0c4a8066283235fc3f16a202e2f3c0153b5c9c8c2d2b31080c41b -size 169840 diff --git a/isync-1.0.4.tar.bz2 b/isync-1.0.4.tar.bz2 new file mode 100644 index 0000000..96cb398 --- /dev/null +++ b/isync-1.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f062ceca36bebec508673e2298235143fe25166aeee8c49b10bb9d6a766621 +size 134294 diff --git a/isync.changes b/isync.changes index 5ed3f5b..a707fc7 100644 --- a/isync.changes +++ b/isync.changes @@ -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 diff --git a/isync.spec b/isync.spec index a251ce0..9699826 100644 --- a/isync.spec +++ b/isync.spec @@ -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 Nicolas Boullis -%debug_package %prep %setup %patch -#TODO: %patch1 %build %configure