[python-logbook] 0.5.0.

Jon Ciesla limb at fedoraproject.org
Fri Sep 13 14:20:15 UTC 2013


commit 051df58bbf0b15642918487c243cbac12f2dbc89
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Sep 13 09:14:40 2013 -0500

    0.5.0.

 .gitignore          |    1 +
 python-logbook.spec |   34 ++++++++++++++++++++--------------
 sources             |    2 +-
 3 files changed, 22 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 445aeb3..11a90f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Logbook-0.3.tar.gz
 /Logbook-0.4.1.tar.gz
+/Logbook-0.5.0.tar.gz
diff --git a/python-logbook.spec b/python-logbook.spec
index 7ca8516..186e737 100644
--- a/python-logbook.spec
+++ b/python-logbook.spec
@@ -1,4 +1,4 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 %if 0%{?fedora} > 12 || 0%{?rhel} > 6
 %global with_python3 0
@@ -10,14 +10,14 @@
 
 # we don't want to provide private python extension libs
 %{?filter_setup:
-%filter_provides_in %{python_sitearch}/.*\.so$ 
-%filter_provides_in %{python3_sitearch}/.*\.so$ 
+%filter_provides_in %{python_sitelib}/.*\.so$ 
+%filter_provides_in %{python3_sitelib}/.*\.so$ 
 %filter_setup
 }
 
 Name:		python-logbook
-Version:	0.4.1
-Release:	2%{?dist}
+Version:	0.5.0
+Release:	1%{?dist}
 Summary:	A logging replacement for Python
 
 Group:		Development/Libraries
@@ -25,6 +25,7 @@ License:	BSD
 URL:		http://pypi.python.org/pypi/Logbook/
 Source0:	http://pypi.python.org/packages/source/L/Logbook/Logbook-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:	noarch
 
 BuildRequires:	python2-devel
 BuildRequires:	python-sqlalchemy python-zmq python-execnet python-jinja2
@@ -47,6 +48,7 @@ Logbook can do that.
 %package -n python3-logbook
 Summary:	A logging replacement for Python 3
 Group:		Development/Libraries
+BuildArch:	noarch
 
 %description -n python3-logbook
 Logbook is a logging system for Python that replaces the standard library’s
@@ -105,25 +107,29 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES README
-%{python_sitearch}/logbook*
-%exclude %{python_sitearch}/logbook/testsuite
-%{python_sitearch}/Logbook-%{version}-py2.7.egg-info/
+%doc CHANGES
+%{python_sitelib}/logbook*
+%exclude %{python_sitelib}/logbook/testsuite
+%{python_sitelib}/Logbook-%{version}-py2.7.egg-info/
 
 %if 0%{?with_python3}
 %files -n python3-logbook
 %defattr(-,root,root,-)
-%doc CHANGES README
-%{python3_sitearch}/logbook*
-%exclude %{python3_sitearch}/logbook/testsuite
-%{python3_sitearch}/Logbook-%{version}-py3.2.egg-info/
+%doc CHANGES
+%{python3_sitelib}/logbook*
+%exclude %{python3_sitelib}/logbook/testsuite
+%{python3_sitelib}/Logbook-%{version}-py3.2.egg-info/
 %endif
 
 %changelog
+* Fri Sep 13 2013 Jon Ciesla <limburgher at gmail.com> - 0.5.0-1
+- Latest upstream.
+- Switched to noarch.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
-* Mon Jan 28 2013 Jon Ciesla <limb at jcomserv.net> - 0.4.1-1
+* Mon Jan 28 2013 Jon Ciesla <limburgher at gmail.com> - 0.4.1-1
 - Latest upstream, BZ 904886.
 
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-5
diff --git a/sources b/sources
index 0f15b24..be70c3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-143cb15af4c4a784ca785a1546ad1b93  Logbook-0.4.1.tar.gz
+51e2af5d8b51d22d8b1149318c29f1ac  Logbook-0.5.0.tar.gz


More information about the scm-commits mailing list