Change-Id: I3ac7b44d3aa940f12ec7cead5dcd3cd5f9db8cff
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2484
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: File manager |
| 2 | 2 |
Name: mc |
| 3 |
-Version: 4.8.17 |
|
| 3 |
+Version: 4.8.19 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv3+ |
| 6 | 6 |
URL: https://www.midnight-commander.org |
| ... | ... |
@@ -8,11 +8,13 @@ Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://ftp.midnight-commander.orgtar/%{name}-%{version}.tar.xz
|
| 11 |
-%define sha1 mc=f6a080a6ce6523f308e2530e839e0156be70cdc6 |
|
| 11 |
+%define sha1 mc=850747ae43a5c81f1dd0d906dfa9e149eb19748a |
|
| 12 | 12 |
Requires: glib pcre slang |
| 13 | 13 |
BuildRequires: glib-devel pcre-devel slang-devel |
| 14 |
+ |
|
| 14 | 15 |
%description |
| 15 | 16 |
MC (Midnight Commander) is a text-mode full-screen file manager and visual shell |
| 17 |
+ |
|
| 16 | 18 |
%prep |
| 17 | 19 |
%setup -q |
| 18 | 20 |
%build |
| ... | ... |
@@ -20,6 +22,7 @@ MC (Midnight Commander) is a text-mode full-screen file manager and visual shell |
| 20 | 20 |
--prefix=%{_prefix} \
|
| 21 | 21 |
--sysconfdir=/etc |
| 22 | 22 |
make %{?_smp_mflags}
|
| 23 |
+ |
|
| 23 | 24 |
%install |
| 24 | 25 |
make DESTDIR=%{buildroot} install
|
| 25 | 26 |
|
| ... | ... |
@@ -34,6 +37,9 @@ make %{?_smp_mflags} -k check
|
| 34 | 34 |
/usr/libexec/* |
| 35 | 35 |
/usr/share/* |
| 36 | 36 |
%exclude /usr/src |
| 37 |
+ |
|
| 37 | 38 |
%changelog |
| 39 |
+* Fri Mar 31 2017 Michelle Wang <michellew@vmware.com> 4.8.19-1 |
|
| 40 |
+- Update package version |
|
| 38 | 41 |
* Tue Jul 12 2016 Alexey Makhalov <amakhalov@vmware.com> 4.8.17-1 |
| 39 | 42 |
- Initial build. First version |