From aa1fa9f1956d23724f76f0483a12661128af97bc Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: May 20 2014 01:59:38 +0000 Subject: Update to release 1.3.5 --- 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@d}' $lib > $lib.new && touch -r $lib $lib.new && @@ -62,6 +64,9 @@ done %changelog +* Mon May 19 2014 Scott K Logan 1.3.5-1 +- Update to release 1.3.5 + * Tue Apr 15 2014 Ankur Sinha 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