Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dnfdaemon
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
manatools
dnfdaemon
Commits
57856b0e
Commit
57856b0e
authored
10 years ago
by
Tim Lauridsen
Browse files
Options
Downloads
Patches
Plain Diff
bumped version to 0.3.9
parent
c1cdb444
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
dnfdaemon.spec
+4
-1
4 additions, 1 deletion
dnfdaemon.spec
python/dnfdaemon/client/__init__.py
+1
-1
1 addition, 1 deletion
python/dnfdaemon/client/__init__.py
python/dnfdaemon/server/__init__.py
+1
-1
1 addition, 1 deletion
python/dnfdaemon/server/__init__.py
with
6 additions
and
3 deletions
dnfdaemon.spec
+
4
−
1
View file @
57856b0e
...
...
@@ -2,7 +2,7 @@
%global dnf_version 0.6.3
Name: dnfdaemon
Version: 0.3.
8
Version: 0.3.
9
Release: 1%{?dist}
Summary: DBus daemon for dnf package actions
License: GPLv2+
...
...
@@ -82,6 +82,9 @@ fi
%{python3_sitelib}/%{name}/client
%changelog
* Wed May 27 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.9-1
- bumped release
* Wed May 06 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.8-1
- bumped release
...
...
This diff is collapsed.
Click to expand it.
python/dnfdaemon/client/__init__.py
+
1
−
1
View file @
57856b0e
...
...
@@ -104,7 +104,7 @@ import re
import
weakref
import
logging
__VERSION__
=
"
0.3.
4
"
__VERSION__
=
"
0.3.
9
"
logger
=
logging
.
getLogger
(
"
dnfdaemon.client
"
)
...
...
This diff is collapsed.
Click to expand it.
python/dnfdaemon/server/__init__.py
+
1
−
1
View file @
57856b0e
...
...
@@ -44,7 +44,7 @@ import logging
import
operator
import
sys
VERSION
=
30
8
# (00.01.02) must be integer
VERSION
=
30
9
# (00.01.02) must be integer
MAINLOOP
=
GLib
.
MainLoop
()
# Fake attributes, there is simulating real package attribute
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment