[stgit] Updated to 0.17.1

pschiffe pschiffe at fedoraproject.org
Thu Oct 17 18:58:59 UTC 2013


commit 37cd7a5a36dfa8a4076a3990e7bc623d3a64207f
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Thu Oct 17 20:47:53 2013 +0200

    Updated to 0.17.1
    
    - resolves: #1014240

 .gitignore                          |    2 +-
 sources                             |    2 +-
 stgit-0.17-dirty-index-errors.patch |   28 ----------------------------
 stgit.spec                          |   12 ++++++------
 4 files changed, 8 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2c967c..ff8daaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/stgit-0.17.tar.gz
+/stgit-0.17.1.tar.gz
diff --git a/sources b/sources
index 52de88a..609fe67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-daedab8d79fbfbe38711880beba5a23c  stgit-0.17.tar.gz
+12e10e73276fa865098a23f032effd9b  stgit-0.17.1.tar.gz
diff --git a/stgit.spec b/stgit.spec
index 2078372..9078ec1 100644
--- a/stgit.spec
+++ b/stgit.spec
@@ -1,7 +1,7 @@
 Summary: Patch stack for Git repositories
 Name: stgit
-Version: 0.17
-Release: 3%{?dist}
+Version: 0.17.1
+Release: 1%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.procode.org/stgit/
@@ -9,8 +9,6 @@ Source: http://download.gna.org/%{name}/%{name}-%{version}.tar.gz
 
 # resolves: #872651
 Patch0: stgit-0.16-tmpl.patch
-# http://repo.or.cz/w/stgit.git/commit/7c5776eb66b5ab36a586d9a87dd12ee7c0b0cf44
-Patch1: stgit-0.17-dirty-index-errors.patch
 
 BuildArch: noarch
 BuildRequires: git-core, python2-devel, asciidoc, xmlto
@@ -30,9 +28,7 @@ either use plain Git commands or the Cogito tool.
 %prep
 %setup -q
 %patch0 -p1 -b .templ
-%patch1 -p1 -b .dirty
 chmod -x contrib/stgbashprompt.sh
-chmod -x stgit-completion.bash
 
 %build
 make all doc prefix=%{_prefix} %{?_smp_mflags}
@@ -61,6 +57,10 @@ install -m 644 -D contrib/vim/ftdetect/stg.vim $RPM_BUILD_ROOT%{_datadir}/vim/vi
 %{_datadir}/vim/vimfiles/ftdetect/stg.vim
 
 %changelog
+* Thu Oct 17 2013 Peter Schiffer <pschiffe at redhat.com> - 0.17.1-1
+- resolves: #1014240
+  updated to 0.17.1
+
 * Wed Jul 31 2013 Peter Schiffer <pschiffe at redhat.com> - 0.17-3
 - fixed dirty index errors when resolving conflicts
 


More information about the scm-commits mailing list