[python-catkin_lint] Update to release 1.3.5

Scott K Logan cottsay at fedoraproject.org
Tue May 20 01:59:42 UTC 2014


commit aa1fa9f1956d23724f76f0483a12661128af97bc
Author: Scott K Logan <logans at cottsay.net>
Date:   Mon May 19 20:59:38 2014 -0500

    Update to release 1.3.5

 .gitignore              |    1 +
 python-catkin_lint.spec |    7 ++++++-
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 853434c..f363a19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /catkin_lint-1.3.4.tar.gz
+/catkin_lint-1.3.5.tar.gz
diff --git a/python-catkin_lint.spec b/python-catkin_lint.spec
index 4a91585..0fe4d63 100644
--- a/python-catkin_lint.spec
+++ b/python-catkin_lint.spec
@@ -5,7 +5,7 @@
 %global source_name catkin_lint
 
 Name:           python-%{source_name}
-Version:        1.3.4
+Version:        1.3.5
 Release:        1%{?dist}
 Summary:        Check catkin packages for common errors
 
@@ -34,6 +34,8 @@ also: issue #153).
 %install
 %{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
+install -D -m0644 bash/%{source_name} $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{source_name}
+
 for lib in $RPM_BUILD_ROOT%{python_sitelib}/%{source_name}/*.py; do
  sed '1{\@^#!/usr/bin/env python at d}' $lib > $lib.new &&
  touch -r $lib $lib.new &&
@@ -62,6 +64,9 @@ done
 
 
 %changelog
+* Mon May 19 2014 Scott K Logan <logans at cottsay.net> 1.3.5-1
+- Update to release 1.3.5
+
 * Tue Apr 15 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.3.4-1
 - Correct requires
 
diff --git a/sources b/sources
index 73cdfb8..c1eb25e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e653914f46d226be172d5c31cedbef8  catkin_lint-1.3.4.tar.gz
+004e19bdb754d36ceec17dd9d6d4ae93  catkin_lint-1.3.5.tar.gz


More information about the scm-commits mailing list