-
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
Showing
3 changed files
with
26 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.1], [[email protected]]) | ||
AC_INIT([libbytesize], [1.2], [[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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
%endif | ||
|
||
Name: libbytesize | ||
Version: 1.1 | ||
Version: 1.2 | ||
Release: 1%{?dist} | ||
Summary: A library for working with sizes in bytes | ||
License: LGPLv2+ | ||
|
@@ -110,6 +110,11 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} | |
%endif | ||
|
||
%changelog | ||
* Fri Sep 29 2017 Vratislav Podzimek <[email protected]> - 1.2-1 | ||
- Use only version as a tag of the last release (vpodzime) | ||
- Do not require the glib-2.0 pkgconfig package (vpodzime) | ||
- Do not lie about tag creation (vpodzime) | ||
|
||
* Thu Sep 21 2017 Vratislav Podzimek <[email protected]> - 1.1-1 | ||
- Add NEWS.rst file (vtrefny) | ||
- Fix source and url in spec file (vtrefny) | ||
|