From febe47c6c5ca34f6f6c481cb9f91503e5c6c37f7 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Wed, 25 Jan 2012 23:30:21 +0100 Subject: [PATCH] Release 1.9.1 Signed-off-by: Davide Madrisan --- ChangeLog | 4 ++-- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- autospec.spec.in | 2 +- 4 files changed, 47 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4f7ce2c..7536796 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ Changes in version 1.9.1 ---- --- -- 2012 Davide Madrisan +Wed Jan 25 2012 Davide Madrisan + improvement * pck-update - Davide Madrisan: @@ -288,7 +288,7 @@ Sun Mar 20 2011 Davide Madrisan -------------------------------------------------------------------------------- Changes in version 1.7.2 -Sat Dec 15 2010 Davide Madrisan +Sat Jan 15 2011 Davide Madrisan + update * spec-create - Davide Madrisan: diff --git a/NEWS b/NEWS index f7b6511..03d6355 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +List of user visible changes in the release 1.9.1 + +-- Improvements + + * pck-update - Davide Madrisan: + Display a proper error message when a specfile contains errors. + + * pck-update - Davide Madrisan: + Convert the list of unpackaged files discovered by rpmbuild into a list + thah make use of rpm macros (that is, do a /usr/bin --> %{_bindir}, ... + (using the new variable `format_unpackaged_file_list' set in autospec.conf) + + * pck-update - Davide Madrisan: + Some code cleanups. + +-- Update + + * kde4-flist2rpmvars - Davide Madrisan: + Remove this script; it's superseded by the code improvements made in the + plugin 'pck-update'. + + * templates/library - Davide Madrisan: + This template has been updated. + + * po/it/pck-update - Davide Madrisan: + Update messages and translations. + +-- Bug fixes + + * pck-update - Davide Madrisan: + Fix expansion of templates containing '@configure@' or a line starting by + '@configure@'. + + * lib/libspec.lib - Davide Madrisan: + Correctly parse lines containing complex 'obsoletes' directives, as shown in + the following example: + + Obsoletes: pck1 <= [,] pck2 > + + (Bug discovered by Silvan Calarco). + +------------------------------------------------------------------------------- + List of user visible changes in the release 1.9.0 -- Improvements diff --git a/VERSION b/VERSION index a27413e..31e66f5 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION=1.9.0 +VERSION=1.9.1 RELEASE=1mamba diff --git a/autospec.spec.in b/autospec.spec.in index cafc730..a83099d 100644 --- a/autospec.spec.in +++ b/autospec.spec.in @@ -163,7 +163,7 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix} - restored requirements for autospec-plugins, autospec-libs and autospec-tests - removed %dir entry for non empty directories -* Sat Dec 15 2010 Davide Madrisan 1.7.2-1mamba +* Sat Jan 15 2011 Davide Madrisan 1.7.2-1mamba - update to 1.7.2 * Wed Dec 29 2010 Davide Madrisan 1.7.1-1mamba