- Update to 4.8.17:
=== Core === * Minimal version of Gettext is 0.18.1 (#1885) * Optimization of copy/move operations (use adaptive buffer as in coreutils) (#2193) * Recognize csh as tcsh (#2742) * Сentered scrolling of file panel (#3130) * Internals: * Switch to new high-level mouse API (#3571) === VFS === * FISH helpers: remove executable bit (#3610) === Editor === * Improvements of syntax highlighting: * F90 (#3618) * Java (MidnightCommander/mc#95) === Misc === * Code cleanup (#3598, #3607) * Install mc.keymap as a symlink to mc.default.keymap (#3609) * File highlight: add more common file formats === Fixes === * Segfault due to incorrect value of SHELL environment variable (#3606) * Segfault when copying files under FreeBSD 9.3 (#3617) * Segfault when entering into some cpio archives (#3621) * Subshell output lost on window resize under tmux, GNU screen (#3639) * Subshell cursor position lost after window resizing (#3640) * Listbox no longer scrolls when dragging outside widget (#3559) * VFS: extfs: incorrect date parsing in unzip (#3622) * VFS: extfs: buffer overflow (#3605) * VFS: patchfs: syntax error (#3620) * VFS: fish: mistakes in ls Perl helper (#3611) - remove upstreamed Patch99: mc-patchfs_lzip-syntax-error.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=104
This commit is contained in:
committed by
Git OBS Bridge
parent
c475f7e871
commit
3faf2d182f
13
mc.spec
13
mc.spec
@@ -21,7 +21,7 @@ Summary: Midnight Commander
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://midnight-commander.org/
|
||||
Version: 4.8.16
|
||||
Version: 4.8.17
|
||||
Release: 0
|
||||
|
||||
#Git-Clone: git://github.com/MidnightCommander/mc
|
||||
@@ -44,11 +44,6 @@ Patch16: mc-esc-seq.patch
|
||||
Patch17: mc-rpm.patch
|
||||
Patch20: mc-f-keys.patch
|
||||
Patch21: mc-extfs-helpers-deb.patch
|
||||
# temporarily add fix from upstream until 4.8.17
|
||||
# https://bugzilla.opensuse.org/show_bug.cgi?id=972789
|
||||
# https://github.com/MidnightCommander/mc/issues/93
|
||||
# https://midnight-commander.org/ticket/3620
|
||||
Patch99: mc-patchfs_lzip-syntax-error.patch
|
||||
|
||||
# add patch. bnc#856501
|
||||
# http://www.midnight-commander.org/ticket/3128
|
||||
@@ -75,6 +70,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: audiofile-devel
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext >= 0.18.1
|
||||
BuildRequires: glib2-devel >= 2.26.0
|
||||
BuildRequires: libtool
|
||||
%if 0%{?suse_version} > 1130
|
||||
@@ -135,8 +131,6 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE6} | head -n1 | cut -c1-64` %{SOU
|
||||
%patch52 -p1
|
||||
%patch60 -p1
|
||||
|
||||
%patch99 -p0
|
||||
|
||||
%build
|
||||
autoreconf --force --install
|
||||
%define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith -Wformat-security -Wno-unused-parameter
|
||||
@@ -202,7 +196,6 @@ rm -rf %{buildroot}%{_datadir}/locale/be@tarask
|
||||
%config %{_sysconfdir}/mc/sfs.ini
|
||||
%config %{_sysconfdir}/mc/mc.menu
|
||||
%config %{_sysconfdir}/mc/mc.ext
|
||||
###config #{_sysconfdir}/mc/edit.spell.rc
|
||||
%config %{_sysconfdir}/mc/mcedit.menu
|
||||
%config %{_sysconfdir}/mc/mc.keymap
|
||||
%config %{_sysconfdir}/mc/mc.default.keymap
|
||||
@@ -222,7 +215,6 @@ rm -rf %{buildroot}%{_datadir}/locale/be@tarask
|
||||
%exclude %{_datadir}/mc/hints/mc.hint.*
|
||||
%{_datadir}/mc/help/mc.hlp
|
||||
%exclude %{_datadir}/mc/help/mc.hlp.*
|
||||
%exclude %{_sysconfdir}/mc/mc.menu.*
|
||||
%exclude %{_datadir}/locale/*/LC_MESSAGES/mc.mo
|
||||
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
@@ -231,7 +223,6 @@ rm -rf %{buildroot}%{_datadir}/locale/be@tarask
|
||||
%dir %{_datadir}/icons/hicolor/32x32
|
||||
%dir %{_datadir}/icons/hicolor/32x32/apps
|
||||
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
|
||||
%exclude %{_sysconfdir}/mc/mc.menu.*
|
||||
|
||||
%files lang -f %name.lang
|
||||
%defattr(-, root, root)
|
||||
|
Reference in New Issue
Block a user