- update to 4.6.2-pre1
- forwardport the UTF-8 patch to 4.6.2-pre1 and convert new functionality to support UTF-8
This commit is contained in:
parent
341d30fe6c
commit
420208f389
@ -9,3 +9,4 @@ mc-2006-12-28-05.tar.gz
|
|||||||
mc-2007-01-22-13.tar.gz
|
mc-2007-01-22-13.tar.gz
|
||||||
mc-2007-01-24-03.tar.gz
|
mc-2007-01-24-03.tar.gz
|
||||||
mc-2007-06-04-22.tar.gz
|
mc-2007-06-04-22.tar.gz
|
||||||
|
mc-4.6.2-pre1.tar.gz
|
||||||
|
6286
mc-utf8.patch
6286
mc-utf8.patch
File diff suppressed because it is too large
Load Diff
16
mc.spec
16
mc.spec
@ -1,13 +1,11 @@
|
|||||||
%define date 2007-06-04-22
|
|
||||||
|
|
||||||
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.2
|
||||||
Release: 52.20070604cvs%{?dist}
|
Release: 1.pre1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Source0: http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/snapshots/mc-%{date}.tar.gz
|
Source0: http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/snapshots/mc-%{version}-pre1.tar.gz
|
||||||
URL: http://www.ibiblio.org/mc/
|
URL: http://www.ibiblio.org/mc/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: glib2-devel e2fsprogs-devel slang-devel
|
BuildRequires: glib2-devel e2fsprogs-devel slang-devel
|
||||||
@ -40,8 +38,7 @@ ability to FTP, view tar and zip files, and to poke into RPMs for
|
|||||||
specific files.
|
specific files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{date}
|
%setup -q -n %{name}-%{version}-pre1
|
||||||
|
|
||||||
%patch0 -p1 -b .utf8
|
%patch0 -p1 -b .utf8
|
||||||
%patch1 -p1 -b .extensions
|
%patch1 -p1 -b .extensions
|
||||||
%patch2 -p1 -b .userhost
|
%patch2 -p1 -b .userhost
|
||||||
@ -198,6 +195,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_libexecdir}/mc
|
%dir %{_libexecdir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 25 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-1.pre1
|
||||||
|
- update to 4.6.2-pre1
|
||||||
|
- forwardport the UTF-8 patch to 4.6.2-pre1 and convert new
|
||||||
|
functionality to support UTF-8
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:4.6.1a-52.20070604cvs
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:4.6.1a-52.20070604cvs
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user