[hg-git/el6: 1/2] Update to 0.6.0

Christopher Meng cicku at fedoraproject.org
Thu May 22 23:40:23 UTC 2014


commit 1dbe2d232ffd9356f07ac582d8599b1fb64ac092
Author: Christopher Meng <i at cicku.me>
Date:   Fri May 23 07:38:18 2014 +0800

    Update to 0.6.0

 .gitignore  |    1 +
 hg-git.spec |   14 ++++++++------
 sources     |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a789a44..b73f242 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /0.4.0.tar.bz2
 /0.5.0.tar.bz2
+/hg-git-0.6.0.tar.gz
diff --git a/hg-git.spec b/hg-git.spec
index b0aeb98..849e808 100644
--- a/hg-git.spec
+++ b/hg-git.spec
@@ -1,12 +1,10 @@
-%global rev     ef41e87ea11a
-
 Name:           hg-git
-Version:        0.5.0
+Version:        0.6.0
 Release:        1%{?dist}
 Summary:        Mercurial Plugin for Communicating with Git Servers
 License:        GPLv2+
 URL:            http://hg-git.github.io
-Source0:        https://bitbucket.org/durin42/%{name}/get/%{version}.tar.bz2
+Source0:        https://pypi.python.org/packages/source/h/hg-git/hg-git-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  mercurial
 BuildRequires:  python2-devel
@@ -28,7 +26,8 @@ and another Hg client can pull it and their changeset node ids will be
 identical - Mercurial data does not get lost in translation.
 
 %prep
-%setup -qn durin42-%{name}-%{rev}
+%setup -q
+rm -rf *.egg-info
 
 %build
 %{__python2} setup.py build
@@ -37,11 +36,14 @@ identical - Mercurial data does not get lost in translation.
 %{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
 
 %files
-%doc COPYING DESIGN.txt README.md TODO.txt
+#%doc COPYING DESIGN.txt README.md TODO.txt
 %{python2_sitelib}/hggit/
 %{python2_sitelib}/*.egg-info/
 
 %changelog
+* Thu May 22 2014 Christopher Meng <rpm at cicku.me> - 0.6.0-1
+- Update to 0.6.0
+
 * Tue Mar 25 2014 Christopher Meng <rpm at cicku.me> - 0.5.0-1
 - Update to 0.5.0
 
diff --git a/sources b/sources
index 74b89fd..cd08b71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8d62eef8a52d4ca3f8d8c5199e6df83  0.5.0.tar.bz2
+1da6ff7e23836cfdda2e3db1237e7854  hg-git-0.6.0.tar.gz


More information about the scm-commits mailing list