[git-cola] * Sun Jan 02 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.4.3-1 - Update to 1.4.3, fixes broken Ac

Kevin Kofler kkofler at fedoraproject.org
Sun Jan 2 22:43:58 UTC 2011


commit 8e05b6860d120bf531d9c77010c25ef633b3dab9
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sun Jan 2 23:43:27 2011 +0100

    * Sun Jan 02 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.4.3-1
    - Update to 1.4.3, fixes broken Actions widget
    - Drop docpath patch, fixed upstream
    - Drop obsolete conditional for Fedora <= 11

 .gitignore                     |    1 +
 git-cola-1.4.1.2-docpath.patch |   13 -------------
 git-cola.spec                  |   16 +++++++---------
 sources                        |    2 +-
 4 files changed, 9 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7723df..9b49a8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cola-1.4.1.2.tar.gz
+/cola-1.4.3.tar.gz
diff --git a/git-cola.spec b/git-cola.spec
index e282666..d92a1e5 100644
--- a/git-cola.spec
+++ b/git-cola.spec
@@ -1,16 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           git-cola
-Version:        1.4.1.2
-Release:        5%{?dist}
+Version:        1.4.3
+Release:        1%{?dist}
 Summary:        A highly caffeinated git gui
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://cola.tuxfamily.org/
 Source0:        http://cola.tuxfamily.org/releases/cola-%{version}.tar.gz
-# Backport for Bug #573085
-Patch0:         git-cola-1.4.1.2-docpath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -35,7 +33,6 @@ sugary flavour and caffeine-inspired features.
 
 %prep
 %setup -q -n cola-%{version}
-%patch0 -p1
 
 
 %build
@@ -68,10 +65,6 @@ update-desktop-database &> /dev/null || :
 %defattr(-,root,root,-)
 %doc COPYRIGHT LICENSE README
 %{_bindir}/git-cola
-%if 0%{?fedora} < 12
-%{_bindir}/git-difftool
-%{_bindir}/git-difftool--helper
-%endif
 %{_datadir}/applications/cola.desktop
 %{_datadir}/git-cola
 %{_docdir}/git-cola
@@ -80,6 +73,11 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Sun Jan 02 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.4.3-1
+- Update to 1.4.3, fixes broken Actions widget
+- Drop docpath patch, fixed upstream
+- Drop obsolete conditional for Fedora <= 11
+
 * Fri Jul 30 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.4.1.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 19e4983..6efce77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd0edcc7ceceb585a298d17cfd4bc575  cola-1.4.1.2.tar.gz
+64d9c3e45a746c8775a0f33f65b91155  cola-1.4.3.tar.gz


More information about the scm-commits mailing list