summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2015-06-18 19:15:56 +0000
committerDennis Gilmore <dennis@ausil.us>2015-06-18 19:15:56 +0000
commitc2f637138ba7d1a12bd97fbb3b2086f7b4c4d182 (patch)
tree86612cf76e0fa123805cf6790abc9bc604f6b38b
parentfce61ade5886801abe6e6731b75a7600dfba738b (diff)
downloadpython-execnet-c2f637138ba7d1a12bd97fbb3b2086f7b4c4d182.tar.gz
python-execnet-c2f637138ba7d1a12bd97fbb3b2086f7b4c4d182.tar.xz
python-execnet-c2f637138ba7d1a12bd97fbb3b2086f7b4c4d182.zip
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-rw-r--r--python-execnet.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/python-execnet.spec b/python-execnet.spec
index b727b77..9b96d3a 100644
--- a/python-execnet.spec
+++ b/python-execnet.spec
@@ -11,7 +11,7 @@
Name: python-%{srcname}
Version: 1.3.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Elastic Python Deployment
Group: Development/Languages
# package is now under the MIT license, (although the docs still say
@@ -165,6 +165,9 @@ popd
%changelog
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
* Mon Apr 20 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.3.0-2
- Re-add dependency on python-hgdistver, see bz#1208984.
- Apply updated Python packaging guidelines.