#1 Update to 4.8.20 and minor cleanups
Merged 6 years ago by jnovy. Opened 6 years ago by kloczek.
rpms/ kloczek/mc master  into  master

file modified
+7 -18
@@ -2,8 +2,8 @@ 

  

  Summary:	User-friendly text console file manager and visual shell

  Name:		mc

- Version:	4.8.19

- Release:	7%{?dist}

+ Version:	4.8.20

+ Release:	1%{?dist}

  Epoch:		1

  License:	GPLv3+

  URL:		http://www.midnight-commander.org/
@@ -50,12 +50,12 @@ 

  	--with-gpm-mouse \

  	--with-screen=%{?with_slang:slang}%{!?with_slang:ncurses} \

  	%{nil}

- %{make_build}

+ %make_build

  

  %install

  install -d %{buildroot}%{_sysconfdir}/profile.d

  

- %{make_install}

+ %make_install

  

  install contrib/mc.{sh,csh} %{buildroot}%{_sysconfdir}/profile.d

  
@@ -82,6 +82,9 @@ 

  %{_mandir}/man1/*

  

  %changelog

+ * Mon Jan 22 2018 Tomasz Kłoczko <kloczek@fedoraproject.org> - 1:4.8.20-1

+ - updated to 4.8.20

+ 

  * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.19-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

  
@@ -1294,16 +1297,13 @@ 

  - Added more documentation files on termcap, terminfo, xterm

  

  * Thu Oct 30 1997 Michael K. Johnson <johnsonm@redhat.com>

- 

  - Added dependency on portmap

  

  * Wed Oct 29 1997 Michael K. Johnson <johnsonm@redhat.com>

- 

  - fixed spec file.

  - Updated to 4.1.8

  

  * Sun Oct 26 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>

- 

  - updated to 4.1.6

  - added %%attr macros in %%files,

  - a few simplification in %%install,
@@ -1311,27 +1311,22 @@ 

  - fixed installing %%{_sysconfdir}/X11/wmconfig/tkmc.

  

  * Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>

- 

  - updated to 4.1.5

  - added wmconfig

  

  * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>

- 

  - chkconfig is for mcserv package, not mc one

  

  * Tue Oct 14 1997 Erik Troan <ewt@redhat.com>

- 

  - patched init script for chkconfig

  - don't turn on the service by default

  

  * Fri Oct 10 1997 Michael K. Johnson <johnsonm@redhat.com>

- 

  - Converted to new PAM conventions.

  - Updated to 4.1.3

  - No longer needs glibc patch.

  

  * Thu May 22 1997 Michele Marziani <marziani@fe.infn.it>

- 

  - added support for mc alias in %%{_sysconfdir}/profile.d/mc.csh (for csh and tcsh)

  - lowered number of SysV init scripts in %%{_sysconfdir}/rc.d/rc[0,1,6].d

    (mcserv needs to be killed before inet)
@@ -1340,14 +1335,12 @@ 

  - minor cleanup of spec file: redundant directives and comments removed

  

  * Sun May 18 1997 Michele Marziani <marziani@fe.infn.it>

- 

  - removed all references to non-existent mc.rpmfs

  - added mcedit.1 to the %%files section

  - reverted to un-gzipped man pages (RedHat style)

  - removed double install line for mcserv.pamd

  

  * Tue May 13 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>

- 

  - added new rpmfs script,

  - removed mcfn_install from mc (adding mc() to bash enviroment is in

    %%{_sysconfdir}/profile.d/mc.sh),
@@ -1356,25 +1349,21 @@ 

  - removed %%{prefix}/lib/mc/term.

  

  * Fri May 9 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>

- 

  - changed source url,

  - fixed link mcedit to mc,

  

  * Wed May 7 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>

- 

  - new version 3.5.27,

  - %%dir %%{prefix}/lib/mc/icons and icons removed from tkmc,

  - added commented xmc part.

  

  * Tue Apr 22 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>

- 

  - FIX spec:

     - added URL field,

     - in mc added missing %%{prefix}/lib/mc/mc.ext, %%{prefix}/lib/mc/mc.hint,

       %%{prefix}/lib/mc/mc.hlp, %%{prefix}/lib/mc/mc.lib, %%{prefix}/lib/mc/mc.menu.

  

  * Fri Apr 18 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>

- 

  - added making packages: tkmc, mcserv (xmc not work yet),

  - gziped man pages,

  - added %%{_sysconfdir}/pamd.d/mcserv PAM config file.

  • updated to 4.8.20
  • delete some empty lines in %changelog
  • remove braces around command macros

1 new commit added

  • remove braces around command macros
6 years ago

Pull-Request has been merged by jnovy

6 years ago
Metadata