[mc/f13/master] update to 4.7.4

Jindrich Novy jnovy at fedoraproject.org
Tue Sep 7 16:55:16 UTC 2010


commit 91193d77f799fc481c0016fddf6c073a509b2477
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Tue Sep 7 18:55:15 2010 +0200

    update to 4.7.4

 .gitignore              |    2 +-
 mc-achownsegfault.patch |   12 -------
 mc-dircopying.patch     |   38 ----------------------
 mc-dirname.patch        |   82 -----------------------------------------------
 mc.spec                 |   13 +++----
 sources                 |    2 +-
 6 files changed, 7 insertions(+), 142 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8eca41c..c520844 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-mc-4.7.3.tar.lzma
+mc-4.7.4.tar.lzma
diff --git a/mc.spec b/mc.spec
index 06e5ed0..57946f5 100644
--- a/mc.spec
+++ b/mc.spec
@@ -1,6 +1,6 @@
 Summary:	User-friendly text console file manager and visual shell
 Name:		mc
-Version:	4.7.3
+Version:	4.7.4
 Release:	2%{?dist}
 Epoch:		1
 License:	GPLv2
@@ -14,9 +14,6 @@ Requires:	dev >= 3.3-3
 
 Patch0:		mc-extensions.patch
 Patch1:		mc-mcviewsegfault.patch
-Patch2:		mc-achownsegfault.patch
-Patch3:		mc-dircopying.patch
-Patch4:		mc-dirname.patch
 
 %description
 Midnight Commander is a visual shell much like a file manager, only
@@ -29,12 +26,9 @@ specific files.
 %setup -q
 %patch0 -p1 -b .extensions
 %patch1 -p1 -b .mcviewsegfault
-%patch2 -p1 -b .achownsegfault
-%patch3 -p1 -b .dircopying
-%patch4 -p1 -b .dirname
 
 %build
-export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS"
+export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS -Wno-strict-aliasing"
 %configure	--with-screen=slang \
 		--enable-charset \
 		--with-samba \
@@ -93,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libexecdir}/mc/extfs.d
 
 %changelog
+* Tue Sep  7 2010 Jindrich Novy <jnovy at redhat.com> 4.7.4-1
+- update to 4.7.4
+
 * Wed Sep  1 2010 Jindrich Novy <jnovy at redhat.com> 4.7.3-2
 - fix segfault in advanced chown dialog (#625801)
 - fix broken directory copying, backport from upstream (#624973)
diff --git a/sources b/sources
index 7878e1a..d9a2de8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15b017b370668683aa8cbf6730667510  mc-4.7.3.tar.lzma
+9932eaef64b7501c01f06faa888e8998  mc-4.7.4.tar.lzma


More information about the scm-commits mailing list