From b19a7edc9acdc3b4302015598a3a1a3b1e0ff7e6 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 13 Sep 2017 14:36:43 +0200 Subject: [PATCH] Spec file update --- patrix.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/patrix.spec b/patrix.spec index c6fff6f..862ab15 100644 --- a/patrix.spec +++ b/patrix.spec @@ -1,6 +1,6 @@ Name: patrix -Version: 0.1.1 -Release: 1%{?dist} +Version: 0.1.2 +Release: 2%{?dist} Summary: Command line client for Matrix Group: Applications/Internet @@ -16,7 +16,7 @@ Requires: perl(HTTP::Request) Requires: perl(File::HomeDir) Requires: perl(Getopt::Long) Requires: perl(JSON) -Requires: perl(File::basename) +Requires: perl(File::Basename) Requires: perl(File::MimeInfo) Requires: perl(Path::Tiny) Requires: perl(URI::Escape) @@ -52,6 +52,12 @@ room via the command line. %{_bindir}/patrix %changelog +* Wed Sep 13 2017 Daniel Berteaud - 0.1.2-2 +- Fix perl dependency in spec file + +* Tue Sep 12 2017 Daniel Berteaud - 0.1.2-1 +- New release + * Fri Sep 8 2017 Daniel Berteaud - 0.1.1-1 - New release