commit 12da9353b3f08063f0068df6017139dae51acb26
Author: Kacper Kornet <[email protected]>
Date:   Wed Dec 27 03:32:39 2017 +0000

    - up to 3.16.0

 claws-mail-build.patch | 42 ------------------------------------------
 claws-mail.spec        |  6 ++----
 2 files changed, 2 insertions(+), 46 deletions(-)
---
diff --git a/claws-mail.spec b/claws-mail.spec
index 603d521..0cd084b 100644
--- a/claws-mail.spec
+++ b/claws-mail.spec
@@ -10,14 +10,13 @@
 Summary:       A bleeding edge branch of Sylpheed, a GTK2 based, lightweight, 
and fast e-mail client
 Summary(pl.UTF-8):     Rozwojowa wersja Sylpheed z dużą ilością zmian oraz 
ulepszeń
 Name:          claws-mail
-Version:       3.15.1
+Version:       3.16.0
 Release:       1
 License:       GPL v3+
 Group:         X11/Applications/Mail
 Source0:       
http://www.claws-mail.org/download.php?file=releases/%{name}-%{version}.tar.xz
-# Source0-md5: d4efd5723742155207c31ff2682d7f8c
+# Source0-md5: 025f55ff50ca87c61ae344daf53341ca
 Source1:       %{name}.desktop
-Patch0:                %{name}-build.patch
 URL:           http://www.claws-mail.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -371,7 +370,6 @@ webCal.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %{__rm} po/stamp-po
 
diff --git a/claws-mail-build.patch b/claws-mail-build.patch
deleted file mode 100644
index 4debdf5..0000000
--- a/claws-mail-build.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- claws-mail-3.15.1/./src/compose.c~ 2017-08-28 19:49:41.000000000 +0200
-+++ claws-mail-3.15.1/./src/compose.c  2017-10-26 09:20:35.883514684 +0200
-@@ -8794,7 +8794,7 @@ static void compose_template_apply_field
-       tr = g_strdup(C_("'%s' stands for a header name",
-                                 "Template '%s' format error."));
-       text = g_strdup_printf(tr, prefs_common_translated_header_name(header));
--      alertpanel_error(text);
-+      alertpanel_error("%s", text);
- 
-       g_free(text);
-       g_free(tr);
---- claws-mail-3.15.1/./src/mimeview.c~        2017-08-28 19:48:24.000000000 
+0200
-+++ claws-mail-3.15.1/./src/mimeview.c 2017-10-26 09:23:22.174780948 +0200
-@@ -1879,7 +1879,7 @@ static void mimeview_save_all_info(gint
-                                       "%d files saved successfully.",
-                                       total),
-                               total);
--              alertpanel_notice(msg);
-+              alertpanel_notice("%s", msg);
-               g_free(msg);
-       } else {
-               gchar *msg1 = g_strdup_printf(
-@@ -1892,7 +1892,7 @@ static void mimeview_save_all_info(gint
-                                       "%s, %d files failed.",
-                                       errors),
-                               msg1, errors);
--              alertpanel_warning(msg2);
-+              alertpanel_warning("%s", msg2);
-               g_free(msg2);
-               g_free(msg1);
-       }
---- claws-mail-3.15.1/src/plugins/archive/archiver_gtk.c~      2017-08-28 
19:48:24.000000000 +0200
-+++ claws-mail-3.15.1/src/plugins/archive/archiver_gtk.c       2017-10-26 
09:26:51.703909833 +0200
-@@ -576,7 +576,7 @@ static gboolean archiver_save_files(stru
-                       if (aval != G_ALERTALTERNATE)
-                               return FALSE;
-               } else {
--                      alertpanel_error(msg);
-+                      alertpanel_error("%s", msg);
-                       g_free(msg);
-                       return FALSE;
-               }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/claws-mail.git/commitdiff/5f4d7699ab9aa6c2a420a50abb593007b3fee3b9

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to