[python-ladon] update to latest upstream release 0.7.5

Matthias Runge mrunge at fedoraproject.org
Thu Oct 18 12:31:07 UTC 2012


commit 0dab0d69663d0bc23ac1c2993a1393f63c979f97
Author: Matthias Runge <mrunge at redhat.com>
Date:   Thu Oct 18 14:30:50 2012 +0200

    update to latest upstream release 0.7.5

 .gitignore        |    1 +
 python-ladon.spec |   10 ++++++----
 sources           |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2ff2e2..b4fb154 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /ladon-0.6.5.tar.gz
 /ladon-0.6.7.tar.gz
 /ladon-0.7.0.tar.gz
+/ladon-0.7.5.tar.gz
diff --git a/python-ladon.spec b/python-ladon.spec
index ed1fb97..3c355e7 100644
--- a/python-ladon.spec
+++ b/python-ladon.spec
@@ -1,6 +1,6 @@
 Name:           python-ladon
-Version:        0.7.0
-Release:        3%{?dist}
+Version:        0.7.5
+Release:        1%{?dist}
 Summary:        Multiprotocol approach to creating a webservice
 
 License:        LGPLv3+
@@ -43,16 +43,18 @@ done
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 chmod 755 %{buildroot}/%{python_sitelib}/ladon/clients/jsonwsp.py
-rm %{buildroot}/%{_bindir}/ladon2.?ctl.py
 
  
 %files
 %doc PKG-INFO
 %{python_sitelib}/ladon
 %{python_sitelib}/ladon-%{version}-py?.?.egg-info
-%{_bindir}/ladon?.?ctl
+%{_bindir}/ladon-ctl
 
 %changelog
+* Thu Oct 18 2012 Matthias Runge <mrunge at redhat.com> - 0.7.5-1
+- update to latest upstream release 0.7.5
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 073f73f..cc6f75a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62695df586c2d87fbd7675c34491b2e1  ladon-0.7.0.tar.gz
+2166859cd6dca48aea05564b8a2b84e5  ladon-0.7.5.tar.gz


More information about the scm-commits mailing list