-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
2016-04-29 Tim Lauridsen <[email protected]> | ||
|
||
* dnfdaemon.spec: bumped version to 0.3.13 | ||
|
||
2015-12-15 Tim Lauridsen <[email protected]> | ||
|
||
* Makefile: change the release Makefile target to the gitflow model | ||
|
||
|
||
2015-12-07 Tim Lauridsen <[email protected]> | ||
|
||
* python/dnfdaemon/client/__init__.py: fix: dreprecated | ||
GObject.G_MAXINT in rawhide | ||
|
||
2015-12-01 Tim Lauridsen <[email protected]> | ||
|
||
* dnfdaemon.spec, python/dnfdaemon/server/__init__.py: use public | ||
API for RPM transaction progress (dnf >= 1.1.0) (Fixes | ||
timlau/yumex-dnf:#65) | ||
|
||
2015-11-28 Tim Lauridsen <[email protected]> | ||
|
||
* ChangeLog: updated ChangeLog | ||
|
||
2015-11-28 Tim Lauridsen <[email protected]> | ||
|
||
* dnfdaemon.spec: bumped version to 0.3.12 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
%global dnf_version 1.1.0 | ||
|
||
Name: dnfdaemon | ||
Version: 0.3.12 | ||
Release: 2%{?dist} | ||
Version: 0.3.13 | ||
Release: 1%{?dist} | ||
Summary: DBus daemon for dnf package actions | ||
License: GPLv2+ | ||
URL: https://github.com/timlau/dnf-daemon | ||
|
@@ -99,6 +99,9 @@ fi | |
%{python3_sitelib}/%{name}/client | ||
|
||
%changelog | ||
* Fri Apr 29 2016 Tim Lauridsen <[email protected]> 0.3.13-1 | ||
- bumped release | ||
|
||
* Tue Dec 01 2015 Tim Lauridsen <[email protected]> 0.3.12-2 | ||
- require dnf-1.1.0 | ||
|
||
|