[python-foolscap] 0.6.4

Peter Robinson pbrobinson at fedoraproject.org
Sun May 19 21:29:20 UTC 2013


commit 5842b3b3bb381c042084b98be9119155a5d7bd95
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun May 19 22:29:10 2013 +0100

    0.6.4

 .gitignore           |    4 +---
 python-foolscap.spec |   17 +++++++----------
 sources              |    2 +-
 3 files changed, 9 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f22568..08ad354 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-foolscap-0.5.1.tar.gz
-/foolscap-0.6.1.tar.gz
-/foolscap-0.6.3.tar.gz
+/foolscap-*.tar.gz
diff --git a/python-foolscap.spec b/python-foolscap.spec
index 2fcb337..b0843aa 100644
--- a/python-foolscap.spec
+++ b/python-foolscap.spec
@@ -1,15 +1,14 @@
 %global modulename foolscap
 
 Name:           python-%{modulename}
-Version:        0.6.3
-Release:        3%{?dist}
+Version:        0.6.4
+Release:        1%{?dist}
 Summary:        Next-generation RPC protocol, intended to replace Perspective Broker
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://foolscap.lothar.com
 Source0:        http://foolscap.lothar.com/releases/%{modulename}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python, python-devel, python-twisted-web, python-setuptools, pyOpenSSL
@@ -25,21 +24,16 @@ object reference system, and a capability-based security model.
 %setup -q -n %{modulename}-%{version}
 
 %build
-%{__python} setup.py build
+python setup.py build
 find doc/ -name \*.py | xargs chmod 0644
 
 %check
 trial foolscap
 
 %install
-rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+python setup.py install -O1 --skip-build --root %{buildroot}
  
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc README LICENSE NEWS ChangeLog doc/*
 %dir %{python_sitelib}/%{modulename}
 %{python_sitelib}/%{modulename}/*
@@ -50,6 +44,9 @@ rm -rf %{buildroot}
 %{_bindir}/flappserver
 
 %changelog
+* Sun May 19 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.6.4-1
+- New upstream 0.6.4 release
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 468558d..9fa3797 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38782e3b64d3a0beea1ae03dd9ca137f  foolscap-0.6.3.tar.gz
+0aedae62a0be50da4f89d80b5b30c8a2  foolscap-0.6.4.tar.gz


More information about the scm-commits mailing list