Skip to content

Commit

Permalink
bumped version to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lauridsen committed Sep 30, 2015
1 parent 23dd014 commit 1ab0f79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/yumex/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions yumex-dnf.spec
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down Expand Up @@ -67,6 +67,10 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :

%changelog

* Wed Sep 30 2015 Tim Lauridsen <[email protected]> 4.1.4-1
- bumped release to 4.1.4
- need python3-dnfdaemon >= 0.3.10

* Wed May 27 2015 Tim Lauridsen <[email protected]> 4.1.3-1
- bumped release to 4.1.3
- need python3-dnfdaemon >= 0.3.9
Expand Down

0 comments on commit 1ab0f79

Please sign in to comment.