diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-11-04 17:23:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-11-04 17:23:40 +0000 |
commit | cd2d1f2926d03cebacb4341ce73643c3126aaf3d (patch) | |
tree | 41cf0e371c4a7dc861e5b6fb4429432088d105f4 /ChangeLog | |
parent | b79c594681832728bcedd984f4badd2c42c2a51a (diff) | |
download | bootsplash-cd2d1f2926d03cebacb4341ce73643c3126aaf3d.tar bootsplash-cd2d1f2926d03cebacb4341ce73643c3126aaf3d.tar.gz bootsplash-cd2d1f2926d03cebacb4341ce73643c3126aaf3d.tar.bz2 bootsplash-cd2d1f2926d03cebacb4341ce73643c3126aaf3d.tar.xz bootsplash-cd2d1f2926d03cebacb4341ce73643c3126aaf3d.zip |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 324 |
1 files changed, 324 insertions, 0 deletions
@@ -0,0 +1,324 @@ +2005-10-20 11:00 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - use rmtree instead of rm_rf ( to not depend on + Mdk::Common ) + +2005-10-10 23:05 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - remove deps on Mdk::Common and use + File::Basename + +2005-10-10 23:00 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - add return code - revert previous removal ( i + didn't test the good version ) + +2005-10-10 22:08 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - remove use module import + +2005-10-06 17:53 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate.spec: fix url, description and changelog + +2005-10-06 17:49 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate.spec: fix sources and installation + +2005-10-06 17:45 Guillaume Rousse <guillomovitch at mandriva.org> + + * 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 + +2005-10-06 17:37 Guillaume Rousse <guillomovitch at mandriva.org> + + * Makefile, rpmbuildupdate.spec: split rpmbuildupdate out + +2005-09-11 02:11 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: Mandriva + +2005-09-01 15:40 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - add .tar.Z to the list of extension to download + and test ( buchan request ) + +2005-08-27 21:32 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - fix parsing of file with macro that contains a + tag ( like cyrus-imapd.spec, 1.29 , 2nd line of macro : + %{?!mdkversion: %define mdkversion %(perl -pe + '/(\\d+)\.(\\d)\.?(\\d)?/; $_="$1$2".($3||0)' + /etc/mandrake-release)} ). + +2005-04-19 10:17 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - new sourceforge mirror, thanks to Götz Waschk + +2005-04-01 22:27 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - fix %mkrel still being incremented when a new + version is build. + +2005-04-01 22:13 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - fix cvs Id expansion + +2005-04-01 19:13 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - use perl-hdlist - fix for %( macro - do not + mess with Tab - add a cvs id + +2005-02-24 09:51 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - %mkrel integration + +2005-02-12 20:27 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - use new bzme option in rpmbuildupdate to force + compression + +2005-02-10 16:42 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - still try to download, even for rebuild ( in + case we only supply a spec file ) + +2005-02-07 17:51 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate, rpmbuildupdate.bash-completion: - new option + execafterbuild, to run a script after build the rpm - add the + proper credit - version 0.5 + +2005-02-07 16:26 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - do not hardcode path ( buchan idea ) + +2005-01-28 23:23 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate.bash-completion: also complete on local files + +2005-01-09 19:33 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate: cleanup usage + +2005-01-09 19:30 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate: regexp cleanup + +2005-01-09 19:15 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate: don't attempt to download files for simple + rebuilds + +2005-01-09 18:56 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate.bash-completion: options sync + +2005-01-09 18:54 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate: cleanup main function and removed useless options + +2005-01-09 16:54 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate: sanitize indentation and args passing + +2004-12-29 23:28 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate: --execute option + +2004-12-05 00:11 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - fix bug when %%changelog is present in the spec + file + +2004-11-28 23:34 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate.bash-completion: new options complete on rpm name + +2004-11-28 23:07 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate: use .rpmbuildupdaterc as personal configuration + file + +2004-11-12 19:41 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - fix the usage of spec file with a regular path + is given. - add more magic for project hosted on gna and other + sourceforgelike sites. + +2004-10-25 22:44 Guillaume Rousse <guillomovitch at mandriva.org> + + * rpmbuildupdate.bash-completion: first import + +2004-10-25 06:07 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - add --rpmoption, to provides options when + rebuilding - fix some escaping issue - remove old comment + +2004-10-24 19:31 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - DWIM, ie autodetection of the argument ( if a + spec, build from spec, etc ) + +2004-10-24 19:08 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - allow to build from a spec file - add noupdate, + to not modify the specfile - allow multiple SRPM dir for --srpms + - add berlios.de autodetection - remove some dead code + +2004-10-09 02:04 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - allows to give a relative path to --src + +2004-10-09 01:52 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - some perl_checker fix - allow to update php + code ( no tarball in the spec ) + +2004-09-05 04:53 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - do not replace %{release} if it used in the + Release: tag. + +2004-09-05 02:04 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - perl_checker fix, remove obsolete construct ( + &func ) - rebuild the package if no new version is given - add + two config file ( /etc/rpmbuildupdate.conf and + ~/.rpmbuildupdate.conf ) - add a new mirror to sourceforge ( ovh, + france ) - keep prefix (ie plfawarness ) - add a changelog option + to use another changelog message - check if options are valid and + show help if not - do not use %packager if not defined + +2004-08-30 17:17 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - use rpm --eval , pterjan idea + +2004-08-17 13:35 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - better autodetection of sourceforge url. + +2004-05-14 16:29 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - add a test to not try to bzip2 error html pages + +2004-05-13 18:27 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - replace ` and system with perl function. - + replace some regexp by basename. - remove useless wait ( system + already do 'wait', in perl ). + +2004-05-07 14:59 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - do a chmod 644 on source tarball before + building ( Goetz Waschk idea ) + +2004-05-06 16:23 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: add --log option + +2004-05-06 07:49 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: really install depenencies + +2004-05-05 22:30 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: fixed rpmmon + +2004-05-04 17:25 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - try to detect sources url with Url tag if + Source not present - some code factorisation + +2004-05-04 15:50 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: fixed some regexp causing problems when a + whitespace is present at the end of the lines for spec files + variables + +2004-04-18 14:02 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: use nodeps to avoid failure when a dependency + isn't present when building the src.rpm. + +2004-04-09 16:30 Michael Scherer <mscherer at mandrake.org> + + * rpmbuildupdate: - added support to fetch and build tarballs + directly from subversion repository - added support for https + server - test the return values of system and die if any error - + workaround webserver using mod_spel and thus returning a webpage + instead of 404 - code cleanup + +2004-04-06 11:37 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: create a date in the changelog entry that is + compatible with emacs rpm-spec mode. + +2004-04-06 10:57 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: added GNOME magic + +2004-04-05 22:50 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: correctly handle .gz in redhat package support + Release tag not in a macro + +2004-03-07 22:53 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: added support for sourceforge mirrors + +2004-03-07 21:47 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: allow to specify rpm top directory switch from + rawhide to fedora + +2004-02-28 13:25 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: use getpwuid instead of directly parsing passwd + to support NIS + +2003-08-28 17:09 Julien Danjou + + * rpmbuildupdate: --deps now works + +2003-08-26 15:23 Julien Danjou + + * rpmbuildupdate: More comments :) + +2003-08-06 15:35 Julien Danjou + + * rpmbuildupdate: Add --nosource and --deps + +2003-08-05 17:35 Julien Danjou + + * rpmbuildupdate: fix some bugs + +2003-07-18 11:59 Julien Danjou + + * rpmbuildupdate: Adding Rawhide mode some fixes + +2003-07-15 10:26 Julien Danjou + + * rpmbuildupdate: Remove exit() + +2003-07-11 16:40 Julien Danjou + + * rpmbuildupdate: version 0.2 + +2003-07-11 08:55 Frederic Lepied <flepied at mandriva.com> + + * rpmbuildupdate: put the default mount point like on the + compilation cluster. use %_topdir to find the root of the rpm + tree. use bzme to transform .gz in .bz2. + +2003-07-08 16:54 uid634 + + * rpmbuildupdate: Script for auto building up to date RPMs + |