diff --git a/dnfdaemon.spec b/dnfdaemon.spec index 231a3067b05a518c1462f7f4c7b6f18ad346cce5..b79fcf9c33c35a6330acdd208b86ad9cda8b0c83 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -2,8 +2,8 @@ %global dnf_version 0.6.1 Name: dnfdaemon -Version: 0.3.2 -Release: 3%{?dist} +Version: 0.3.3 +Release: 1%{?dist} Summary: DBus daemon for dnf package actions License: GPLv2+ URL: https://github.com/timlau/dnf-daemon @@ -82,6 +82,9 @@ fi %{python3_sitelib}/%{name}/client %changelog +* Fri Oct 17 2014 Tim Lauridsen <timlau@fedoraproject.org> 0.3.3-1 +- bumped release + * Wed Oct 15 2014 Tim Lauridsen <timlau@fedoraproject.org> 0.3.2-3 - removed require python3-dnfdaemon from main package diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py index 174e79db1a86ed4546b2cf54ca8985e2cdf23bac..067c7d8a81b6049249f302ff30455ac0854bcd48 100644 --- a/python/dnfdaemon/server/__init__.py +++ b/python/dnfdaemon/server/__init__.py @@ -42,7 +42,7 @@ import logging import operator import sys -VERSION = 301 # (00.01.02) must be integer +VERSION = 303 # (00.01.02) must be integer MAINLOOP = GLib.MainLoop() # Fake attributes, there is simulating real package attribute