From adadd1085852d5904fbeeb87888fd86f9a5c93d6 Mon Sep 17 00:00:00 2001 From: "Neal D. Becker" Date: Fri, 30 May 2014 11:17:38 -0400 Subject: [PATCH] update to 3.0 --- .gitignore | 1 + mercurial.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8dedc9..9fa56c4 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ mercurial-1.6.2.tar.gz /mercurial-2.8.tar.gz /mercurial-2.8.1.tar.gz /mercurial-2.9.tar.gz +/mercurial-3.0.tar.gz diff --git a/mercurial.spec b/mercurial.spec index 2b15c15..91f2114 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -2,8 +2,8 @@ Summary: Mercurial -- a distributed SCM Name: mercurial -Version: 2.9 -Release: 1%{?dist} +Version: 3.0 +Release: %{?dist} #Release: 1.rc1%{?dist} #%define upstreamversion %{version}-rc @@ -192,6 +192,9 @@ rm -rf $RPM_BUILD_ROOT ##cd tests && %{__python} run-tests.py %changelog +* Fri May 30 2014 nbecker - 3.0- +- Update to 3.0 + * Wed Feb 5 2014 nbecker - 2.9-1 - Update to 2.9 diff --git a/sources b/sources index 9f92709..2734f7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de902a5300beb16c778bc88949832e94 mercurial-2.9.tar.gz +133ff0a31047d2c0b4640943a58535a7 mercurial-3.0.tar.gz