diff --git a/ChangeLog b/ChangeLog
index 95da3e7f4cceac23f8249e624707ce49d2aed4c5..fa243da5baf6444a20e20b40904e604f30cc1801 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,8 @@ CVS code -
   get_accepted_kbinput()
 	- Translate Ctrl-8 into NANO_DELETE_KEY, since it apparently is
 	  generated at the statusbar prompt sometimes on Linux. (DLR)
+- nano.spec.in:
+	- Update for the 1.3 branch of nano. (DLR)
 
 GNU nano 1.3.0 - 2003.10.22
 - General:
diff --git a/nano.spec.in b/nano.spec.in
index f6a3d3adf75cf094f3d931191d60cb94ea031901..a2391b23e171812d08dd110386a2140c6b351dcf 100644
--- a/nano.spec.in
+++ b/nano.spec.in
@@ -9,7 +9,7 @@ Release		: %{rel}
 Copyright	: GPL
 Group		: Console/Editors
 URL		: http://www.nano-editor.org
-Source		: http://www.nano-editor.org/dist/v1.2/%{name}-%{ver}.tar.gz
+Source		: http://www.nano-editor.org/dist/v1.3/%{name}-%{ver}.tar.gz
 BuildRoot	: /var/tmp/%{name}-buildroot
 Requires	: ncurses
 
@@ -30,7 +30,7 @@ make DESTDIR="$RPM_BUILD_ROOT" install
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO nanorc.sample
+%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO doc/faq.html doc/nanorc.sample
 %{_bindir}/nano
 %{_mandir}/*/*
 %{_datadir}/locale/*/LC_MESSAGES/nano.mo