diff options
author | Michael Scherer <misc@mandriva.com> | 2006-01-18 10:41:07 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2006-01-18 10:41:07 +0000 |
commit | 5ed28691e64b35139a190296966820c3505fddc5 (patch) | |
tree | c81293e886d6ffebf3c3cca4d5bee5e66d9b7375 /ChangeLog | |
parent | ef1d6aec258ead28313ac9989f04e8dbcf810ffb (diff) | |
download | bootsplash-5ed28691e64b35139a190296966820c3505fddc5.tar bootsplash-5ed28691e64b35139a190296966820c3505fddc5.tar.gz bootsplash-5ed28691e64b35139a190296966820c3505fddc5.tar.bz2 bootsplash-5ed28691e64b35139a190296966820c3505fddc5.tar.xz bootsplash-5ed28691e64b35139a190296966820c3505fddc5.zip |
Generated by cvs2cl the 18_jan
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 70 |
1 files changed, 66 insertions, 4 deletions
@@ -1,3 +1,69 @@ +2006-01-18 11:39 Michael Scherer <mscherer at mandrake.org> + + * Makefile: Fix name of Makefile + +2006-01-17 11:56 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - use a dedicated module instead of running the + file command, in order to fix gtkhtml downloading problem ( as + the regexp was also matching on the name ), problem spoted by + goetz. + +2006-01-09 11:05 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - do not use hardcoded %packager tag in spec file + if present + +2006-01-09 11:04 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - factorisation of packager email retrieval in a + function called get_email + +2005-12-16 17:43 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - do not try to install '(none)' as + buildRequires, and do not run the script if nothing need to be + installed. + +2005-12-12 16:51 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - use shell_quote for installbuildrequires and + execafterbuild + +2005-12-12 16:50 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - fix bug when the source use a %{url} tag, like + udev.spec ( 1.136 ), thanks blino + +2005-12-09 15:15 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - Do not stop when a file with the same name of + the package exist in current directory ( thanks blino ) + +2005-12-06 16:17 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - add --nodownload ( oden request ) - remove some + tests on config{nobuild} that no one can explain + +2005-12-05 11:24 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - if epoch is set in spec, add it to the + changelog too (oden request , bug #20007 ) + +2005-12-05 11:21 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - use RPM4 instead of Hdlist + +2005-11-10 16:50 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - remove obsolete, inflexible and surely unused + option --deps + +2005-11-10 11:57 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - add installbuildrequires option, that will run + a command that install buildrequires before updating the rpm + 2005-10-20 11:00 Michael Scherer <mscherer at mandrake.org> * rpmbuildupdate: - use rmtree instead of rm_rf ( to not depend on @@ -29,10 +95,6 @@ * Makefile: add ChangeLog.rpmbuildupdate -2005-10-06 17:44 Guillaume Rousse <guillomovitch at mandriva.org> - - * ChangeLog: initial import - 2005-10-06 17:42 Guillaume Rousse <guillomovitch at mandriva.org> * Makefile: fix changelog target |