Accepting request 115796 from Base:System

update to 4.8.1.3 (regression fix release) (forwarded request 115707 from subchaser)

OBS-URL: https://build.opensuse.org/request/show/115796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mc?expand=0&rev=41
This commit is contained in:
Stephan Kulow 2012-05-07 20:48:10 +00:00 committed by Git OBS Bridge
commit 1cf7153204
5 changed files with 22 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94d307bfd979ed62bdf14f2bab8ca97327526bdd27a9d4bc5c810889e89e85e2
size 2012644

3
mc-4.8.1.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d25e1616cb9f8f34cb4421f3a7f88304f6be714fd7e8c9ce4106a8e136172d47
size 2033704

View File

@ -1,13 +0,0 @@
Index: src/editor/editwidget.c
===================================================================
--- src/editor/editwidget.c.orig
+++ src/editor/editwidget.c
@@ -387,7 +387,7 @@ edit_file (const char *_file, int line)
const char *
edit_get_file_name (const WEdit * edit)
{
- return edit->filename;
+ return edit?edit->filename:NULL;
}
/* --------------------------------------------------------------------------------------------- */

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Apr 26 11:30:00 UTC 2012 - subchaser1@gmail.com
- Update to 4.8.1.3 (regression fix release):
This release fixes two regressions in the just-released
previous stable version: a crash in the chown and symlink dialogs,
and an erroneous error popup when entering a tar archive.
-------------------------------------------------------------------
Mon Apr 23 08:55:27 UTC 2012 - subchaser1@gmail.com
- Update to 4.8.1.2 (bugfix release):
The changes since 4.8.1.1 are to numerous to list here.
Please see the file NEWS in the documentation for a complete list.
- mc-mcviewsegfault.patch removed, fixed in changeset 95fdd2
-------------------------------------------------------------------
Wed Apr 4 15:53:44 UTC 2012 - subchaser1@gmail.com

View File

@ -21,7 +21,7 @@ Summary: Midnight Commander
License: GPL-3.0+
Group: Productivity/File utilities
Url: http://www.midnight-commander.org/
Version: 4.8.1.1
Version: 4.8.1.3
Release: 0
Source: mc-%{version}.tar.xz
Source1: x11_browser
@ -50,9 +50,9 @@ Patch32: 20_wrong_path_to_wrappers.patch
Patch41: mc-multi-press-f-keys.patch
# Patches from Fedora
Patch50: mc-extensions.patch
Patch51: mc-mcviewsegfault.patch
#Patch adding -fpie and -pie to compilation and linking of setuid binaries
Patch52: mc-pie.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: audiofile-devel
BuildRequires: docbook-toys
@ -121,7 +121,6 @@ target directory.
%patch32
%patch41
%patch50
%patch51
%patch52 -p1
%build