From 6c65f35cc84cd80125622e87c74d0c16a21c146b Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Wed, 30 Jan 2002 13:16:47 +0000 Subject: New repository initialized by cvs2svn. --- ChangeLog | 398 -------------------------------------------------------------- 1 file changed, 398 deletions(-) delete mode 100644 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 8d3c3dc..0000000 --- a/ChangeLog +++ /dev/null @@ -1,398 +0,0 @@ -2006-01-18 11:48 Michael Scherer - - * rpmbuildupdate.spec: version 0.6.1, I forgot to tag the spec - -2006-01-18 11:47 Michael Scherer - - * rpmbuildupdate.spec: version 0.6 - -2006-01-18 11:42 Michael Scherer - - * Makefile: Correct changelog generation - -2006-01-18 11:39 Michael Scherer - - * Makefile: Fix name of Makefile - -2006-01-17 11:56 Michael Scherer - - * 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 - - * rpmbuildupdate: - do not use hardcoded %packager tag in spec file - if present - -2006-01-09 11:04 Michael Scherer - - * rpmbuildupdate: - factorisation of packager email retrieval in a - function called get_email - -2005-12-16 17:43 Michael Scherer - - * 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 - - * rpmbuildupdate: - use shell_quote for installbuildrequires and - execafterbuild - -2005-12-12 16:50 Michael Scherer - - * rpmbuildupdate: - fix bug when the source use a %{url} tag, like - udev.spec ( 1.136 ), thanks blino - -2005-12-09 15:15 Michael Scherer - - * 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 - - * rpmbuildupdate: - add --nodownload ( oden request ) - remove some - tests on config{nobuild} that no one can explain - -2005-12-05 11:24 Michael Scherer - - * rpmbuildupdate: - if epoch is set in spec, add it to the - changelog too (oden request , bug #20007 ) - -2005-12-05 11:21 Michael Scherer - - * rpmbuildupdate: - use RPM4 instead of Hdlist - -2005-11-10 16:50 Michael Scherer - - * rpmbuildupdate: - remove obsolete, inflexible and surely unused - option --deps - -2005-11-10 11:57 Michael Scherer - - * rpmbuildupdate: - add installbuildrequires option, that will run - a command that install buildrequires before updating the rpm - -2005-10-20 11:00 Michael Scherer - - * rpmbuildupdate: - use rmtree instead of rm_rf ( to not depend on - Mdk::Common ) - -2005-10-10 23:05 Michael Scherer - - * rpmbuildupdate: - remove deps on Mdk::Common and use - File::Basename - -2005-10-10 23:00 Michael Scherer - - * rpmbuildupdate: - add return code - revert previous removal ( i - didn't test the good version ) - -2005-10-10 22:08 Michael Scherer - - * rpmbuildupdate: - remove use module import - -2005-10-06 17:53 Guillaume Rousse - - * rpmbuildupdate.spec: fix url, description and changelog - -2005-10-06 17:49 Guillaume Rousse - - * rpmbuildupdate.spec: fix sources and installation - -2005-10-06 17:45 Guillaume Rousse - - * Makefile: add ChangeLog.rpmbuildupdate - -2005-10-06 17:42 Guillaume Rousse - - * Makefile: fix changelog target - -2005-10-06 17:37 Guillaume Rousse - - * Makefile, rpmbuildupdate.spec: split rpmbuildupdate out - -2005-09-11 02:11 Frederic Lepied - - * rpmbuildupdate: Mandriva - -2005-09-01 15:40 Michael Scherer - - * rpmbuildupdate: - add .tar.Z to the list of extension to download - and test ( buchan request ) - -2005-08-27 21:32 Michael Scherer - - * 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 - - * rpmbuildupdate: - new sourceforge mirror, thanks to Götz Waschk - -2005-04-01 22:27 Michael Scherer - - * rpmbuildupdate: - fix %mkrel still being incremented when a new - version is build. - -2005-04-01 22:13 Michael Scherer - - * rpmbuildupdate: - fix cvs Id expansion - -2005-04-01 19:13 Michael Scherer - - * rpmbuildupdate: - use perl-hdlist - fix for %( macro - do not - mess with Tab - add a cvs id - -2005-02-24 09:51 Michael Scherer - - * rpmbuildupdate: - %mkrel integration - -2005-02-12 20:27 Michael Scherer - - * rpmbuildupdate: - use new bzme option in rpmbuildupdate to force - compression - -2005-02-10 16:42 Michael Scherer - - * rpmbuildupdate: - still try to download, even for rebuild ( in - case we only supply a spec file ) - -2005-02-07 17:51 Michael Scherer - - * 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 - - * rpmbuildupdate: - do not hardcode path ( buchan idea ) - -2005-01-28 23:23 Guillaume Rousse - - * rpmbuildupdate.bash-completion: also complete on local files - -2005-01-09 19:33 Guillaume Rousse - - * rpmbuildupdate: cleanup usage - -2005-01-09 19:30 Guillaume Rousse - - * rpmbuildupdate: regexp cleanup - -2005-01-09 19:15 Guillaume Rousse - - * rpmbuildupdate: don't attempt to download files for simple - rebuilds - -2005-01-09 18:56 Guillaume Rousse - - * rpmbuildupdate.bash-completion: options sync - -2005-01-09 18:54 Guillaume Rousse - - * rpmbuildupdate: cleanup main function and removed useless options - -2005-01-09 16:54 Guillaume Rousse - - * rpmbuildupdate: sanitize indentation and args passing - -2004-12-29 23:28 Guillaume Rousse - - * rpmbuildupdate: --execute option - -2004-12-05 00:11 Michael Scherer - - * rpmbuildupdate: - fix bug when %%changelog is present in the spec - file - -2004-11-28 23:34 Guillaume Rousse - - * rpmbuildupdate.bash-completion: new options complete on rpm name - -2004-11-28 23:07 Guillaume Rousse - - * rpmbuildupdate: use .rpmbuildupdaterc as personal configuration - file - -2004-11-12 19:41 Michael Scherer - - * 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 - - * rpmbuildupdate.bash-completion: first import - -2004-10-25 06:07 Michael Scherer - - * rpmbuildupdate: - add --rpmoption, to provides options when - rebuilding - fix some escaping issue - remove old comment - -2004-10-24 19:31 Michael Scherer - - * rpmbuildupdate: - DWIM, ie autodetection of the argument ( if a - spec, build from spec, etc ) - -2004-10-24 19:08 Michael Scherer - - * 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 - - * rpmbuildupdate: - allows to give a relative path to --src - -2004-10-09 01:52 Michael Scherer - - * rpmbuildupdate: - some perl_checker fix - allow to update php - code ( no tarball in the spec ) - -2004-09-05 04:53 Michael Scherer - - * rpmbuildupdate: - do not replace %{release} if it used in the - Release: tag. - -2004-09-05 02:04 Michael Scherer - - * 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 - - * rpmbuildupdate: - use rpm --eval , pterjan idea - -2004-08-17 13:35 Michael Scherer - - * rpmbuildupdate: - better autodetection of sourceforge url. - -2004-05-14 16:29 Michael Scherer - - * rpmbuildupdate: - add a test to not try to bzip2 error html pages - -2004-05-13 18:27 Michael Scherer - - * 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 - - * rpmbuildupdate: - do a chmod 644 on source tarball before - building ( Goetz Waschk idea ) - -2004-05-06 16:23 Frederic Lepied - - * rpmbuildupdate: add --log option - -2004-05-06 07:49 Frederic Lepied - - * rpmbuildupdate: really install depenencies - -2004-05-05 22:30 Frederic Lepied - - * rpmbuildupdate: fixed rpmmon - -2004-05-04 17:25 Michael Scherer - - * rpmbuildupdate: - try to detect sources url with Url tag if - Source not present - some code factorisation - -2004-05-04 15:50 Michael Scherer - - * 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 - - * rpmbuildupdate: use nodeps to avoid failure when a dependency - isn't present when building the src.rpm. - -2004-04-09 16:30 Michael Scherer - - * 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 - - * rpmbuildupdate: create a date in the changelog entry that is - compatible with emacs rpm-spec mode. - -2004-04-06 10:57 Frederic Lepied - - * rpmbuildupdate: added GNOME magic - -2004-04-05 22:50 Frederic Lepied - - * rpmbuildupdate: correctly handle .gz in redhat package support - Release tag not in a macro - -2004-03-07 22:53 Frederic Lepied - - * rpmbuildupdate: added support for sourceforge mirrors - -2004-03-07 21:47 Frederic Lepied - - * rpmbuildupdate: allow to specify rpm top directory switch from - rawhide to fedora - -2004-02-28 13:25 Frederic Lepied - - * 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 - - * 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 - -- cgit v1.2.1