Skip to content

Commit

Permalink
Automatic commit of package [hawkey] release [0.5.9-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
mluscon committed Jul 17, 2015
1 parent 585d41c commit 28d184b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,4 +1,4 @@
SET(HAWKEY_VERSION "0.5.8")
SET(HAWKEY_VERSION "0.5.9")
STRING(REGEX MATCH "^[0-9]+" HAWKEY_MAJOR ${HAWKEY_VERSION})
STRING(REGEX REPLACE "^[0-9]+.([0-9]+).[0-9]+$" "\\1" HAWKEY_MINOR ${HAWKEY_VERSION})
STRING(REGEX MATCH "[0-9]+$" HAWKEY_PATCH ${HAWKEY_VERSION})
12 changes: 11 additions & 1 deletion hawkey.spec
Expand Up @@ -6,7 +6,7 @@
%endif

Name: hawkey
Version: 0.5.8
Version: 0.5.9
Release: 1%{?snapshot}%{?dist}
Summary: Library providing simplified C and Python API to libsolv
Group: System Environment/Libraries
Expand Down Expand Up @@ -131,6 +131,16 @@ popd
%endif

%changelog
* Fri Jul 17 2015 Michal Luscon <mluscon@redhat.com> 0.5.9-1
- don't require python3 in rhel (Jan Silhan)
- depracate hy_goal_has* functions and Goal.req_has_* methods (Jan Silhan)
- goal: py: implemented __deepcopy__ (Jan Silhan)
- goal: implement clone (Jan Silhan)
- goal: py: added actions attribute (Jan Silhan)
- goal: added hy_goal_has_action function (Jan Silhan)
- Add weak deps queries (Michal Luscon)
- spec: fix the command that starts Python 3 tests (Radek Holy)

* Thu Jun 04 2015 Jan Silhan <jsilhan@redhat.com> 0.5.8-1
- added implicit-function-declaration compile flag (Jan Silhan)
- subject: Fix compiler warning introduced by previous commit (Colin Walters)
Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/hawkey
@@ -1 +1 @@
0.5.8-1 ./
0.5.9-1 ./

0 comments on commit 28d184b

Please sign in to comment.