From b52f454ca22530a640ea34b5d13158bf7ad72a5a Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Thu, 13 Jul 2017 21:57:24 -0700 Subject: new upstream --- .gitignore | 2 +- profanity.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd3cadc..b403591 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/profanity-0.5.0.tar.gz +/profanity-0.5.1.tar.gz diff --git a/profanity.spec b/profanity.spec index 6603d9f..b1639a1 100644 --- a/profanity.spec +++ b/profanity.spec @@ -1,5 +1,5 @@ Name: profanity -Version: 0.5.0 +Version: 0.5.1 Release: 1%{?dist} Summary: A console-based XMPP client written in C using ncurses Group: Applications/Internet @@ -60,6 +60,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog +* Fri Jul 14 2017 Link Dupont - 0.5.1-1 +- New upstream release + * Sat Oct 15 2016 Link Dupont - 0.5.0-1 - New upstream release - Clean up spec file diff --git a/sources b/sources index 4545b7d..693eb1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2560afc4c9b8880c0916d197c9ad3b58 profanity-0.5.0.tar.gz +1a955de0bd55c111c46838a215866bb8 profanity-0.5.1.tar.gz -- cgit