Release 1.14.0
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
941504de3c
commit
9421ad3760
@ -1,4 +1,5 @@
|
|||||||
Changes in version 1.12.6
|
Changes in version 1.14.0
|
||||||
|
Thu Nov 01 2012 Davide Madrisan <davide.madrisan(a)gmail.com>
|
||||||
|
|
||||||
+ update
|
+ update
|
||||||
* autospec.spec - Davide Madrisan:
|
* autospec.spec - Davide Madrisan:
|
||||||
|
57
NEWS
57
NEWS
@ -1,3 +1,60 @@
|
|||||||
|
List of user visible changes in the release 1.14.0
|
||||||
|
|
||||||
|
-- Improvement
|
||||||
|
|
||||||
|
* Makefile - Davide Madrisan:
|
||||||
|
Modify the 'dist' directive to allow 'make dist', 'make dist-rpm', and
|
||||||
|
'make dist-rpm-install' from a cloned git archive.
|
||||||
|
|
||||||
|
* pck-update - Davide Madrisan:
|
||||||
|
Action 3,5: support package update from git repositories.
|
||||||
|
|
||||||
|
-- Bug Fixes
|
||||||
|
|
||||||
|
* autospec.spec - Davide Madrisan:
|
||||||
|
Add 'make' in the list of build requirement.
|
||||||
|
|
||||||
|
* plugins/pck-update.in - Davide Madrisan:
|
||||||
|
Support URL ('Source' tag in the specfile) containing the letter '&'.
|
||||||
|
(Problem pointed out by Silvan Calarco.)
|
||||||
|
|
||||||
|
* pck-update - Silvan Calarco:
|
||||||
|
Try to avoid reporting package requirements set with 'Requires:' as build
|
||||||
|
requirements to avoid breaking stage1 builds and causing unneeded circular
|
||||||
|
dependencies.
|
||||||
|
(Patch by Silvan Calarco)
|
||||||
|
|
||||||
|
* lib/libnetwork.lib - Davide Madrisan:
|
||||||
|
Minor fix in 'curl.download()'.
|
||||||
|
|
||||||
|
* po/it/spec-create.po - Davide Madrisan:
|
||||||
|
Add missing translations.
|
||||||
|
|
||||||
|
-- Update
|
||||||
|
|
||||||
|
* autospec.spec - Davide Madrisan:
|
||||||
|
Make the specfile more distro-agnostic.
|
||||||
|
Update the list of requirements for subpackages.
|
||||||
|
|
||||||
|
* tests/test01_pkgquality - Davide Madrisan:
|
||||||
|
Do not use the operator '|&' to be at least bash 3.2 compatible.
|
||||||
|
|
||||||
|
* lib/libnetwork.lib - Davide Madrisan:
|
||||||
|
Clone the entire git repository when the option '--preserve-dot-git' is
|
||||||
|
selected by user.
|
||||||
|
|
||||||
|
* lib/libnetwork.lib - Davide Madrisan:
|
||||||
|
Print an informational message before creating the source compressed
|
||||||
|
tarball. This may take a while.
|
||||||
|
|
||||||
|
* lib/libnetwork.lib - Davide Madrisan:
|
||||||
|
New helper function: 'git.download()'.
|
||||||
|
|
||||||
|
* po/it/pck-update.po - Davide Madrisan:
|
||||||
|
Updated.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
List of user visible changes in the release 1.12.5
|
List of user visible changes in the release 1.12.5
|
||||||
|
|
||||||
-- Improvement
|
-- Improvement
|
||||||
|
@ -189,6 +189,9 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix}
|
|||||||
* @date@ Davide Madrisan <davide.madrisan@gmail.com> @version@-@release@
|
* @date@ Davide Madrisan <davide.madrisan@gmail.com> @version@-@release@
|
||||||
- update to @version@
|
- update to @version@
|
||||||
|
|
||||||
|
* Wed Oct 03 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.12.5-1mamba
|
||||||
|
- update to 1.12.5
|
||||||
|
|
||||||
* Sat Sep 22 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.12.4-1mamba
|
* Sat Sep 22 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.12.4-1mamba
|
||||||
- update to 1.12.4
|
- update to 1.12.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user