[bugwarrior] Latest upstream.

Ralph Bean ralph at fedoraproject.org
Tue Jan 21 16:09:42 UTC 2014


commit 9b19e5f41d1aa8d2e01a8f9f0756e1e2015c3256
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Jan 21 11:09:54 2014 -0500

    Latest upstream.

 .gitignore                      |    1 +
 bugwarrior-patch-out-jira.patch |  240 ---------------------------------------
 bugwarrior.spec                 |   15 ++-
 sources                         |    2 +-
 4 files changed, 11 insertions(+), 247 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8bd4aa1..8f23069 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /bugwarrior-0.6.3.tar.gz
+/bugwarrior-0.7.0.tar.gz
diff --git a/bugwarrior.spec b/bugwarrior.spec
index 6e4f836..1418d49 100644
--- a/bugwarrior.spec
+++ b/bugwarrior.spec
@@ -1,13 +1,12 @@
 Name:               bugwarrior
-Version:            0.6.3
-Release:            3%{?dist}
+Version:            0.7.0
+Release:            1%{?dist}
 Summary:            Sync github, bitbucket, and trac issues with taskwarrior
 
 Group:              Development/Libraries
 License:            GPLv3+
 URL:                http://pypi.python.org/pypi/bugwarrior
 Source0:            http://pypi.python.org/packages/source/b/%{name}/%{name}-%{version}.tar.gz
-Patch0:             bugwarrior-patch-out-jira.patch
 
 BuildArch:          noarch
 
@@ -43,16 +42,15 @@ megaplan, teamlab, redmine, and activecollab
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 
 # Remove bundled egg-info in case it exists
 rm -rf %{name}.egg-info
 
 %build
-%{__python} setup.py build
+%{__python2} setup.py build
 
 %install
-%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
+%{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
 
 %files
 %doc bugwarrior/README.rst LICENSE.txt
@@ -61,6 +59,11 @@ rm -rf %{name}.egg-info
 %{_bindir}/bugwarrior-pull
 
 %changelog
+* Tue Jan 21 2014 Ralph Bean <rbean at redhat.com> - 0.7.0-1
+- Latest upstream
+- Removed python-jira patch.
+- Modernized python2 macros
+
 * Sat Jan 18 2014 Ralph Bean <rbean at redhat.com> - 0.6.3-3
 - Added dep on python-keyring.
 - Annotated the comment about python-jira.
diff --git a/sources b/sources
index 270d3a8..745e116 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-34520d873ea4d62d467a8be32e72a134  bugwarrior-0.6.3.tar.gz
+916342f8c6951d3bc178ef1078479254  bugwarrior-0.7.0.tar.gz


More information about the scm-commits mailing list