From 6f56f67dd40e2090aa69c454b952d1ee3bcd9ce6 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Dec 31 2018 09:37:35 +0000 Subject: Update Python dependencies to new packaging standards --- diff --git a/did.spec b/did.spec index 871d477..a74fb29 100644 --- a/did.spec +++ b/did.spec @@ -1,6 +1,6 @@ Name: did Version: 0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: What did you do last week, month, year? License: GPLv2+ @@ -13,7 +13,7 @@ BuildRequires: git BuildRequires: python2-devel Requires: python2-requests-gssapi Requires: python2-nitrate python2-dateutil python2-bugzilla -Requires: python-feedparser +Requires: python2-feedparser %description Comfortably gather status report data (e.g. list of committed @@ -45,6 +45,9 @@ install -pm 644 did.1.gz %{buildroot}%{_mandir}/man1 %license LICENSE %changelog +* Mon Dec 31 2018 Miro Hrončok - 0.12-2 +- Update Python dependencies to new packaging standards + * Thu Dec 20 2018 Petr Šplíchal 0.12-1 - Add missing redmine dependency [fix #177] - Fix GitLab plugin's ssl_verify option [fix #168]