update to 4.7.5.5
This commit is contained in:
parent
f336ed5b1f
commit
9ebf2b6fac
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/mc-4.7.5.4.tar.lzma
|
/mc-4.7.5.5.tar.xz
|
||||||
|
@ -13,17 +13,6 @@ diff -up mc-4.7.0-pre4/configure.ac.extensions mc-4.7.0-pre4/configure.ac
|
|||||||
diff -up mc-4.7.0-pre4/misc/mc.ext.in.extensions mc-4.7.0-pre4/misc/mc.ext.in
|
diff -up mc-4.7.0-pre4/misc/mc.ext.in.extensions mc-4.7.0-pre4/misc/mc.ext.in
|
||||||
--- mc-4.7.0-pre4/misc/mc.ext.in.extensions 2009-10-29 20:02:37.000000000 +0100
|
--- mc-4.7.0-pre4/misc/mc.ext.in.extensions 2009-10-29 20:02:37.000000000 +0100
|
||||||
+++ mc-4.7.0-pre4/misc/mc.ext.in 2009-12-10 20:46:47.000000000 +0100
|
+++ mc-4.7.0-pre4/misc/mc.ext.in 2009-12-10 20:46:47.000000000 +0100
|
||||||
@@ -226,8 +226,8 @@ regex/\.rpm$
|
|
||||||
|
|
||||||
# deb
|
|
||||||
regex/\.u?deb$
|
|
||||||
- Open=%cd %p#deb
|
|
||||||
- View=%view{ascii} dpkg-deb -I %f && echo && dpkg-deb -c %f
|
|
||||||
+ Open=%cd %p#uar
|
|
||||||
+ View=%view{ascii} file %f && nm %f
|
|
||||||
|
|
||||||
# dpkg
|
|
||||||
shell/.debd
|
|
||||||
@@ -387,7 +387,7 @@ shell/.ico
|
@@ -387,7 +387,7 @@ shell/.ico
|
||||||
Include=image
|
Include=image
|
||||||
|
|
||||||
|
8
mc.spec
8
mc.spec
@ -1,12 +1,11 @@
|
|||||||
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.7.5.4
|
Version: 4.7.5.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
# tarball created from git clone git://midnight-commander.org/git/mc.git
|
Source0: http://www.midnight-commander.org/downloads/mc-%{version}.tar.xz
|
||||||
Source0: mc-%{version}.tar.lzma
|
|
||||||
URL: http://www.midnight-commander.org/
|
URL: http://www.midnight-commander.org/
|
||||||
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 gpm-devel groff
|
BuildRequires: glib2-devel e2fsprogs-devel slang-devel gpm-devel groff
|
||||||
@ -83,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_libexecdir}/mc/extfs.d
|
%dir %{_libexecdir}/mc/extfs.d
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 29 2011 Jindrich Novy <jnovy@redhat.com> 4.7.5.5-1
|
||||||
|
- update to 4.7.5.5
|
||||||
|
|
||||||
* Thu Sep 15 2011 Jindrich Novy <jnovy@redhat.com> 4.7.5.4-1
|
* Thu Sep 15 2011 Jindrich Novy <jnovy@redhat.com> 4.7.5.4-1
|
||||||
- update to 4.7.5.4
|
- update to 4.7.5.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user