From fedf8765b832caffc02170a7c5877363c1b84646 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 7 Dec 2017 04:53:38 +0000 Subject: [PATCH] version bump so we override fedora's package which lacks the import fix git-svn-id: https://xpra.org/svn/Xpra/trunk@17582 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- rpmbuild/python-rencode.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpmbuild/python-rencode.spec b/rpmbuild/python-rencode.spec index ce0188c84f..a0f937718c 100644 --- a/rpmbuild/python-rencode.spec +++ b/rpmbuild/python-rencode.spec @@ -13,7 +13,7 @@ Name: python2-rencode Version: 1.0.5 -Release: 5.xpra2%{?dist} +Release: 7.xpra1%{?dist} Summary: Web safe object pickling/unpickling License: GPLv3+ and BSD URL: https://github.com/aresch/rencode @@ -119,6 +119,9 @@ popd %endif %changelog +* Sat Aug 05 2017 Antoine Martin - 1.0.5-7.xpra1 +- bump so we override fedora's package which lacks the import fix + * Sat Aug 05 2017 Antoine Martin - 1.0.5-5.xpra2 - add patch to fix python 2.6 compatibility in the tests