[git-cola] Update to 2.0.8 (#1136235, also fixes #1171612)

Kevin Kofler kkofler at fedoraproject.org
Fri Dec 12 03:40:39 UTC 2014


commit b5c2387c8cafcbc2bc563d06c3d651713ac1bbe9
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Fri Dec 12 04:40:45 2014 +0100

    Update to 2.0.8 (#1136235, also fixes #1171612)
    
    * Sun Dec 12 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.0.8-1
    - Update to 2.0.8 (#1136235, also fixes #1171612)
    - Use less hackish GitHub Source0 URL

 .gitignore    |    1 +
 git-cola.spec |    8 ++++++--
 sources       |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73e1574..48dc60b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ cola-1.4.1.2.tar.gz
 /git-cola-2.0.3.tar.gz
 /git-cola-2.0.4.tar.gz
 /git-cola-2.0.5.tar.gz
+/git-cola-2.0.8.tar.gz
diff --git a/git-cola.spec b/git-cola.spec
index d0e81cc..fa81a4d 100644
--- a/git-cola.spec
+++ b/git-cola.spec
@@ -1,10 +1,10 @@
 Name:           git-cola
-Version:        2.0.5
+Version:        2.0.8
 Release:        1%{?dist}
 Summary:        A sleek and powerful git GUI
 License:        GPLv2+
 URL:            http://git-cola.github.io
-Source0:        https://github.com/git-cola/git-cola/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        https://github.com/git-cola/git-cola/archive/v%{version}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
@@ -59,6 +59,10 @@ update-desktop-database &> /dev/null || :
 %{_mandir}/man1/git*.1*
 
 %changelog
+* Sun Dec 12 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.0.8-1
+- Update to 2.0.8 (#1136235, also fixes #1171612)
+- Use less hackish GitHub Source0 URL
+
 * Sun Aug 03 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.0.5-1
 - Update to 2.0.5 (#1124151)
 
diff --git a/sources b/sources
index 0b2687f..c4ec8a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfac611eafe3b701bbc10ebfcf6560da  git-cola-2.0.5.tar.gz
+fe88d45d1ddd68214e1cbb97e8c926f8  git-cola-2.0.8.tar.gz


More information about the scm-commits mailing list