- update to new upstream CVS snapshot

- drop upstreamed tmpcrash patch
- reenable gpm support as it is now fixed (#168076)
This commit is contained in:
Jindrich Novy 2007-01-22 15:55:52 +00:00
parent f31b9729cd
commit 6e60ea1caf
3 changed files with 12 additions and 8 deletions

View File

@ -6,3 +6,4 @@ mc-2006-09-25-14.tar.gz
mc-2006-10-15-16.tar.gz mc-2006-10-15-16.tar.gz
mc-2006-11-14-16.tar.gz mc-2006-11-14-16.tar.gz
mc-2006-12-28-05.tar.gz mc-2006-12-28-05.tar.gz
mc-2007-01-22-13.tar.gz

17
mc.spec
View File

@ -1,9 +1,9 @@
%define date 2006-12-28-05 %define date 2007-01-22-13
Summary: User-friendly text console file manager and visual shell Summary: User-friendly text console file manager and visual shell
Name: mc Name: mc
Version: 4.6.1a Version: 4.6.1a
Release: 39%{?dist} Release: 40%{?dist}
Epoch: 1 Epoch: 1
License: GPL License: GPL
Group: System Environment/Shells Group: System Environment/Shells
@ -27,8 +27,7 @@ Patch10: mc-exit.patch
Patch11: mc-utf8-8bit-hex.patch Patch11: mc-utf8-8bit-hex.patch
Patch12: mc-ipv6.patch Patch12: mc-ipv6.patch
Patch13: mc-newlinedir.patch Patch13: mc-newlinedir.patch
Patch14: mc-tmpcrash.patch Patch14: mc-cloexec.patch
Patch15: mc-cloexec.patch
%description %description
Midnight Commander is a visual shell much like a file manager, only Midnight Commander is a visual shell much like a file manager, only
@ -54,8 +53,7 @@ specific files.
%patch11 -p1 -b .8bit-hex %patch11 -p1 -b .8bit-hex
%patch12 -p1 -b .ipv6 %patch12 -p1 -b .ipv6
%patch13 -p1 -b .newlinedir %patch13 -p1 -b .newlinedir
%patch14 -p1 -b .tmpcrash %patch14 -p1 -b .cloexec
%patch15 -p1 -b .cloexec
# convert files in /lib to UTF-8 # convert files in /lib to UTF-8
pushd lib pushd lib
@ -138,7 +136,7 @@ export CFLAGS="-DUTF8=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAG
--enable-charset \ --enable-charset \
--with-samba \ --with-samba \
--without-x \ --without-x \
--without-gpm-mouse --with-gpm-mouse
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -200,6 +198,11 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_sysconfdir}/mc %dir %{_sysconfdir}/mc
%changelog %changelog
* Mon Jan 22 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-40
- update to new upstream CVS snapshot
- drop upstreamed tmpcrash patch
- reenable gpm support as it is now fixed (#168076)
* Thu Jan 4 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-39 * Thu Jan 4 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-39
- update to new CVS snapshot (fixes #220828) - update to new CVS snapshot (fixes #220828)
- update bindings again - update bindings again

View File

@ -1 +1 @@
36677cf9331e463c98109ea7fa7f5c47 mc-2006-12-28-05.tar.gz 7d0ab00463348f7e6abed55a5eda2c38 mc-2007-01-22-13.tar.gz