-
Notifications
You must be signed in to change notification settings - Fork 21
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
1 parent
45b63d1
commit ebbda22
Showing
3 changed files
with
30 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
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,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 | ||
|
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 |
---|---|---|
|
@@ -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+ | ||
|
@@ -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) | ||
|