From 890eab8270fd51339a1c5e0ef2156b6ff731ef8f Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 28 Oct 2006 21:51:21 +0000
Subject: [PATCH] update nano.spec.in for the 2.0 branch of nano

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3921 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog    | 2 ++
 nano.spec.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b722f7e9..d0a0513a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 CVS code -
 - General:
 	- Miscellaneous comment fixes. (DLR)
+- nano.spec.in:
+	- Update for the 2.0 branch of nano. (DLR)
 - doc/nano.1, doc/nanorc.5, doc/rnano.1:
 	- Add minor wording fixes. (DLR)
 - doc/nano.texi:
diff --git a/nano.spec.in b/nano.spec.in
index a90131cc..14ea8618 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.3/%{name}-%{ver}.tar.gz
+Source		: http://www.nano-editor.org/dist/v2.0/%{name}-%{ver}.tar.gz
 BuildRoot	: /var/tmp/%{name}-buildroot
 Requires	: ncurses
 
-- 
GitLab