[tcllib] Add two more man files to conflict-list. Again.

Dmitrij S. Kryzhevich krege at fedoraproject.org
Tue Feb 25 07:40:26 UTC 2014


commit 9e81701cf1180a9e140a1b10cdd26fbfabc57c99
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Tue Feb 25 14:41:12 2014 +0700

    Add two more man files to conflict-list. Again.

 tcllib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tcllib.spec b/tcllib.spec
index 2a7944a..8b096d7 100644
--- a/tcllib.spec
+++ b/tcllib.spec
@@ -4,7 +4,7 @@
 Summary:    The standard Tcl library
 Name:       tcllib
 Version:    1.15
-Release:    3%{?dist}
+Release:    4%{?dist}
 License:    BSD
 Group:      Development/Libraries
 Source:     http://downloads.sourceforge.net/tcllib/tcllib-1.15.tar.gz
@@ -49,7 +49,7 @@ popd
 
 # man conflict with main tcl package (which have higher priority)
 # and memchan
-for n in string variable fifo fifo2
+for n in string variable fifo fifo2 memchan null zero
 do
     mv %{buildroot}%_mandir/mann/$n.n %{buildroot}%_mandir/mann/$n.tcllib.n
 done
@@ -70,6 +70,9 @@ find %{buildroot}/%{_datadir} -name \*.tcl -exec chmod 0644 {} \;
 %{_bindir}/tcldocstrip
 
 %changelog
+* Tue Feb 25 2014 Dmitrij S. Kryzhevich <krege at land.ru> - 1.15-4
+- Add two more man files to conflict-list. Again.
+
 * Mon Feb 24 2014 Dmitrij S. Kryzhevich <krege at land.ru> - 1.15-3
 - Add two more man files to conflict-list.
 


More information about the scm-commits mailing list