]> git.pld-linux.org Git - packages/gnome-mail-notification.git/commitdiff
- updated to latest sources auto/th/gnome-mail-notification-5.4-17
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 19 Apr 2013 11:25:25 +0000 (13:25 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 19 Apr 2013 11:25:25 +0000 (13:25 +0200)
- fix building with new glibc
- rel 17

gnome-mail-notification.spec
mail-notification-jb-gcc-format.patch [new file with mode: 0644]

index 4157a97f09e492e193571c1820e049e7b149fde9..2737e9cc88b9dd83d0a60e48939a84763b6755b9 100644 (file)
@@ -1,14 +1,15 @@
-%define                evo_ver 3.6
+%define                evo_ver 3.8
 %define                rname mail-notification
 Summary:       GNOME notification area mail monitor
 Summary(pl.UTF-8):     Monitor poczty widoczny w obszarze powiadamiania GNOME
 Name:          gnome-mail-notification
 Version:       5.4
-Release:       16
+Release:       17
 License:       GPL v3+
 Group:         X11/Applications
 Source0:       https://github.com/epienbroek/mail-notification/tarball/master/%{rname}-%{version}.tar.gz
-# Source0-md5: 899c92fff00575ae25fe37090287792b
+# Source0-md5: 1c4aea14dd2f9b89b659eaf39cde05f4
+Patch0:                mail-notification-jb-gcc-format.patch
 URL:           http://www.nongnu.org/mailnotify/
 BuildRequires: GConf2-devel >= 2.22.0
 BuildRequires: autoconf >= 2.59
@@ -69,7 +70,8 @@ Evolution mailbox support for Mail Notification.
 Wsparcie dla skrzynek pocztowych Evolution w Mail Notification.
 
 %prep
-%setup -q -n epienbroek-%{rname}-b4ca832
+%setup -q -n epienbroek-%{rname}-45d11d2
+%patch0 -p1
 
 %build
 ./jb configure \
diff --git a/mail-notification-jb-gcc-format.patch b/mail-notification-jb-gcc-format.patch
new file mode 100644 (file)
index 0000000..c99b01e
--- /dev/null
@@ -0,0 +1,15 @@
+Index: epienbroek-mail-notification-eab5c13/jbsrc/lib/src/core/jb-util.c
+===================================================================
+--- epienbroek-mail-notification-eab5c13.orig/jbsrc/lib/src/core/jb-util.c
++++ epienbroek-mail-notification-eab5c13/jbsrc/lib/src/core/jb-util.c
+@@ -208,6 +208,10 @@ jb_message_result_string_format (const c
+   g_free(message);
+ }
++#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4)
++static void print_warning_or_error (const char *prefix, const char *format, va_list args) __attribute__ ((format(printf, 1, 0)));
++#endif
++
+ static void
+ print_warning_or_error (const char *prefix, const char *format, va_list args)
+ {
This page took 0.090565 seconds and 4 git commands to generate.