[roboptim-commit] [SCM] roboptim-core branch, master, updated. v0.5-3-g567bdb3
Status: Beta
Brought to you by:
flamiraux
From: Thomas M. <tho...@us...> - 2010-01-14 10:11:05
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "roboptim-core". The branch, master has been updated via 567bdb3ab6f4af76063e944f7868b2fe4c03f078 (commit) from e6adc9b4ea8386775ce315b0317c4b70c37c1e01 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 567bdb3ab6f4af76063e944f7868b2fe4c03f078 Author: Thomas Moulard <tho...@gm...> Date: Thu Jan 14 11:10:42 2010 +0100 Add ChangeLog information to spec file. * roboptim-core.spec.in: Add ChangeLog information. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 8575420..791151d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-01-14 Thomas Moulard <tho...@gm...> + Add ChangeLog information to spec file. + * roboptim-core.spec.in: Add ChangeLog information. + +2010-01-14 Thomas Moulard <tho...@gm...> + Fix RPM spec file. * roboptim-core.spec.in: Here. diff --git a/roboptim-core.spec.in b/roboptim-core.spec.in index fb92661..6848056 100644 --- a/roboptim-core.spec.in +++ b/roboptim-core.spec.in @@ -99,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Thu Jan 14 2010 Thomas Moulard <tho...@gm...> - 0.5-2 +- Fix unowned directories problem. +- Fix documentation packaging rules. + * Wed Jan 13 2010 Thomas Moulard <tho...@gm...> - 0.5-1 - Fix plug-in path (now packaged properly in a subdirectory). - Add missing build requirements (latex / dvips). ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ roboptim-core.spec.in | 4 ++++ 2 files changed, 9 insertions(+), 0 deletions(-) hooks/post-receive -- roboptim-core |