Mailinglist Archive: opensuse-commit (794 mails)
| < Previous | Next > |
commit perl-CGI-Simple for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 10 Sep 2009 00:52:56 +0200
- Message-id: <20090909225257.13CA263A3@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package perl-CGI-Simple for openSUSE:Factory
checked in at Thu Sep 10 00:52:56 CEST 2009.
--------
New Changes file:
--- /dev/null 2009-04-14 11:55:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-CGI-Simple/perl-CGI-Simple.changes
2009-09-02 17:53:00.000000000 +0200
@@ -0,0 +1,48 @@
+-------------------------------------------------------------------
+Wed Sep 2 15:33:56 UTC 2009 - chris@xxxxxxxxxxxxxxxx
+
+- update to 1.112
+ * 1.112 2009-05-31
+ - (thanks bingos) added missing IO::Scalar dependency.
+ * 1.111 2009-05-28
+ - Implemented Michael Nachbaur fixes for multipart form data
+ handling.
+ * 1.110 2009-05-24
+ - Added missing test to manifest / distro.
+ - Added a test to ensure the manifest is consistent.
+ - Migrated to git.
+ * 1.109 2009-04-16
+ - Added support for HttpOnly to CGI::Simple::Cookie. Thanks to
+ Scott Thomson for the patch.
+ * 1.108 2009-03-13
+ - Remove bogus references to Selfloader in documenation. No
+ functional changes.
+ * 1.107 2009-03-07
+ - CGI::Simple::Cookie, fixed bug when cookie had both leading and
+ trailing white space (RT#34314, Ron Savage and Mark Stosberg)
+ - Accept a comma as well as semi-colon as a cookie separator. This
+ is consistent with CGI.pm as well as RFC 2965, which states: "A
+ server SHOULD also accept comma (,) as the separator between cookie-
+ values for future compatibility." (Mark Stosberg)
+ - Support cookies which have an equals sign in the value. Ported
+ from CGI.pm (Mark Stosberg)
+ - Support cookies in which one of multiple values is empty. Ported
+ from CGI.pm (Mark Stosberg)
+ - Fixed bug when calling unescapeHTML on HTML that wasn't
+ properly escaped in the first place. Thanks to M-Uchino and
+ Mark Stosberg.
+ - Removed bogus dependency on version.pm.
+ - Add heuristic to upload to handle the case where no boundary is
+ specified in CONTENT_TYPE. See #14838.
+- added perl-macros
+- specmods
+ o added header
+ o fixed deps
+ o added Url
+ o removed Provides perl-CGI-Carp
+
+-------------------------------------------------------------------
+Sun Nov 30 03:29:54 CET 2008 - lars@xxxxxxxxxxxxxxxxxxxx
+
+- initial version 1.106
+
calling whatdependson for head-i586
New:
----
CGI-Simple-1.112.tar.bz2
perl-CGI-Simple.changes
perl-CGI-Simple.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-CGI-Simple.spec ++++++
#
# spec file for package perl-CGI-Simple (Version 1.112)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-CGI-Simple
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: A Simple totally OO CGI interface that is CGI.pm compliant
Version: 1.112
Release: 1
License: Perl Artistic License
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/CGI-Simple
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Test::More)
BuildRequires: perl(IO::Scalar)
Requires: perl = %{perl_version}
Requires: perl(IO::Scalar)
#Provides: perl-CGI-Carp = %{version}-%{release}
%description
CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm.
It shares an identical OO interface to CGI.pm for parameter parsing, file
upload, cookie handling and header generation. This module is entirely object
oriented, however a complete functional interface is available by using the
CGI::Simple::Standard module.
Essentially everything in CGI.pm that relates to the CGI (not HTML) side of
things is available. There are even a few new methods and additions to old
ones! If you are interested in what has gone on under the hood see the
Compatibility with CGI.pm section at the end.
In practical testing this module loads and runs about twice as fast as CGI.pm
depending on the precise task.
Author:
-------
Dr James Freeman <jfreeman@xxxxxxxxxxxxx>
Andy Armstrong <andy@xxxxxxxxxx>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(0644, root, root, 0755)
%doc Changes README SIGNATURE
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |