diff --git a/fish.spec b/fish.spec
index 795b9e3..3b4996f 100644
--- a/fish.spec
+++ b/fish.spec
@@ -1,7 +1,7 @@
 Summary:                A friendly interactive shell
 Name:                   fish
-Version:                1.23.0
-Release:                7%{?dist}
+Version:                1.23.1
+Release:                1%{?dist}
 License:                GPLv2
 Group:                  System Environment/Shells
 URL:                    http://fishshell.org/
@@ -13,9 +13,9 @@ BuildRequires:          ncurses-devel gettext groff doxygen
 BuildRequires:          autoconf
 BuildRequires:          xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel
 
-%description 
-fish is a shell geared towards interactive use. Its features are 
-focused on user friendliness and discoverability. The language syntax 
+%description
+fish is a shell geared towards interactive use. Its features are
+focused on user friendliness and discoverability. The language syntax
 is simple but incompatible with other shell languages.
 
 %prep
@@ -32,7 +32,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR="$RPM_BUILD_ROOT" 
+make install DESTDIR="$RPM_BUILD_ROOT"
 
 # Find translation files
 %find_lang %{name}.\*
@@ -61,6 +61,7 @@ fi
 %defattr(-,root,root,-)
 %doc %{_datadir}/doc/%{name}-%{version}
 %{_mandir}/man1/*.1*
+%exclude %{_bindir}/xsel
 %exclude %{_mandir}/man1/count*
 %exclude %{_mandir}/man1/alias*
 %exclude %{_mandir}/man1/bg*
@@ -88,6 +89,7 @@ fi
 %exclude %{_mandir}/man1/type*
 %exclude %{_mandir}/man1/ulimit*
 %exclude %{_mandir}/man1/umask*
+%exclude %{_mandir}/man1/xsel*
 %attr(0755,root,root) %{_bindir}/fish
 %attr(0755,root,root) %{_bindir}/fishd
 %attr(0755,root,root) %{_bindir}/fish_pager
@@ -99,6 +101,10 @@ fi
 %{_datadir}/fish/
 
 %changelog
+* Fri Jul 03 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 1.23.1-1
+- 1.23.1
+- Fix bz #472613
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild