From 9e4cae927e70cce4cbabdce1ec2f44d6d9753abf Mon Sep 17 00:00:00 2001 From: Liberty Date: Wed, 4 Aug 2010 08:55:39 -0400 Subject: [PATCH] Fix the git version --- .gitignore | 1 + goldendict.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1a06ce3..20968e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ goldendict-c33fa2c.tar.gz goldendict-4fa567e.tar.gz +goldendict-415f35e.tar.gz diff --git a/goldendict.spec b/goldendict.spec index 4bcf1b2..58d1012 100644 --- a/goldendict.spec +++ b/goldendict.spec @@ -1,16 +1,16 @@ -%define githash 4fa567e +%define githash 415f35e %define gitdate 20100804 Name: goldendict Version: 0.9.0 -Release: 13.%{gitdate}git%{githash}%{?dist} +Release: 14.%{gitdate}git%{githash}%{?dist} Summary: A feature-rich dictionary lookup program Group: Applications/System License: GPLv3+ URL: http://goldendict.berlios.de/ #Source0: http://prdownload.berlios.de/goldendict/goldendict-0.9.0-src-x11.tar.bz2 # The source is generated from the git snapshot using the following command -# git clone git://git.berlios.de/goldendict +# git clone git://gitorious.org/goldendict/goldendict.git # git archive master --prefix=goldendict-`git log --pretty=format:"%h"| head -n1`/ |gzip > goldendict-`git log --pretty=format:"%h"|head -n1`.tar.gz Source0: %{name}-%{githash}.tar.gz @@ -82,6 +82,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 04 2010 Howard Ning - 0.9.0-14 +- Fix the git repo + * Wed Aug 04 2010 Howard Ning - 0.9.0-13 - New upstream version diff --git a/sources b/sources index 92231c3..ebfca07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ede41794ccc1153beac9c923b9e9df8a goldendict-4fa567e.tar.gz +97bd28e39279ff55d4244356d43a10e4 goldendict-415f35e.tar.gz