Skip to content

Commit

Permalink
New version - 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Aug 2, 2018
1 parent 45b63d1 commit ebbda22
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
20 changes: 20 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Libbytesize 1.4
---------------

New minor release of the libbytesize library. There are only small changes in
this release.

**Full list of changes**

Vojtech Trefny (6):
- Use new ldconfig_scriptlets macro in spec
- Do not use rpm to check for Zanata client
- Fix licence header for "gettext.h"
- Do not try to run python2 tests without python2 support
- Make sure the test script fails if one of the test runs fail
- Squashed 'translation-canary/' changes from 840c2d6..fccbb1b

Thanks to all our contributors.

Vojtech Trefny, 2018-08-02

Libbytesize 1.3
---------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# configure.ac for libbytesize

AC_INIT([libbytesize], [1.3], [[email protected]])
AC_INIT([libbytesize], [1.4], [[email protected]])

# Disable building static libraries.
# This needs to be set before initializing automake
Expand Down
10 changes: 9 additions & 1 deletion dist/libbytesize.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%define configure_opts %{?python3_opts} %{?python2_opts}

Name: libbytesize
Version: 1.3
Version: 1.4
Release: 1%{?dist}
Summary: A library for working with sizes in bytes
License: LGPLv2+
Expand Down Expand Up @@ -122,6 +122,14 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%endif

%changelog
* Thu Aug 02 2018 Vojtech Trefny <[email protected]> - 1.4-1
- Squashed 'translation-canary/' changes from 840c2d6..fccbb1b (vtrefny)
- Make sure the test script fails if one of the test runs fail (vtrefny)
- Do not try to run python2 tests without python2 support (vtrefny)
- Fix licence header for "gettext.h" (vtrefny)
- Do not use rpm to check for Zanata client (vtrefny)
- Use new ldconfig_scriptlets macro in spec (vtrefny)

* Thu Apr 19 2018 Vojtech Trefny <[email protected]> - 1.3-1
- Allow building libbytesize without Python 2 support (vtrefny)
- Sync spec with downstream (vtrefny)
Expand Down

0 comments on commit ebbda22

Please sign in to comment.