rpms/fish/devel .cvsignore, 1.8, 1.9 fish.spec, 1.20, 1.21 sources, 1.8, 1.9 fish-1.22.3-openfix.patch, 1.2, NONE

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Mon Jan 14 09:06:10 UTC 2008


Author: oliver

Update of /cvs/pkgs/rpms/fish/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20138

Modified Files:
	.cvsignore fish.spec sources 
Removed Files:
	fish-1.22.3-openfix.patch 
Log Message:

* Mon Jan 14 2008 Oliver Falk <oliver at linux-kernel.at>        - 1.23.0-1
- Update to fix #208780
- Remove openfix patch, included upstream now



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fish/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	7 Aug 2007 13:56:46 -0000	1.8
+++ .cvsignore	14 Jan 2008 09:05:18 -0000	1.9
@@ -1 +1 @@
-fish-1.22.3.tar.bz2
+fish-1.23.0.tar.bz2


Index: fish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fish/devel/fish.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- fish.spec	31 Oct 2007 09:08:22 -0000	1.20
+++ fish.spec	14 Jan 2008 09:05:18 -0000	1.21
@@ -1,15 +1,14 @@
 Summary:                A friendly interactive shell
 Name:                   fish
 
-Version:                1.22.3
-Release:                5%{?dist}
+Version:                1.23.0
+Release:                1%{?dist}
 
 License:                GPL
 Group:                  System Environment/Shells
 URL:                    http://fishshell.org/
 
 Source0:                http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2
-Patch0:			fish-1.22.3-openfix.patch
 
 BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:          ncurses-devel gettext groff doxygen
@@ -61,9 +60,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .openfix
-
-
 
 
 %build
@@ -121,15 +117,42 @@
 
 # man files
 %_mandir/man1/*.1*
+%exclude %_mandir/man1/count*
+%exclude %_mandir/man1/alias*
+%exclude %_mandir/man1/bg*
+%exclude %_mandir/man1/bind*
+%exclude %_mandir/man1/break*
+%exclude %_mandir/man1/builtin*
+%exclude %_mandir/man1/cd*
+%exclude %_mandir/man1/command*
+%exclude %_mandir/man1/complete*
+%exclude %_mandir/man1/continue*
+%exclude %_mandir/man1/dirs*
+%exclude %_mandir/man1/eval*
+%exclude %_mandir/man1/exec*
+%exclude %_mandir/man1/exit*
+%exclude %_mandir/man1/fg*
+%exclude %_mandir/man1/help*
+%exclude %_mandir/man1/jobs*
+%exclude %_mandir/man1/popd*
+%exclude %_mandir/man1/pushd*
+%exclude %_mandir/man1/read*
+%exclude %_mandir/man1/return*
+%exclude %_mandir/man1/set*
+%exclude %_mandir/man1/source*
+%exclude %_mandir/man1/trap*
+%exclude %_mandir/man1/type*
+%exclude %_mandir/man1/ulimit*
+%exclude %_mandir/man1/umask*
 
 # The program binaries
 %attr(0755,root,root) %_bindir/fish
 %attr(0755,root,root) %_bindir/fishd
 %attr(0755,root,root) %_bindir/fish_pager
+%attr(0755,root,root) %_bindir/fish_indent
 %attr(0755,root,root) %_bindir/xsel
 %attr(0755,root,root) %_bindir/set_color
 %attr(0755,root,root) %_bindir/mimedb
-%attr(0755,root,root) %_bindir/count
 
 # Configuration files
 %config %_sysconfdir/fish
@@ -151,6 +174,10 @@
 
 
 %changelog
+* Mon Jan 14 2008 Oliver Falk <oliver at linux-kernel.at>	- 1.23.0-1
+- Update to fix #208780
+- Remove openfix patch, included upstream now
+
 * Wed Oct 31 2007 Oliver Falk <oliver at linux-kernel.at>	- 1.22.3-5
 - Fix glibc's open check, by providing mode, instead of working
   around...


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fish/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	7 Aug 2007 13:56:46 -0000	1.8
+++ sources	14 Jan 2008 09:05:18 -0000	1.9
@@ -1 +1 @@
-016a5944861ea48e363521c240834415  fish-1.22.3.tar.bz2
+aa2f09bb54652b16bf4f7708848a7416  fish-1.23.0.tar.bz2


--- fish-1.22.3-openfix.patch DELETED ---




More information about the fedora-extras-commits mailing list