From 2f2ce0e178ff64d8fdb3157695c43b6f8eeda4df Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Wed, 14 Oct 2015 10:47:10 +0200 Subject: [PATCH] Rebuilt for Python3.5 rebuild --- libcomps.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcomps.spec b/libcomps.spec index 044aa23..f836ec5 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -12,7 +12,7 @@ Name: libcomps Version: 0.1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comps XML file manipulation library Group: Development/Libraries @@ -153,6 +153,9 @@ rm -rf $buildroot %endif %changelog +* Wed Oct 14 2015 Robert Kuska - 0.1.7-2 +- Rebuilt for Python3.5 rebuild + * Thu Jul 02 2015 Jindrich Luza 0.1.7 - added langpacks to union process - comps DOCTYPE read-write-read fix