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

bumped version to 0.3.5

parent 44174fd6
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
%global dnf_version 0.6.3 %global dnf_version 0.6.3
Name: dnfdaemon Name: dnfdaemon
Version: 0.3.4 Version: 0.3.5
Release: 2%{?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
* Wed Apr 15 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.5-1
- bumped release
* Sun Apr 12 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.4-1 * Sun Apr 12 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.4-1
- bumped release - bumped release
- require dnf-0.6.3 - require dnf-0.6.3
......
...@@ -42,7 +42,7 @@ import logging ...@@ -42,7 +42,7 @@ import logging
import operator import operator
import sys import sys
VERSION = 304 # (00.01.02) must be integer VERSION = 305 # (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 register or to comment