From 7bee349f20ae19c8c449d87e4823f7172694d65f78d5e94170e288eae1092ce4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 30 Jan 2014 17:18:20 +0000 Subject: [PATCH] Accepting request 214767 from home:sleep_walker:branches:server:mail - examples are installed automaticaly - remove manual copying from spec file - license fix - bump to 1.1.0 - drop isync-1.0.1_imaphierarchy.patch OBS-URL: https://build.opensuse.org/request/show/214767 OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=11 --- isync-1.0.1_imaphierarchy.patch | 13 ------------- isync-1.0.5.tar.gz | 3 --- isync-1.1.0.tar.gz | 3 +++ isync.changes | 17 +++++++++++++++++ isync.spec | 9 ++------- 5 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 isync-1.0.1_imaphierarchy.patch delete mode 100644 isync-1.0.5.tar.gz create mode 100644 isync-1.1.0.tar.gz diff --git a/isync-1.0.1_imaphierarchy.patch b/isync-1.0.1_imaphierarchy.patch deleted file mode 100644 index c6f122e..0000000 --- a/isync-1.0.1_imaphierarchy.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: src/drv_imap.c -=================================================================== ---- src/drv_imap.c.orig -+++ src/drv_imap.c -@@ -1670,7 +1670,7 @@ - int ret; - - imap->boxes = 0; -- if ((ret = imap_exec_b( ctx, 0, "LIST \"\" \"%s%%\"", ctx->prefix )) != DRV_OK) -+ if ((ret = imap_exec_b( ctx, 0, "LIST \"\" \"%s*\"", ctx->prefix )) != DRV_OK) - return ret; - *retb = imap->boxes; - return DRV_OK; diff --git a/isync-1.0.5.tar.gz b/isync-1.0.5.tar.gz deleted file mode 100644 index 7d1d7ad..0000000 --- a/isync-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f244d8ee95cd85465135330fd63b4b6ce448175af1e0104c2c3d225b743ac49e -size 187601 diff --git a/isync-1.1.0.tar.gz b/isync-1.1.0.tar.gz new file mode 100644 index 0000000..4598c84 --- /dev/null +++ b/isync-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f5618c239013fb770f98ae269f24ee417214efaaf7e22821b4a27cf9a9213c +size 249374 diff --git a/isync.changes b/isync.changes index 6eaa278..a0621a4 100644 --- a/isync.changes +++ b/isync.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 23 11:56:13 UTC 2014 - sleep_walker@suse.cz + +- examples are installed automaticaly - remove manual copying from + spec file + +------------------------------------------------------------------- +Thu Jan 23 11:14:48 UTC 2014 - sleep_walker@suse.cz + +- license fix + +------------------------------------------------------------------- +Thu Jan 23 11:04:33 UTC 2014 - sleep_walker@suse.cz + +- bump to 1.1.0 +- drop isync-1.0.1_imaphierarchy.patch + ------------------------------------------------------------------- Fri Aug 24 09:29:54 UTC 2012 - sleep_walker@suse.cz diff --git a/isync.spec b/isync.spec index d10a4e5..fbb2f8a 100644 --- a/isync.spec +++ b/isync.spec @@ -2,10 +2,10 @@ %define makeinstall make install DESTDIR=%{buildroot} # Name: isync -Version: 1.0.5 +Version: 1.1.0 Release: 1 # -License: GPL +License: GPL-2.0 Group: Productivity/Networking/Email/Utilities # BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -13,7 +13,6 @@ BuildRequires: db-devel openssl-devel # URL: http://isync.sf.net/ Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz -Patch: isync-1.0.1_imaphierarchy.patch # Summary: Utility to synchronize IMAP mailboxes with local maildir folders %description @@ -36,7 +35,6 @@ mailbox pair; multiple replicas of a mailbox can be maintained. %prep %setup -%patch %build %configure @@ -44,9 +42,6 @@ mailbox pair; multiple replicas of a mailbox can be maintained. %install %makeinstall docdir=%{_docdir}/%{name}/ -%{__install} -m 0644 \ - src/mbsyncrc.sample src/compat/isyncrc.sample \ -%{buildroot}%{_docdir}/%{name}/ %clean %{__rm} -rf %{buildroot}