]> git.pld-linux.org Git - packages/mc.git/commitdiff
- updated to 4.8.19 auto/th/mc-4.8.19-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 11 Mar 2017 17:43:09 +0000 (18:43 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 11 Mar 2017 17:43:09 +0000 (18:43 +0100)
mc-no-ws-visible.patch
mc-pld-developerfriendly.patch
mc.spec

index dc5fe63aa1317f6bebd24f7a3a8f070a02b612b7..1c1c7c2eaaface228dc5bf71e29e81570d5335bf 100644 (file)
@@ -1,12 +1,13 @@
-diff -urNp mc-4.6.2-pre1.orig/edit/editdraw.c mc-4.6.2-pre1/edit/editdraw.c
---- mc-4.6.2-pre1.orig/src/editor/editdraw.c   2007-08-27 14:06:03.000000000 +0200
-+++ mc-4.6.2-pre1/src/editor/editdraw.c        2008-05-05 12:00:49.000000000 +0200
-@@ -296,7 +296,7 @@
-     }
- }
+--- mc-4.8.19/src/editor/editdraw.c.orig       2017-03-04 18:51:38.000000000 +0100
++++ mc-4.8.19/src/editor/editdraw.c    2017-03-11 18:27:31.941897138 +0100
+@@ -63,8 +63,8 @@
+ /* Toggles statusbar draw style */
+ gboolean simple_statusbar = FALSE;
  
--int visible_tabs = 1, visible_tws = 1;
-+int visible_tabs = 0, visible_tws = 0;
+-gboolean visible_tws = TRUE;
+-gboolean visible_tabs = TRUE;
++gboolean visible_tws = FALSE;
++gboolean visible_tabs = FALSE;
+ /*** file scope macro definitions ****************************************************************/
  
- /* b is a pointer to the beginning of the line */
- static void
index 5f338b9700c87f540901bc1ff3b1083d29408a9f..a55e135a592a924e00a92ac9c8e1f1939e14c0d6 100644 (file)
@@ -22,18 +22,16 @@ diff -urN mc-2006-02-24-22.org/syntax/cvs-userlist.syntax mc-2006-02-24-22/synta
 +      keyword , yellow black
 +      
 +
-diff -urN mc-2006-02-24-22.org/syntax/Makefile.am mc-2006-02-24-22/syntax/Makefile.am
---- mc-2006-02-24-22.org/misc/syntax/Makefile.am       2006-01-30 18:01:58.000000000 +0100
-+++ mc-2006-02-24-22/misc/syntax/Makefile.am   2006-02-28 17:38:02.617073750 +0100
-@@ -11,7 +11,8 @@
-       debian-sources-list.syntax \
+--- mc-4.8.19/misc/syntax/Makefile.am.orig     2017-03-11 18:30:38.998587163 +0100
++++ mc-4.8.19/misc/syntax/Makefile.am  2017-03-11 18:34:17.005281053 +0100
+@@ -16,6 +16,7 @@
        cs.syntax               \
        css.syntax              \
        cuda.syntax             \
 +      cvs-userlist.syntax     \
        cxx.syntax              \
+       cython.syntax           \
        d.syntax                \
-       diff.syntax             \
 @@ -35,6 +36,7 @@
        pascal.syntax           \
        perl.syntax             \
diff --git a/mc.spec b/mc.spec
index a5cc65560d018f92475452c3023ac29f69f45c7e..4807fc73caa45d8ad5c693d4c6e2e794e1d75715 100644 (file)
--- a/mc.spec
+++ b/mc.spec
@@ -18,13 +18,13 @@ Summary(tr.UTF-8):  Midnight Commander görsel kabuğu
 Summary(uk.UTF-8):     Диспетчер файлів Midnight Commander
 Summary(zh_CN.UTF-8):  一个方便实用的文件管理器和虚拟Shell
 Name:          mc
-Version:       4.8.18
+Version:       4.8.19
 Release:       1
 Epoch:         1
 License:       GPL v3+
 Group:         Applications/Shells
 Source0:       http://ftp.midnight-commander.org/%{name}-%{version}.tar.xz
-# Source0-md5: 85ff9279f912c5482fe9f110f8892c96
+# Source0-md5: 57209d138c0adcb9ea01dfe6bbb4cb87
 Source3:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source3-md5: 17d7b574e1b85ad6f8ddceda9e841f19
 Source7:       %{name}.desktop
This page took 0.150092 seconds and 4 git commands to generate.