Skip to content
Snippets Groups Projects
Commit 0c935fbc authored by Tim Lauridsen's avatar Tim Lauridsen
Browse files

bumped version to 0.3.3

parent 860f7cf3
Branches
Tags
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
%global dnf_version 0.6.1 %global dnf_version 0.6.1
Name: dnfdaemon Name: dnfdaemon
Version: 0.3.2 Version: 0.3.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: DBus daemon for dnf package actions Summary: DBus daemon for dnf package actions
License: GPLv2+ License: GPLv2+
URL: https://github.com/timlau/dnf-daemon URL: https://github.com/timlau/dnf-daemon
...@@ -82,6 +82,9 @@ fi ...@@ -82,6 +82,9 @@ fi
%{python3_sitelib}/%{name}/client %{python3_sitelib}/%{name}/client
%changelog %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 * Wed Oct 15 2014 Tim Lauridsen <timlau@fedoraproject.org> 0.3.2-3
- removed require python3-dnfdaemon from main package - removed require python3-dnfdaemon from main package
......
...@@ -42,7 +42,7 @@ import logging ...@@ -42,7 +42,7 @@ import logging
import operator import operator
import sys import sys
VERSION = 301 # (00.01.02) must be integer VERSION = 303 # (00.01.02) must be integer
MAINLOOP = GLib.MainLoop() MAINLOOP = GLib.MainLoop()
# Fake attributes, there is simulating real package attribute # Fake attributes, there is simulating real package attribute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment