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
0c935fbc
Commit
0c935fbc
authored
Oct 17, 2014
by
Tim Lauridsen
Browse files
Options
Downloads
Patches
Plain Diff
bumped version to 0.3.3
parent
860f7cf3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dnfdaemon.spec
+5
-2
5 additions, 2 deletions
dnfdaemon.spec
python/dnfdaemon/server/__init__.py
+1
-1
1 addition, 1 deletion
python/dnfdaemon/server/__init__.py
with
6 additions
and
3 deletions
dnfdaemon.spec
+
5
−
2
View file @
0c935fbc
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
python/dnfdaemon/server/__init__.py
+
1
−
1
View file @
0c935fbc
...
@@ -42,7 +42,7 @@ import logging
...
@@ -42,7 +42,7 @@ import logging
import
operator
import
operator
import
sys
import
sys
VERSION
=
30
1
# (00.01.02) must be integer
VERSION
=
30
3
# (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
...
...
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
sign in
to comment