Update to 4.8.10

This commit is contained in:
Jindrich Novy 2013-08-03 08:01:08 +02:00
parent 9a0823e2b5
commit d6c65f4e84
3 changed files with 15 additions and 11 deletions

View File

@ -1,8 +1,8 @@
diff -up mc-4.8.7/src/vfs/cpio/cpio.c.cpiosegfault mc-4.8.7/src/vfs/cpio/cpio.c
--- mc-4.8.7/src/vfs/cpio/cpio.c.cpiosegfault 2012-12-27 09:13:20.000000000 +0100
+++ mc-4.8.7/src/vfs/cpio/cpio.c 2013-03-14 11:55:50.660147302 +0100
@@ -795,7 +795,7 @@ cpio_super_same (const vfs_path_element_
g_free (archive_name);
diff -up mc-4.8.10/src/vfs/cpio/cpio.c.cpiosegfault mc-4.8.10/src/vfs/cpio/cpio.c
--- mc-4.8.10/src/vfs/cpio/cpio.c.cpiosegfault 2013-08-03 07:40:32.068958650 +0200
+++ mc-4.8.10/src/vfs/cpio/cpio.c 2013-08-03 07:42:11.926345838 +0200
@@ -784,7 +784,7 @@ cpio_super_same (const vfs_path_element_
return 0;
/* Has the cached archive been changed on the disk? */
- if (((cpio_super_data_t *) parc->data)->st.st_mtime < archive_stat->st_mtime)

View File

@ -1,7 +1,7 @@
diff -up mc-4.8.7/lib/widget/widget-common.h.widgetsegfault mc-4.8.7/lib/widget/widget-common.h
--- mc-4.8.7/lib/widget/widget-common.h.widgetsegfault 2012-12-10 22:04:32.000000000 +0100
+++ mc-4.8.7/lib/widget/widget-common.h 2013-03-21 09:38:39.000000000 +0100
@@ -153,7 +153,7 @@ gboolean mouse_global_in_widget (const G
diff -up mc-4.8.10/lib/widget/widget-common.h.widgetsegfault mc-4.8.10/lib/widget/widget-common.h
--- mc-4.8.10/lib/widget/widget-common.h.widgetsegfault 2013-08-03 07:42:45.329299880 +0200
+++ mc-4.8.10/lib/widget/widget-common.h 2013-08-03 07:44:22.162755951 +0200
@@ -159,7 +159,7 @@ gboolean mouse_global_in_widget (const G
static inline cb_ret_t
send_message (void *w, void *sender, widget_msg_t msg, int parm, void *data)
{
@ -9,4 +9,4 @@ diff -up mc-4.8.7/lib/widget/widget-common.h.widgetsegfault mc-4.8.7/lib/widget/
+ return w ? WIDGET (w)->callback (WIDGET (w), WIDGET (sender), msg, parm, data) : 1;
}
#endif /* MC__WIDGET_INTERNAL_H */
/* --------------------------------------------------------------------------------------------- */

View File

@ -1,6 +1,6 @@
Summary: User-friendly text console file manager and visual shell
Name: mc
Version: 4.8.8
Version: 4.8.10
Release: 2%{?dist}
Epoch: 1
License: GPLv3+
@ -81,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_libexecdir}/mc/ext.d
%changelog
* Sat aug 03 2013 Jindrich Novy <novyjindrich@gmail.com> 4.8.10
- update to 4.8.10 (#984540)
- sync patches
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1:4.8.8-2
- Perl 5.18 rebuild