From 29006f5ab47d2883b81326d4b384b8e3c2381c81 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Wed, 3 Oct 2012 22:50:53 +0200 Subject: [PATCH] Release 1.12.5 Signed-off-by: Davide Madrisan --- NEWS | 21 +++++++++++++++++++++ VERSION | 2 +- autospec.spec.in | 3 +++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 69e54e5..73d139a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +List of user visible changes in the release 1.12.5 + +-- Improvement + + * lib/libnetwork.lib - Davide Madrisan: + git.create_tarball: execute 'git clone --depth=1' insted of 'git clone' to + only clone the last commit instead of the whole repository. + (Thanks to Silvan Calarco for spotting this.) + + * spec-create - Davide Madrisan: + specfile.create: modify the 'Source' tag by including a parsable git URL. + (Feature asked by Silvan Calarco.) + +-- Bug Fixes + + * lib/libnetwork.lib - Davide Madrisan: + git.create_tarball: fix a typo (it_branch --> $git_branch) in the code that + creates the comment "## GITSOURCE". + +------------------------------------------------------------------------------- + List of user visible changes in the release 1.12.4 -- Improvement diff --git a/VERSION b/VERSION index 7a283fe..cc75714 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION=1.12.4 +VERSION=1.12.5 RELEASE=1mamba diff --git a/autospec.spec.in b/autospec.spec.in index 498d7d8..3fc0307 100644 --- a/autospec.spec.in +++ b/autospec.spec.in @@ -186,6 +186,9 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix} * @date@ Davide Madrisan @version@-@release@ - update to @version@ +* Sat Sep 22 2012 Davide Madrisan 1.12.4-1mamba +- update to 1.12.4 + * Tue Jul 17 2012 Davide Madrisan 1.12.3-1mamba - update to 1.12.3