Skip to content

Commit

Permalink
Release 0.26
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
  • Loading branch information
Matej Habrnal committed Apr 17, 2018
1 parent f636039 commit 4baa0c7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
satyr 0.26
==========
Updated list of functions for normalization. Python3 build for RHEL8 was allowed.
Allow build without Python2.

satyr 0.25
==========
Updated list of functions for normalization. Python3 build for RHEL8 was allowed.
Expand Down
2 changes: 1 addition & 1 deletion gen-version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEF_VER=0.25
DEF_VER=0.26
LF='
'

Expand Down
17 changes: 17 additions & 0 deletions satyr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,23 @@ make check|| {
%endif

%changelog
* Tue Apr 17 2018 Matej Habrnal <mhabrnal@redhat.com> 0.26-1
- spec: fix Allow python2 to be optional at build time
- python: Allow python2 to be optional at build time
- configure: use PKG_PROG_PKG_CONFIG to detect pkg-config
- makefile: add RPM_FLAGS variable to rpmbuild
- Allow python2 to be optional at build time
- autogen: correctly parse buildrequires from spec file
- normalization: actualize list of functions
- Append Python interpreter as related package
- spec: Update Python 2 dependency declarations
- makefile: create .tar.xz with make release
- remove 2+ years old changelog entries
- remove Groups
- we do not build for el6 any more
- mark license as license
- ldconfig is not needed in rawhide

* Thu Jan 18 2018 Martin Kutlak <mkutlak@redhat.com> 0.25-1
- New upstream version
- Normalization: actualize list of functions
Expand Down

0 comments on commit 4baa0c7

Please sign in to comment.