From 4e4a51b712eed7ca73a6038da10b58a546f35d0b Mon Sep 17 00:00:00 2001 From: William Moreno Reyes Date: Feb 25 2016 16:53:28 +0000 Subject: Update requires Signed-off-by: William Moreno Reyes --- diff --git a/csvdiff.spec b/csvdiff.spec index 127ed7e..0d84239 100644 --- a/csvdiff.spec +++ b/csvdiff.spec @@ -1,6 +1,6 @@ Name: csvdiff Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Generate a diff between two CSV files on the command-line License: BSD @@ -14,6 +14,9 @@ BuildRequires: python3-setuptools BuildRequires: python3-devel BuildRequires: python3-PyYAML Requires: python3-PyYAML +Requires: python3-jsonschema +Requires: python3-click +Requires: python3-libs %description Generate a diff between two CSV files on the command-line. @@ -45,16 +48,19 @@ install -pDm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/csvdiff.1 %{_mandir}/man1/* %changelog +* Thu Feb 25 2016 William Moreno - 0.3.0-5 +- Update Requires + * Wed Feb 03 2016 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 -* Fri Sep 11 2015 Fedora - 0.3.0-2 +* Fri Sep 11 2015 William Moreno - 0.3.0-2 - Disable %%test -* Fri Sep 11 2015 Fedora - 0.3.0-1 +* Fri Sep 11 2015 William Moreno < williamjmorenor@gmail.com> - 0.3.0-1 - Update to v.0.3.0 - Include manpage - Update python macros