[git-cola/epel7] Update to 2.0.0

Christopher Meng cicku at fedoraproject.org
Thu Feb 27 05:32:05 UTC 2014


commit 28f267b090816f45f94b3eae2859d8ced37349ce
Author: Christopher Meng <i at cicku.me>
Date:   Thu Feb 27 13:32:27 2014 +0800

    Update to 2.0.0

 .gitignore    |    1 +
 git-cola.spec |    9 +++++++--
 sources       |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef9ef4a..d0bd149 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ cola-1.4.1.2.tar.gz
 /git-cola-1.9.2.tar.gz
 /git-cola-1.9.3.tar.gz
 /git-cola-1.9.4.tar.gz
+/git-cola-2.0.0.tar.gz
diff --git a/git-cola.spec b/git-cola.spec
index 1cebec2..b09b48b 100644
--- a/git-cola.spec
+++ b/git-cola.spec
@@ -1,6 +1,6 @@
 Name:           git-cola
-Version:        1.9.4
-Release:        2%{?dist}
+Version:        2.0.0
+Release:        1%{?dist}
 Summary:        A sleek and powerful git GUI
 License:        GPLv2+
 URL:            http://git-cola.github.io
@@ -11,6 +11,8 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  git
 BuildRequires:  PyQt4-devel
+# Since version 2.0.0, python3 is support, I will port this package
+# to python3 default from F22.  -- cicku
 BuildRequires:  python2-devel
 BuildRequires:  python-sphinx
 BuildRequires:  xmlto
@@ -58,6 +60,9 @@ update-desktop-database &> /dev/null || :
 %{_mandir}/man1/git*.1*
 
 %changelog
+* Wed Feb 26 2014 Christopher Meng <rpm at cicku.me> - 2.0.0-1
+- Update to 2.0.0
+
 * Sat Feb 15 2014 Christopher Meng <rpm at cicku.me> - 1.9.4-2
 - Remove unneeded dependency.
 
diff --git a/sources b/sources
index fbd6c36..352ca59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-164ac6bd7920caeefec5a14c64b78ebd  git-cola-1.9.4.tar.gz
+f1fee926d884b56a3d3bdae57c639021  git-cola-2.0.0.tar.gz


More information about the scm-commits mailing list