From 2006ca7d3f62c4b050311277c90b58de73041aff713242b9a77a110c8d717c06 Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Wed, 25 Apr 2012 09:49:53 +0000 Subject: [PATCH 1/2] 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 --- mc-4.8.1.1.tar.xz | 3 --- mc-4.8.1.2.tar.xz | 3 +++ mc-mcviewsegfault.patch | 13 ------------- mc.changes | 9 +++++++++ mc.spec | 5 ++--- 5 files changed, 14 insertions(+), 19 deletions(-) delete mode 100644 mc-4.8.1.1.tar.xz create mode 100644 mc-4.8.1.2.tar.xz delete mode 100644 mc-mcviewsegfault.patch diff --git a/mc-4.8.1.1.tar.xz b/mc-4.8.1.1.tar.xz deleted file mode 100644 index b87c811..0000000 --- a/mc-4.8.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94d307bfd979ed62bdf14f2bab8ca97327526bdd27a9d4bc5c810889e89e85e2 -size 2012644 diff --git a/mc-4.8.1.2.tar.xz b/mc-4.8.1.2.tar.xz new file mode 100644 index 0000000..94ee1a9 --- /dev/null +++ b/mc-4.8.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e218a811c682bf73f1ede8a3928c977b5a9e824d3d6d8183729b497782814f5e +size 2033500 diff --git a/mc-mcviewsegfault.patch b/mc-mcviewsegfault.patch deleted file mode 100644 index 0e4934f..0000000 --- a/mc-mcviewsegfault.patch +++ /dev/null @@ -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; - } - - /* --------------------------------------------------------------------------------------------- */ diff --git a/mc.changes b/mc.changes index 4d0100e..06bc0bc 100644 --- a/mc.changes +++ b/mc.changes @@ -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 diff --git a/mc.spec b/mc.spec index 30f2302..d185980 100644 --- a/mc.spec +++ b/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 From 26c1d3a00ae5ae65b3162b8a7538e0070e88b057ba01cb58cf711effb53205e6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 27 Apr 2012 07:35:26 +0000 Subject: [PATCH 2/2] Accepting request 115707 from home:subchaser update to 4.8.1.3 (regression fix release) OBS-URL: https://build.opensuse.org/request/show/115707 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=44 --- mc-4.8.1.2.tar.xz | 3 --- mc-4.8.1.3.tar.xz | 3 +++ mc.changes | 8 ++++++++ mc.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 mc-4.8.1.2.tar.xz create mode 100644 mc-4.8.1.3.tar.xz diff --git a/mc-4.8.1.2.tar.xz b/mc-4.8.1.2.tar.xz deleted file mode 100644 index 94ee1a9..0000000 --- a/mc-4.8.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e218a811c682bf73f1ede8a3928c977b5a9e824d3d6d8183729b497782814f5e -size 2033500 diff --git a/mc-4.8.1.3.tar.xz b/mc-4.8.1.3.tar.xz new file mode 100644 index 0000000..6e1dbd3 --- /dev/null +++ b/mc-4.8.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25e1616cb9f8f34cb4421f3a7f88304f6be714fd7e8c9ce4106a8e136172d47 +size 2033704 diff --git a/mc.changes b/mc.changes index 06bc0bc..750f12c 100644 --- a/mc.changes +++ b/mc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/mc.spec b/mc.spec index d185980..bc63b99 100644 --- a/mc.spec +++ b/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.2 +Version: 4.8.1.3 Release: 0 Source: mc-%{version}.tar.xz Source1: x11_browser