Author: glen Date: Sat Sep 24 13:17:54 2011 GMT Module: packages Tag: HEAD ---- Log message: - add patches from fedora
---- Files affected: packages/xfce4-mailwatch-plugin: xfce4-mailwatch-plugin.spec (1.7 -> 1.8) , dsofix.patch (NONE -> 1.1) (NEW), mbox-refresh-interval.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec diff -u packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec:1.7 packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec:1.8 --- packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec:1.7 Fri Sep 9 21:10:56 2011 +++ packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec Sat Sep 24 15:17:48 2011 @@ -9,6 +9,8 @@ Source0: http://spuriousinterrupt.org/files/mailwatch/%{name}-%{version}.tar.bz2 # Source0-md5: f84dce86be1d7f25f169f262aaacee4e Patch0: %{name}-ui.patch +Patch1: dsofix.patch +Patch2: mbox-refresh-interval.patch URL: http://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/ BuildRequires: autoconf >= 2.63 BuildRequires: automake @@ -48,6 +50,8 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build %{__intltoolize} @@ -96,6 +100,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2011/09/24 13:17:48 glen +- add patches from fedora + Revision 1.7 2011/09/09 19:10:56 arekm - release 7 ================================================================ Index: packages/xfce4-mailwatch-plugin/dsofix.patch diff -u /dev/null packages/xfce4-mailwatch-plugin/dsofix.patch:1.1 --- /dev/null Sat Sep 24 15:17:54 2011 +++ packages/xfce4-mailwatch-plugin/dsofix.patch Sat Sep 24 15:17:48 2011 @@ -0,0 +1,11 @@ +--- xfce4-mailwatch-plugin-1.1.0.orig/panel-plugin/Makefile.in 2008-09-15 06:06:41.000000000 +0200 ++++ xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.in 2010-02-17 14:59:06.000000000 +0100 +@@ -183,7 +183,7 @@ + INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ + INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ + LD = @LD@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -lgcrypt + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LIBSM_CFLAGS = @LIBSM_CFLAGS@ ================================================================ Index: packages/xfce4-mailwatch-plugin/mbox-refresh-interval.patch diff -u /dev/null packages/xfce4-mailwatch-plugin/mbox-refresh-interval.patch:1.1 --- /dev/null Sat Sep 24 15:17:54 2011 +++ packages/xfce4-mailwatch-plugin/mbox-refresh-interval.patch Sat Sep 24 15:17:48 2011 @@ -0,0 +1,11 @@ +--- xfce4-mailwatch-plugin-1.1.0.orig/libmailwatch-core/mailwatch-mailbox-mbox.c 2008-09-11 06:31:50.000000000 +0200 ++++ xfce4-mailwatch-plugin-1.1.0/libmailwatch-core/mailwatch-mailbox-mbox.c 2010-10-06 05:39:15.452009578 +0200 +@@ -341,6 +341,8 @@ + if( val == mbox->interval ) + return; + ++ mbox->interval = val; ++ + if( g_atomic_int_get( &mbox->running ) ) { + /* probably shouldn't do this so frequently */ + if( mbox->check_id ) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
