/[smeserver]/rpms/perl-CGI-FormMagick/sme10/perl-CGI-FormMagick.spec
ViewVC logotype

Annotation of /rpms/perl-CGI-FormMagick/sme10/perl-CGI-FormMagick.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Sun Jan 27 04:13:13 2019 UTC (5 years, 5 months ago) by jpp
Branch: MAIN
Changes since 1.2: +7 -2 lines
* Sat Jan 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.93-4.sme
- fix add CSRF patch [SME: 1723] - thank you to Daniel Berteaud

1 jpp 1.3 # $Id: perl-CGI-FormMagick.spec,v 1.2 2017/04/05 15:07:25 unnilennium Exp $
2 vip-ire 1.1
3     Summary: CGI-FormMagick module for perl
4     %define name perl-CGI-FormMagick
5     %define version 0.93
6 jpp 1.3 %define release 4
7 vip-ire 1.1 Name: %{name}
8     Version: %{version}
9     Release: %{release}%{?dist}
10     License: distributable
11     Group: Applications/CPAN
12     Source0: %{name}-%{version}.tar.xz
13     Patch1: perl-CGI-FormMagick-0.93-Starter-WebPage-Error.patch
14 unnilennium 1.2 Patch2: perl-CGI-FormMagick-0.93-bz10210-uninitialized_what_to_make.patch
15 jpp 1.3 Patch3: perl-CGI-FormMagick-0.93-csrf.patch
16 vip-ire 1.1 Url: http://www.cpan.org
17     BuildRoot: /var/tmp/perl-CGI-FormMagick-buildroot/
18     BuildArchitectures: noarch
19     BuildRequires: perl
20     BuildRequires: perl(ExtUtils::MakeMaker)
21     Requires: perl perl(XML::Parser) expat
22     Requires: perl(CGI::Persistent) >= 1.00
23     Requires: perl(Class::ParamParser) perl(I18N::LangTags)
24     Requires: perl(Text::Iconv)
25     Requires: perl(Text::Template)
26     Requires: perl(Mail::RFC822::Address)
27     Provides: perl(ArbitraryPackage)
28     Provides: perl(CGI::FormMagick) = %{version}-%{release}
29     Provides: perl(CGI::FormMagick::Sub)
30     Provides: perl(CGI::FormMagick::TagMaker) = 1.01
31     Provides: perl(CGI::FormMagick::Validator)
32     Autoreq: no
33    
34     %description
35     FormMagick is a Perl module which enables XML descriptions to be used
36     to generate HTML wizard-like forms. It has support for I18N/L10N.
37    
38     %prep
39     %setup -q
40     %patch1 -p1
41 unnilennium 1.2 %patch2 -p1
42 jpp 1.3 %patch3 -p1
43 vip-ire 1.1
44     %build
45     grep -rsl '^#!.*perl' . |
46     grep -v '.bak$' |xargs --no-run-if-empty \
47     %__perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
48     CFLAGS="$RPM_OPT_FLAGS"
49     %{__perl} Makefile.PL `%{__perl} -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '`
50     %{__make}
51    
52     %clean
53     rm -rf $RPM_BUILD_ROOT
54    
55     %install
56     [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
57    
58     %{makeinstall} `%{__perl} -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '` INSTALLDIRS=vendor
59    
60     [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
61    
62     # remove special files
63     find %{buildroot} -name "perllocal.pod" \
64     -o -name ".packlist" \
65     -o -name "*.bs" \
66     |xargs -i rm -f {}
67    
68     # no empty directories
69     find %{buildroot}%{_prefix} \
70     -type d -depth \
71     -exec rmdir {} \; 2>/dev/null
72    
73     find $RPM_BUILD_ROOT/usr -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" | grep -v perllocal.pod > CGI-FormMagick-%{version}-filelist
74    
75     %files -f CGI-FormMagick-%{version}-filelist
76     %defattr(-,root,root)
77    
78     %changelog
79 jpp 1.3 * Sat Jan 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.93-4.sme
80     - fix add CSRF patch [SME: 1723] - thank you to Daniel Berteaud
81    
82 unnilennium 1.2 * Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.93-3.sme
83     - fix uninitialized value $what_to_make in lc [SME: 10210]
84    
85 vip-ire 1.1 * Sat Mar 16 2013 Terry Fage <trex1512@yahoo.com.au> 0.93-2
86     - Remove log noise from Create starter web site panel [SME: 7496]
87    
88     * Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 0.93-1
89     - Roll new stream for sme9
90    
91     * Sat Mar 5 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-21
92     - Fix IP address validation [SME: 6446]
93    
94     * Fri Mar 4 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-20
95     - Fix IP address validation [SME: 6446]
96    
97     * Wed Mar 2 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-19
98     - Fix IP address validation [SME: 6446]
99    
100     * Tue Nov 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-18
101     - Fix year in previous changelog entry [SME: 3144]
102    
103     * Tue Nov 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-17
104     - Fix unitialized value errors in HTML.pm [SME: 3144]
105    
106     * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 0.92-16
107     - Fix patch so .orig files aren't created. [SME: 4100]
108    
109     * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 0.92-15
110     - Output charset header defining correct charset. [SME: 3858]
111    
112     * Sat Nov 24 2007 Shad L. Lords <slords@mail.com> 0.92-14
113     - Add path to sanitized .id parameter so tokens get created
114     in right place [SME: 3584]
115    
116     * Sat Nov 24 2007 Charlie Brady <charlieb@e-smith.com> 0.92-13
117     - Sanitise .id parameter before use. [SME: 3584]
118    
119     * Sat Nov 24 2007 Shad L. Lords <slords@mail.com> 0.92-12
120     - Make modules compatible with CGI::Persistent v1.00 [SME: 3581]
121    
122     * Tue Jun 12 2007 Shad L. Lords <slords@mail.com> 0.92-11
123     - Don't attempt to trim empty/undefined fields [SME: 2395]
124    
125     * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 0.92-10
126     - Don't validate literal fields [SME: 2395]
127    
128     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
129     - Clean up spec so package can be built by koji/plague
130    
131     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
132     - Update to new release naming. No functional changes.
133     - Make Packager generic
134    
135     * Tue Aug 22 2006 Charlie Brady <charlie_brady@mitel.com> 0.92-08
136     - Allow initializer of textarea form widgets. [SME: 1088]
137    
138     * Mon May 01 2006 Charlie Brady <charlie_brady@mitel.com> 0.92-07
139     - Fix quoting of metachars in subst during inputbox output. [SME: 1352]
140    
141     * Wed Jan 25 2006 Mark Knox <mark_knox@mitel.com> 0.92-06
142     - Added a missing brace in previous fix [SME: 463]
143    
144     * Fri Jan 13 2006 Charlie Brady <charlieb@e-smith.com> 0.92-05
145     - Fix password validation check to include _ as non-alpha. [SME: 463]
146    
147     * Thu Dec 15 2005 Charlie Brady <charlieb@e-smith.com> 0.92-04
148     - Build into /usr/lib/perl5/site_perl so that RPM can be installed
149     on either 6.x or 7.x.
150    
151     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.92-03
152     - Bump release number only
153    
154     * Tue Nov 29 2005 Charlie Brady <charlieb@e-smith.com>
155     - [0.92-02]
156     - Test rebuild after CVS synchronisation.
157    
158     * Mon Oct 31 2005 Mark Knox <mark_knox@mitel.com>
159     - [0.92-01]
160     - Imported to ClearCase, bumped version [markk MN00103900]
161     - Remove generated files Makefile and t/embedded*
162     - Add BuildRequires: perl => 5.8
163    
164     * Thu Oct 27 2005 Charlie Brady <charlieb@e-smith.com>
165     - [0.91-30]
166     - Avoid warning messages if we try to trim whitespace around $field->{id} when
167     it isn't defined. [SF: 1227604]
168    
169     * Mon Oct 3 2005 Charlie Brady <charlieb@e-smith.com>
170     - [0.91-29]
171     - Fix colspan attributes in display_fields(). [SF: 1309359]
172    
173     * Mon Sep 5 2005 Tony Clayton <apc@e-smith.com>
174     - [0.91-28]
175     - s/Copyright/License/ in rpm headers
176     - Fix subroutine element handling in Validator.pm to fix barrage of logfile
177     warnings
178     - Move sessiondir,cgi object initialization from display() to new()
179     - Remove deprecated sessiondir(),munge_fm_obj() methods
180    
181     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
182     - [0.91-27]
183     - Validation fixes from Shad Lords:
184     - Change static strings to TAGS (for L10N)
185     - Fix ip_check to actually check value
186     - Update Provides header to specify version and release
187    
188     * Tue May 24 2005 Charlie Brady <charlieb@e-smith.com>
189     - [0.91-26]
190     - Don't allow rpm to auto calculate perl module dependencies -
191     it gets them wrong sometimes [SF: 1205965]
192    
193     * Fri May 20 2005 Charlie Brady <charlieb@e-smith.com>
194     - [0.91-25]
195     - Apply options parsing fix (from Gordon, SF:1205448)
196    
197     * Tue May 17 2005 Charlie Brady <charlieb@e-smith.com>
198     - [0.91-24]
199     - Remove POD references to unimplemented validation-error-message.
200    
201     * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
202     - [0.91-23]
203     - Add patch contributed by Shad Lords to allow multi-select.
204    
205     * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
206     - [0.91-22]
207     - Add patch contributed by Shad Lords to be more flexible about
208     whitespace in validator lists.
209    
210     * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
211     - [0.91-21]
212     - Make sure we don't leave unpackaged files in our buildroot.
213    
214     * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
215     - [0.91-20]
216     - Update build and install sections, to allow correct building under CentOS.
217    
218     * Wed Oct 20 2004 Sean Bradbury <bradbury@e-smith.com>
219     - [0.91-19]
220     - Updated requires to remove wrong requires. [bradbury MN00053465]
221    
222     * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
223     - [0.91-18]
224     - Updated requires with new perl dependencies. [msoulier MN00040240]
225     - Added additional headers to ensure no caching. [msoulier MN00044704]
226    
227     * Fri Sep 3 2004 Michael Soulier <msoulier@e-smith.com>
228     - [0.91-17]
229     - Updated requires with new perl dependencies. [msoulier MN00040240]
230     - Fixed http header to include expiry to prevent browser caching.
231     [msoulier MN00044704]
232    
233     * Sat Aug 21 2004 Michael Soulier <msoulier@e-smith.com>
234     - [0.91-16]
235     - Fixed poor subroutine detection in get_sub(). [msoulier MN00037832]
236    
237     * Tue Aug 3 2004 Michael Soulier <msoulier@e-smith.com>
238     - [0.91-15]
239     - Added an automatic trim of leading and trailing whitespace for all field
240     params during validation, unless a new field attribute of "notrim" evals to
241     true. [msoulier MN00042751]
242    
243     * Thu Jul 15 2004 Michael Soulier <msoulier@e-smith.com>
244     - [0.91-14]
245     - Added conditional widgets to FormMagick. fields now support a "display"
246     callback, which, if false, prevents the field from being displayed or
247     validated. [msoulier MN00037809]
248    
249     * Thu Jul 15 2004 Michael Soulier <msoulier@e-smith.com>
250     - [0.91-13]
251     - Updated use of CGI::FormMagick::Sub, such that a calling package is no
252     longer required. The object will be searched for methods by default.
253     [msoulier MN00037832]
254    
255     * Wed Jul 14 2004 Michael Soulier <msoulier@e-smith.com>
256     - [0.91-12]
257     - Catch cases where non-existant subroutines are called, and throw a fatal
258     exception with a backtrace. [msoulier MN00042272]
259    
260     * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
261     - [0.91-11]
262     - s/novalidate/nopost, and also prevented the post-event from running if
263     nopost is set. [msoulier MN00040161]
264    
265     * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
266     - [0.91-10]
267     - Added novalidate method, and a hook to it in prepare_for_next_page, so
268     setting a novalidate param will prevent the current page from being
269     validated. Useful for navigational links. [msoulier MN00040161]
270    
271     * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
272     - [0.91-09]
273     - Forward-port of dcr-30134, adding the menu attribute to the page tag.
274     [msoulier MN00030134]
275    
276     * Wed Jan 28 2004 Michael Soulier <msoulier@e-smith.com>
277     - [0.91-08]
278     - Fixed weak pattern matching in CGI::FormMagick::Validator::Basic::number.
279     [msoulier 9039]
280    
281     * Mon Jan 5 2004 Michael Soulier <msoulier@e-smith.com>
282     - [0.91-07]
283     - Fixed bad enctype in forms definition. [msoulier 10699]
284    
285     * Wed Nov 19 2003 Michael Soulier <msoulier@e-smith.com>
286     - [0.91-06]
287     - Rolled back change in 0.91-03, as it broke the ibays panel. [msoulier 9404]
288    
289     * Wed Oct 22 2003 Michael Soulier <msoulier@e-smith.com>
290     - [0.91-05]
291     - Updated get_lexicon to merge available language lexicon in reverse order to
292     the preferred languages, so the fallback languages work when the primary is
293     not available. [msoulier 10397]
294    
295     * Fri Sep 5 2003 Tony Clayton <apc@e-smith.com>
296     - [0.91-04]
297     - Added munge_fm_obj() hook to FormMagick.pm [tonyc 9924]
298    
299     * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
300     - [0.91-03]
301     - Moved the parse_xml() call, and the CGI::Persistent object creation, to the
302     constructor where they belong. [msoulier 9404]
303    
304     * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
305     - [0.91-02]
306     - Fixed bug in handling of literal widgets. [msoulier 8671]
307    
308     * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
309     - [0.91-01]
310     - rolling to dev stream - 0.91
311    
312     * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
313     - [0.90-01]
314     - rolling to stable stream - 0.90
315    
316     * Tue Jun 24 2003 Tony Clayton <apc@e-smith.com>
317     - [0.89-06]
318     - Fix TagMaker to allow input fields with value="0" [tonyc 9134]
319    
320     * Tue May 6 2003 Michael Soulier <msoulier@e-smith.com>
321     - [0.89-05]
322     - Fixed bad handling of literal widgets. [msoulier 8671]
323    
324     * Tue May 6 2003 Michael Soulier <msoulier@e-smith.com>
325     - [0.89-04]
326     - Fixed position of the skip_header check so that it's after the establishment
327     of the page number. Otherwise, the page number defaults and the wrong
328     post-event is executed. [msoulier 8637]
329    
330     * Fri May 2 2003 Michael Soulier <msoulier@e-smith.com>
331     - [0.89-03]
332     - Added support for a skip_header parameter, to force the display method to
333     give complete control over the HTTP response to the post-event.
334     [msoulier 8637]
335    
336     * Thu Feb 20 2003 Mark Knox <markk@e-smith.com>
337     - [0.89-02]
338     - Allow for dynamic field types using a subroutine call [markk 6735]
339    
340     * Wed Feb 05 2003 Mark Knox <m_knox@mitel.com>
341     - [0.89-01]
342     - Changed author details in Makefile.PL.
343     - Rolled to v0.89
344    
345     * Wed Feb 05 2003 Mark Knox <m_knox@mitel.com>
346     - [0.88-01]
347     - Rolled up changes from 0.87-01 to 0.87-14es into 0.88 and released to
348     SourceForge & CPAN
349    
350     * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
351     - [0.87-15es]
352     - removed debugging statements from HTML.pm [miked 6617]
353    
354     * Tue Jan 14 2003 Mark Knox <markk@e-smith.com>
355     - [0.87-14es]
356     - Changed DTD and input field sub to allow "rows" and "cols" args on
357     textarea fields, removed size arg on same. [markk 3620]
358    
359     * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
360     - [0.87-13es]
361     - removed debugging comments [miked 5494]
362    
363     * Mon Dec 16 2002 Mike Dickson <miked@e-smith.com>
364     - [0.87-12es]
365     - ui updates [miked 5494]
366    
367     * Tue Dec 10 2002 Michael Soulier <msoulier@e-smith.com>
368     - [0.87-11es]
369     - Forgot the dependency on the new module. [msoulier 3388]
370    
371     * Tue Dec 10 2002 Michael Soulier <msoulier@e-smith.com>
372     - [0.87-10es]
373     - Tightened the check in email_simple() by adding use of the
374     Mail::RFC822::Address module. [msoulier 3388]
375    
376     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
377     - [0.87-09es]
378     - ui update [miked 5494]
379    
380     * Fri Nov 22 2002 Mike Dickson <miked@e-smith.com>
381     - [0.87-08es]
382     - update to use new UI elements [miked 5806]
383    
384     * Fri Nov 22 2002 Gordon Rowell <gordonr@e-smith.com>
385     - [0.87-07es]
386     - Re-import from latest SRPM so it looks like a cvs2rpm package [gordonr 5806]
387    
388     * Thu Oct 03 2002 Mark Knox <markk@e-smith.com>
389     - [0.87-06es]
390     - Removed a stray line from a previous patch that was causing breakage
391     [markk 4423]
392    
393     * Mon Sep 30 2002 Mark Knox <markk@e-smith.com>
394     - [0.87-05es]
395     - Improved blank-trimming regexes [markk 4423]
396    
397     * Wed Aug 28 2002 Mark Knox <markk@e-smith.com>
398     - [0.87-04es]
399     - Move blank trimming code inside conditional to eliminate warnings [markk
400     4607]
401    
402     * Fri Aug 16 2002 Mark Knox <markk@e-smith.com>
403     - [0.87-03es]
404     - Security fix: do not pass full path on session token filename [markk 4652]
405    
406     * Mon Jul 22 2002 Mark Knox <markk@e-smith.com>
407     - [0.87-02es]
408     - Patch to trim blank space from start/end of translations [markk 4423]
409    
410     * Mon Jul 22 2002 Mark Knox <markk@e-smith.com>
411     - [0.87-01es]
412     - Added "es" suffix. First local build (same as 0.87-01) [markk 4422]
413    
414     * Mon Jun 24 2002 Kirrily Robert <skud@e-smith.com>
415     - [0.87-01]
416     - Fixed a minor HTML bug (missing > symbol) which was causing problems
417     with the output of validation error messages. [skud 3807]
418    
419     * Mon Jun 24 2002 Kirrily Robert <skud@e-smith.com>
420     - [0.86]
421     - Added get_validation_attribute() routine to make it possible to do the
422     nopipes validation forcing in esmith::FormMagick [skud 3807]
423    
424     * Sun Jun 02 2002 Gordon Rowell <gordonr@e-smith.com>
425     - Place the "nopipes" validator before all others. We never want to
426     allow pipes in fields for e-smith databases. This may be able to
427     be done at the esmith::FormMagick level, but this works for now.
428     [gordonr 3752]
429    
430     * Wed May 29 2002 Kirrily Robert <skud@e-smith.com>
431     - [0.85-01]
432     - Fixed charset bug for text fields that come from subroutines [skud
433     3677]
434    
435     * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
436     - [0.84-02]
437     - Messed it up, had to repackage. [skud #3390]
438    
439     * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
440     - [0.84-01]
441     - Fixed select box charset problem [skud #3390]
442    
443     * Mon May 13 2002 Kirrily Robert <skud@e-smith.com>
444     - [0.83-01]
445     - Various minor bugfixes etc [skud #3339, #3371, #3390, #3405]
446    
447     * Tue May 07 2002 Kirrily Robert <skud@e-smith.com>
448     - [0.82-02]
449     - Added dependency on Text::Template 1.40 or higher [skud #3371]
450    
451     * Tue May 07 2002 Kirrily Robert <skud@e-smith.com>
452     - [0.82-01]
453     - Fixed up various warnings that were thrown to the httpd error log.
454     [skud #3278, #3358]
455     - Templated form headers/footers are now untainted automatically.
456     [skud #3371]
457    
458     * Fri May 03 2002 Kirrily Robert <skud@e-smith.com>
459     - [0.81-02]
460     - Added dependency for Text::Iconv
461    
462     * Wed May 01 2002 Kirrily Robert <skud@e-smith.com>
463     - [0.81-01]
464     - Now fails more gracefully on XML errors, dumping the XML to a file in
465     /tmp as a side effect
466     - You can now specify the default XML character set encoding as an
467     argument to new() (defaults to undef). In future versions this should
468     be changed to work on a per-lexicon basis, but for now we will use this
469     stopgap measure.
470     - Fixed a bug which was causing fallback_language not to work.
471    
472     * Fri Apr 12 2002 Kirrily Robert <skud@e-smith.com>
473     - [0.80-01]
474     - langtags are now all smashed to lower case
475    
476     * Thu Apr 04 2002 Kirrily Robert <skud@e-smith.com>
477     - [0.79-01]
478     - Updating to release 0.79.
479    
480     * Thu Apr 04 2002 Kirrily Robert <skud@e-smith.com>
481     - [0.78-01]
482     - Updating to release 0.78.
483    
484     * Wed Apr 03 2002 Kirrily Robert <skud@e-smith.com>
485     - [0.77-01]
486     - Updating to release 0.77.
487    
488     * Wed Mar 20 2002 Kirrily Robert <skud@e-smith.com>
489     - [0.75-01]
490     - Updating to release 0.75.
491    
492     * Wed Mar 14 2002 Gordon Rowell <gordonr@e-smith.com>
493     - [0.70-02]
494     - Removed use for Locale::Maketext, pending new cvs tarball from
495     SourceForge (which is down ATM)
496    
497     * Wed Feb 20 2002 Adrian Chung <adrianc@e-smith.com>
498     - [0.70-01]
499     - Updating to release 0.70.
500    
501     * Thu Feb 07 2002 Adrian Chung <adrianc@e-smith.com>
502     - [0.60-01]
503     - Updated to 0.60.
504    
505     * Wed Jan 23 2002 Adrian Chung <adrianc@e-smith.com>
506     - [0.50-01]
507     - Updated to 0.50.
508    
509     * Wed Dec 19 2001 Gordon Rowell <gordonr@e-smith.com>
510     - [0.49-03]
511     - Updated with skud's tarball of the day
512    
513     * Mon Dec 17 2001 Gordon Rowell <gordonr@e-smith.com>
514     - [0.49-02]
515     - Added dependencies for the swag of modules required. These should
516     probably be listed in the CPAN module instead
517    
518     * Mon Oct 01 2001 charlieb <charlieb@lamington>
519     - Spec file automatically generated by cpan2rpm

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed