bronhaim pushed to ioprocess (f21). "Build ioprocess f21"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 07:57:13 UTC 2015


>From 8ae3ab437f6870508efd43942bd59c78bc8476a3 Mon Sep 17 00:00:00 2001
From: Yaniv Bronhaim <ybronhei at redhat.com>
Date: Thu, 16 Apr 2015 10:56:56 +0300
Subject: Build ioprocess f21


diff --git a/.gitignore b/.gitignore
index f0c603f..acb11e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /ioprocess-0.3.tar.gz
 /ioprocess-0.6.1.tar.gz
 /ioprocess-0.14.0.tar.gz
+/ioprocess-0.15.0.tar.gz
diff --git a/ioprocess.spec b/ioprocess.spec
index 6833dba..4068e7a 100644
--- a/ioprocess.spec
+++ b/ioprocess.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:		ioprocess
-Version:	0.14.0
-Release:	1%{?dist}
+Version:	0.15.0
+Release:	2%{?dist}
 Summary:	Slave process to perform risky IO
 
 Group:		System Environment/Base
@@ -20,7 +20,10 @@ BuildRequires:	python2-devel
 BuildRequires:	glib2-devel
 BuildRequires:	yajl-devel
 Requires:	yajl
+#EL7 is able to autodetect library dependencies
+%if 0%{?rhel} && 0%{?rhel} <= 6
 Requires:	glib2
+%endif
 
 %description
 Slave process to perform risky IO.
@@ -56,9 +59,15 @@ Python bindings for ioprocess
 %files -n python-ioprocess
 %{python2_sitelib}/ioprocess-*.egg-info
 %{python2_sitelib}/ioprocess/
+%doc README.md COPYING AUTHORS
 
 %changelog
-* Mon Oct 20 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.14.0-2
+* Sun Apr 5 2015 Yaniv Bronhaim <ybronhei at redhat.com> - 0.15.0-2
+- Rebuild for ppc64le arch
+* Tue Feb 17 2015 Sandro Bonazzola <sbonazzo at redhat.com> - 0.15.0-1
+- Fix rpmlint E: explicit-lib-dependency
+- Fix rpmlint W: no-documentation
+* Mon Oct 20 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.14.0-1
 - Fix poll timeout
 - Add support for zombiereaper where available
 - Fix IOProcesses being referenced by commincation thread
diff --git a/sources b/sources
index fc54cea..eb199bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b5c770d88adb1ca4612c1a0bac3a2cc  ioprocess-0.14.0.tar.gz
+c9c5af1d6aad0c12bf5586c4a176dfa1  ioprocess-0.15.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ioprocess.git/commit/?h=f21&id=8ae3ab437f6870508efd43942bd59c78bc8476a3


More information about the scm-commits mailing list