From ef3ed8394a91889ebeb0fa5fdf0a90c1fd410714 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Fri, 29 Sep 2017 11:56:41 +0200 Subject: [PATCH] New version - 1.2 --- NEWS.rst | 19 +++++++++++++++++++ configure.ac | 2 +- dist/libbytesize.spec.in | 7 ++++++- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index ea903764..acd993c7 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,22 @@ +Libbytesize 1.2 +--------------- + +New minor release of the libbytesize library. There are only small changes in +this release. + + +**Full list of changes** + +Vratislav Podzimek (4): +- Do not lie about tag creation +- Do not require the glib-2.0 pkgconfig package +- Use only version as a tag of the last release + +Thanks to all our contributors. + +Vratislav Podzimek, 2017-09-29 + + Libbytesize 1.1 --------------- diff --git a/configure.ac b/configure.ac index f47ce50e..691f3b45 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac for libbytesize -AC_INIT([libbytesize], [1.1], [vpodzime@redhat.com]) +AC_INIT([libbytesize], [1.2], [vpodzime@redhat.com]) # Disable building static libraries. # This needs to be set before initializing automake diff --git a/dist/libbytesize.spec.in b/dist/libbytesize.spec.in index e0382910..f4766cee 100644 --- a/dist/libbytesize.spec.in +++ b/dist/libbytesize.spec.in @@ -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 - 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 - 1.1-1 - Add NEWS.rst file (vtrefny) - Fix source and url in spec file (vtrefny)