From cfd5e6ffddafc55b811a8320751c5d6597b69eee Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 08:28:39 +0000 Subject: auto-import changelog data from mc-4.5.55-10.src.rpm Wed Jul 17 2002 Karsten Hopp 4.5.55-10 - support large files (#65159, #65160) - own /usr/lib/mc/extfs and /usr/lib/mc/syntax - fix NL translation (#63495) Thu Jul 04 2002 Jakub Jelinek - fix regex usage Fri Jun 21 2002 Tim Powers - automated rebuild Thu May 23 2002 Tim Powers - automated rebuild --- diff --git a/mc.spec b/mc.spec index 9f4a6c9..d724f54 100644 --- a/mc.spec +++ b/mc.spec @@ -1,7 +1,7 @@ Summary: A user-friendly file manager and visual shell. Name: mc Version: 4.5.55 -Release: 5 +Release: 10 Copyright: GPL Group: System Environment/Shells Source0: ftp://ftp.gnome.org/pub/GNOME/sources/mc/mc-%{version}.tar.gz @@ -51,6 +51,7 @@ Patch45: mc-4.5.55-vcsa.patch Patch46: mc-4.5.55-zsh.patch Patch47: mc-4.5.55-zip-fix.patch Patch48: mc-4.5.55-trpm-fix.patch +Patch49: mc-4.5.55-regex.patch %description Midnight Commander is a visual shell much like a file manager, only @@ -138,6 +139,7 @@ cp -f %{SOURCE14} vfs/extfs %patch46 -p1 -b .zsh %patch47 -p1 -b .zip-fix %patch48 -p1 -b .trpm-fix +%patch49 -p1 -b .regex ## replaced by sources file below ## cp %{SOURCE10} po/ja.po @@ -146,9 +148,10 @@ cp -f %{SOURCE14} vfs/extfs tar zxf %{SOURCE12} %build +export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS" %configure --sysconfdir=%{_sysconfdir}\ --with-gnome \ - --without-debug + --without-debug \ make %install @@ -212,8 +215,8 @@ fi %{_libdir}/mc/mc.lib %{_libdir}/mc/mc.menu %attr(4711, vcsa, root) %{_libdir}/mc/bin/cons.saver -%{_libdir}/mc/extfs/* -%{_libdir}/mc/syntax/* +%{_libdir}/mc/extfs/ +%{_libdir}/mc/syntax/ %{_mandir}/man1/* %config %{_sysconfdir}/profile.d/* %dir %{_libdir}/mc @@ -250,6 +253,20 @@ fi %endif ## no mcserv/gmc %changelog +* Wed Jul 17 2002 Karsten Hopp 4.5.55-10 +- support large files (#65159, #65160) +- own /usr/lib/mc/extfs and /usr/lib/mc/syntax +- fix NL translation (#63495) + +* Thu Jul 4 2002 Jakub Jelinek +- fix regex usage + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + * Fri Apr 12 2002 Havoc Pennington - patch for trpm vfs, #62306 diff --git a/sources b/sources index d631ebf..b306409 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ bb670d48589f26f00b7fce8d25f66bd6 mc-4.5.55.tar.gz -96575923c9590e523796a3875adb6f4a mc-pofiles.tar.gz +a40184aefe92a618acf60e9f06f0a82f mc-pofiles.tar.gz