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.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-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..750f12c 100644 --- a/mc.changes +++ b/mc.changes @@ -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 diff --git a/mc.spec b/mc.spec index 30f2302..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.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