Accepting request 115231 from home:subchaser
upgraded to latest stable (4.8.1.2) OBS-URL: https://build.opensuse.org/request/show/115231 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=43
This commit is contained in:
committed by
Git OBS Bridge
parent
16178b1301
commit
2006ca7d3f
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94d307bfd979ed62bdf14f2bab8ca97327526bdd27a9d4bc5c810889e89e85e2
|
||||
size 2012644
|
3
mc-4.8.1.2.tar.xz
Normal file
3
mc-4.8.1.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e218a811c682bf73f1ede8a3928c977b5a9e824d3d6d8183729b497782814f5e
|
||||
size 2033500
|
@@ -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;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
5
mc.spec
5
mc.spec
@@ -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.2
|
||||
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
|
||||
|
Reference in New Issue
Block a user