[git-cola] Update to 1.9.3 (#1040157)

Kevin Kofler kkofler at fedoraproject.org
Thu Dec 12 01:46:57 UTC 2013


commit 467aed10aabcf7d9671b6fb991dd814598deb32c
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Thu Dec 12 02:46:17 2013 +0100

    Update to 1.9.3 (#1040157)
    
    * Thu Dec 12 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.9.3-1
    - Update to 1.9.3 (#1040157)

 .gitignore    |    1 +
 git-cola.spec |    8 ++++++--
 sources       |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d1a1c7..cd11a50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ cola-1.4.1.2.tar.gz
 /git-cola-1.8.5.tar.gz
 /git-cola-1.9.1.tar.gz
 /git-cola-1.9.2.tar.gz
+/git-cola-1.9.3.tar.gz
diff --git a/git-cola.spec b/git-cola.spec
index 7c52aa7..e5fb0ed 100644
--- a/git-cola.spec
+++ b/git-cola.spec
@@ -1,10 +1,11 @@
 Name:           git-cola
-Version:        1.9.2
+Version:        1.9.3
 Release:        1%{?dist}
 Summary:        A sleek and powerful git GUI
 License:        GPLv2+
 URL:            http://git-cola.github.io
-Source0:        http://git-cola.github.io/releases/%{name}-%{version}.tar.gz
+# URL kludge because the v1.9.3.tar.gz link delivers git-cola-1.9.3.tar.gz
+Source0:        https://github.com/git-cola/git-cola/archive/v%{version}.tar.gz#%{name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  asciidoc
 BuildRequires:  desktop-file-utils
@@ -58,6 +59,9 @@ update-desktop-database &> /dev/null || :
 %{_mandir}/man1/git*.1*
 
 %changelog
+* Thu Dec 12 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.9.3-1
+- Update to 1.9.3 (#1040157)
+
 * Thu Nov 28 2013 Christopher Meng <rpm at cicku.me> - 1.9.2-1
 - Update to 1.9.2 with fix for BZ#1034778.
 
diff --git a/sources b/sources
index 5ecc4c3..819d1ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b85d0c5a3a75c355d1f9bcbde3665f0  git-cola-1.9.2.tar.gz
+914615ac90585ad7dcd1d83500f62d70  git-cola-1.9.3.tar.gz


More information about the scm-commits mailing list