diff --git a/ChangeLog b/ChangeLog index fe62a28..db3e4e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ Changes in version 1.12.3 +Tue Jul 17 2012 Davide Madrisan + improvement * pck-update - Davide Madrisan: @@ -61,6 +62,7 @@ Changes in version 1.12.3 * conf/02-specfile-formatting-rules.conf - Davide Madrisan: 'library_name_structure': new default value is now "". The old value ("^lib") does no longer apply. + (Modification asked by Silvan Calarco.) ------------------------------------------------------------------------------- diff --git a/NEWS b/NEWS index c3c0132..21d44f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +List of user visible changes in the release 1.12.3 + +-- Improvement + + * pck-update - Davide Madrisan: + Action 4: allow developers to update the distribution-ID when updating the + release number. + Example: 1mamba --> 2mamba2 + (when DISTRO_rpm="mamba2" is set in the configuration files). + + * libapse.lib, conf/03-apse.conf - Stefano Cotta Ramusino + Fix scraping values and add new sites + +-- Update + + * conf/02-specfile-formatting-rules.conf - Davide Madrisan: + New default value for 'library_name_structure' (""). + The name of library packages has no predefined structure. + The previous value ("^lib") was unnecessarily too strict. + +------------------------------------------------------------------------------- + List of user visible changes in the release 1.12.2 -- Improvement @@ -18,9 +40,6 @@ List of user visible changes in the release 1.12.2 * italian manpage - Davide Madrisan: Improve the examples for 'autospec -u'. - * libapse.lib, conf/03-apse.conf - Stefano Cotta Ramusino - Fix scraping values and add new sites - ------------------------------------------------------------------------------- List of user visible changes in the release 1.12.1 diff --git a/VERSION b/VERSION index df79d27..d4e5668 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION=1.12.2 +VERSION=1.12.3 RELEASE=1mamba diff --git a/autospec.spec.in b/autospec.spec.in index db8d743..18bc852 100644 --- a/autospec.spec.in +++ b/autospec.spec.in @@ -185,6 +185,9 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix} * @date@ Davide Madrisan @version@-@release@ - update to @version@ +* Mon May 28 2012 Davide Madrisan 1.12.2-1mamba +- update to 1.12.2 + * Wed May 23 2012 Davide Madrisan 1.12.1-1mamba - update to 1.12.1