[mc] Update to 4.8.10

Jindrich Novy jnovy at fedoraproject.org
Sat Aug 3 06:05:02 UTC 2013


commit d6c65f4e848e03f7e85de510b9a10f0bd43aad7c
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Sat Aug 3 08:01:08 2013 +0200

    Update to 4.8.10

 mc-cpiosegfault.patch   |   10 +++++-----
 mc-widgetsegfault.patch |   10 +++++-----
 mc.spec                 |    6 +++++-
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/mc-cpiosegfault.patch b/mc-cpiosegfault.patch
index 8627031..a59865c 100644
--- a/mc-cpiosegfault.patch
+++ b/mc-cpiosegfault.patch
@@ -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)
diff --git a/mc-widgetsegfault.patch b/mc-widgetsegfault.patch
index bcfb0bb..a13151f 100644
--- a/mc-widgetsegfault.patch
+++ b/mc-widgetsegfault.patch
@@ -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 */
+ /* --------------------------------------------------------------------------------------------- */
diff --git a/mc.spec b/mc.spec
index 65c1cf6..3c96349 100644
--- a/mc.spec
+++ b/mc.spec
@@ -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 at gmail.com> 4.8.10
+- update to 4.8.10 (#984540)
+- sync patches
+
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1:4.8.8-2
 - Perl 5.18 rebuild
 


More information about the scm-commits mailing list