From 1ab0f797e22bfc52564461660bdc3b4012a1bd8c Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 30 Sep 2015 12:58:16 +0200 Subject: [PATCH] bumped version to 4.1.4 --- src/yumex/const.py | 2 +- yumex-dnf.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/yumex/const.py b/src/yumex/const.py index 3471cb1..e04b3f5 100644 --- a/src/yumex/const.py +++ b/src/yumex/const.py @@ -29,7 +29,7 @@ import sys import hawkey -VERSION = "4.1.3" +VERSION = "4.1.4" NEEDED_DAEMON_API = 2 # The needed dnfdaemon API version NEEDED_STATUS_API = 1 # The needed statusicon API version diff --git a/yumex-dnf.spec b/yumex-dnf.spec index 39ea02b..8098755 100644 --- a/yumex-dnf.spec +++ b/yumex-dnf.spec @@ -1,7 +1,7 @@ %global appname yumex Name: %{appname}-dnf -Version: 4.1.3 +Version: 4.1.4 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -16,7 +16,7 @@ BuildRequires: gettext BuildRequires: intltool BuildRequires: python3-devel -Requires: python3-dnfdaemon >= 0.3.9 +Requires: python3-dnfdaemon >= 0.3.10 Requires: python3-gobject >= 3.10 Requires: python3-pyxdg Requires: python3-dbus @@ -67,6 +67,10 @@ update-desktop-database %{_datadir}/applications &> /dev/null || : %changelog +* Wed Sep 30 2015 Tim Lauridsen 4.1.4-1 +- bumped release to 4.1.4 +- need python3-dnfdaemon >= 0.3.10 + * Wed May 27 2015 Tim Lauridsen 4.1.3-1 - bumped release to 4.1.3 - need python3-dnfdaemon >= 0.3.9