Mailinglist Archive: opensuse-commit (1737 mails)
| < Previous | Next > |
commit perl-HTTP-Body for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 16 Feb 2012 10:06:58 +0100
- Message-id: <20120216090659.0606820221@hilbert.suse.de>
Hello community,
here is the log from the commit of package perl-HTTP-Body for openSUSE:Factory
checked in at 2012-02-16 10:06:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Body (Old)
and /work/SRC/openSUSE:Factory/.perl-HTTP-Body.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Body", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Body/perl-HTTP-Body.changes
2011-11-21 12:41:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Body.new/perl-HTTP-Body.changes
2012-02-16 10:06:57.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 06:58:06 UTC 2012 - coolo@xxxxxxxx
+
+- updated to 1.15, no changelog
+
+-------------------------------------------------------------------
Old:
----
HTTP-Body-1.14.tar.gz
New:
----
HTTP-Body-1.15.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTTP-Body.spec ++++++
--- /var/tmp/diff_new_pack.HFOHyn/_old 2012-02-16 10:06:58.000000000 +0100
+++ /var/tmp/diff_new_pack.HFOHyn/_new 2012-02-16 10:06:58.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Body
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,38 +15,45 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: perl-HTTP-Body
+Version: 1.15
+Release: 0
%define cpan_name HTTP-Body
Summary: HTTP Body Parser
-Version: 1.14
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTTP-Body/
-Source:
http://www.cpan.org/authors/id/G/GE/GETTY/HTTP-Body-%{version}.tar.gz
+Source:
http://www.cpan.org/authors/id/G/GE/GETTY/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Carp)
-BuildRequires: perl(File::Temp) >= 0.14
BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(IO::File) >= 1.14
BuildRequires: perl(Test::Deep)
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Pod::Coverage)
-Requires: perl(Carp)
-Requires: perl(File::Temp) >= 0.14
+BuildRequires: perl(Test::More) >= 0.86
+#BuildRequires: perl(HTTP::Body)
+#BuildRequires: perl(HTTP::Body::MultiPart)
+#BuildRequires: perl(HTTP::Body::OctetStream)
+#BuildRequires: perl(HTTP::Body::UrlEncoded)
+#BuildRequires: perl(HTTP::Body::XForms)
+#BuildRequires: perl(HTTP::Body::XFormsMultipart)
+#BuildRequires: perl(HTTP::Message)
+#BuildRequires: perl(PAML)
+#BuildRequires: perl(Test::Perl::Critic)
Requires: perl(HTTP::Headers)
Requires: perl(IO::File) >= 1.14
+%{perl_requires}
%description
-HTTP::Body parses chunks of HTTP POST data and supports application/octet-
-stream, application/x-www-form-urlencoded, and multipart/form-data.
+HTTP::Body parses chunks of HTTP POST data and supports
+application/octet-stream, application/x-www-form-urlencoded, and
+multipart/form-data.
+
+Chunked bodies are supported by not passing a length value to new().
+
+It is currently used by the Catalyst manpage to parse POST bodies.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -60,18 +67,11 @@
%install
%perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes dist.ini LICENSE README scripts
+%defattr(-,root,root,755)
+%doc Changes LICENSE README scripts
%changelog
++++++ HTTP-Body-1.14.tar.gz -> HTTP-Body-1.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/META.yml new/HTTP-Body-1.15/META.yml
--- old/HTTP-Body-1.14/META.yml 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/META.yml 2011-12-05 03:59:14.000000000 +0100
@@ -11,7 +11,7 @@
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300002, CPAN::Meta::Converter version
2.112150'
+generated_by: 'Dist::Zilla version 4.300003, CPAN::Meta::Converter version
2.112150'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,10 +19,11 @@
name: HTTP-Body
requires:
Carp: 0
+ Digest::MD5: 0
File::Temp: 0.14
HTTP::Headers: 0
IO::File: 1.14
resources:
X_mailing_list:
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
repository: https://dev.catalystframework.org/repos/Catalyst/trunk/HTTP-Body/
-version: 1.14
+version: 1.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/Makefile.PL
new/HTTP-Body-1.15/Makefile.PL
--- old/HTTP-Body-1.14/Makefile.PL 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/Makefile.PL 2011-12-05 03:59:14.000000000 +0100
@@ -24,11 +24,12 @@
"NAME" => "HTTP::Body",
"PREREQ_PM" => {
"Carp" => 0,
+ "Digest::MD5" => 0,
"File::Temp" => "0.14",
"HTTP::Headers" => 0,
"IO::File" => "1.14"
},
- "VERSION" => "1.14",
+ "VERSION" => "1.15",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/README new/HTTP-Body-1.15/README
--- old/HTTP-Body-1.14/README 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/README 2011-12-05 03:59:14.000000000 +0100
@@ -1,7 +1,7 @@
This archive contains the distribution HTTP-Body,
-version 1.14:
+version 1.15:
HTTP Body Parser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/dist.ini new/HTTP-Body-1.15/dist.ini
--- old/HTTP-Body-1.14/dist.ini 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/dist.ini 2011-12-05 03:59:14.000000000 +0100
@@ -1,5 +1,5 @@
name = HTTP-Body
-version = 1.14
+version = 1.15
author = Christian Hansen, C<chansen@xxxxxxxx>
author = Sebastian Riedel, C<sri@xxxxxxxx>
author = Andy Grundman, C<andy@xxxxxxxxxxxxxx>
@@ -16,6 +16,7 @@
File::Temp = 0.14
HTTP::Headers = 0
IO::File = 1.14
+Digest::MD5 = 0
[Prereqs / TestRequires]
Test::More = 0.86
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/MultiPart.pm
new/HTTP-Body-1.15/lib/HTTP/Body/MultiPart.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/MultiPart.pm 2011-11-04
19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/MultiPart.pm 2011-12-05
03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body::MultiPart;
{
- $HTTP::Body::MultiPart::VERSION = '1.14';
+ $HTTP::Body::MultiPart::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/OctetStream.pm
new/HTTP-Body-1.15/lib/HTTP/Body/OctetStream.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/OctetStream.pm 2011-11-04
19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/OctetStream.pm 2011-12-05
03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body::OctetStream;
{
- $HTTP::Body::OctetStream::VERSION = '1.14';
+ $HTTP::Body::OctetStream::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/UrlEncoded.pm
new/HTTP-Body-1.15/lib/HTTP/Body/UrlEncoded.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/UrlEncoded.pm 2011-11-04
19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/UrlEncoded.pm 2011-12-05
03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body::UrlEncoded;
{
- $HTTP::Body::UrlEncoded::VERSION = '1.14';
+ $HTTP::Body::UrlEncoded::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/XForms.pm
new/HTTP-Body-1.15/lib/HTTP/Body/XForms.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/XForms.pm 2011-11-04 19:44:38.000000000
+0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/XForms.pm 2011-12-05 03:59:14.000000000
+0100
@@ -1,6 +1,6 @@
package HTTP::Body::XForms;
{
- $HTTP::Body::XForms::VERSION = '1.14';
+ $HTTP::Body::XForms::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/XFormsMultipart.pm
new/HTTP-Body-1.15/lib/HTTP/Body/XFormsMultipart.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/XFormsMultipart.pm 2011-11-04
19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/XFormsMultipart.pm 2011-12-05
03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body::XFormsMultipart;
{
- $HTTP::Body::XFormsMultipart::VERSION = '1.14';
+ $HTTP::Body::XFormsMultipart::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body.pm
new/HTTP-Body-1.15/lib/HTTP/Body.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body.pm 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body.pm 2011-12-05 03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body;
{
- $HTTP::Body::VERSION = '1.14';
+ $HTTP::Body::VERSION = '1.15';
}
use strict;
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
here is the log from the commit of package perl-HTTP-Body for openSUSE:Factory
checked in at 2012-02-16 10:06:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Body (Old)
and /work/SRC/openSUSE:Factory/.perl-HTTP-Body.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Body", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Body/perl-HTTP-Body.changes
2011-11-21 12:41:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Body.new/perl-HTTP-Body.changes
2012-02-16 10:06:57.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 06:58:06 UTC 2012 - coolo@xxxxxxxx
+
+- updated to 1.15, no changelog
+
+-------------------------------------------------------------------
Old:
----
HTTP-Body-1.14.tar.gz
New:
----
HTTP-Body-1.15.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTTP-Body.spec ++++++
--- /var/tmp/diff_new_pack.HFOHyn/_old 2012-02-16 10:06:58.000000000 +0100
+++ /var/tmp/diff_new_pack.HFOHyn/_new 2012-02-16 10:06:58.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Body
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,38 +15,45 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: perl-HTTP-Body
+Version: 1.15
+Release: 0
%define cpan_name HTTP-Body
Summary: HTTP Body Parser
-Version: 1.14
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTTP-Body/
-Source:
http://www.cpan.org/authors/id/G/GE/GETTY/HTTP-Body-%{version}.tar.gz
+Source:
http://www.cpan.org/authors/id/G/GE/GETTY/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Carp)
-BuildRequires: perl(File::Temp) >= 0.14
BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(IO::File) >= 1.14
BuildRequires: perl(Test::Deep)
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Pod::Coverage)
-Requires: perl(Carp)
-Requires: perl(File::Temp) >= 0.14
+BuildRequires: perl(Test::More) >= 0.86
+#BuildRequires: perl(HTTP::Body)
+#BuildRequires: perl(HTTP::Body::MultiPart)
+#BuildRequires: perl(HTTP::Body::OctetStream)
+#BuildRequires: perl(HTTP::Body::UrlEncoded)
+#BuildRequires: perl(HTTP::Body::XForms)
+#BuildRequires: perl(HTTP::Body::XFormsMultipart)
+#BuildRequires: perl(HTTP::Message)
+#BuildRequires: perl(PAML)
+#BuildRequires: perl(Test::Perl::Critic)
Requires: perl(HTTP::Headers)
Requires: perl(IO::File) >= 1.14
+%{perl_requires}
%description
-HTTP::Body parses chunks of HTTP POST data and supports application/octet-
-stream, application/x-www-form-urlencoded, and multipart/form-data.
+HTTP::Body parses chunks of HTTP POST data and supports
+application/octet-stream, application/x-www-form-urlencoded, and
+multipart/form-data.
+
+Chunked bodies are supported by not passing a length value to new().
+
+It is currently used by the Catalyst manpage to parse POST bodies.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -60,18 +67,11 @@
%install
%perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes dist.ini LICENSE README scripts
+%defattr(-,root,root,755)
+%doc Changes LICENSE README scripts
%changelog
++++++ HTTP-Body-1.14.tar.gz -> HTTP-Body-1.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/META.yml new/HTTP-Body-1.15/META.yml
--- old/HTTP-Body-1.14/META.yml 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/META.yml 2011-12-05 03:59:14.000000000 +0100
@@ -11,7 +11,7 @@
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300002, CPAN::Meta::Converter version
2.112150'
+generated_by: 'Dist::Zilla version 4.300003, CPAN::Meta::Converter version
2.112150'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,10 +19,11 @@
name: HTTP-Body
requires:
Carp: 0
+ Digest::MD5: 0
File::Temp: 0.14
HTTP::Headers: 0
IO::File: 1.14
resources:
X_mailing_list:
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
repository: https://dev.catalystframework.org/repos/Catalyst/trunk/HTTP-Body/
-version: 1.14
+version: 1.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/Makefile.PL
new/HTTP-Body-1.15/Makefile.PL
--- old/HTTP-Body-1.14/Makefile.PL 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/Makefile.PL 2011-12-05 03:59:14.000000000 +0100
@@ -24,11 +24,12 @@
"NAME" => "HTTP::Body",
"PREREQ_PM" => {
"Carp" => 0,
+ "Digest::MD5" => 0,
"File::Temp" => "0.14",
"HTTP::Headers" => 0,
"IO::File" => "1.14"
},
- "VERSION" => "1.14",
+ "VERSION" => "1.15",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/README new/HTTP-Body-1.15/README
--- old/HTTP-Body-1.14/README 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/README 2011-12-05 03:59:14.000000000 +0100
@@ -1,7 +1,7 @@
This archive contains the distribution HTTP-Body,
-version 1.14:
+version 1.15:
HTTP Body Parser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/dist.ini new/HTTP-Body-1.15/dist.ini
--- old/HTTP-Body-1.14/dist.ini 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/dist.ini 2011-12-05 03:59:14.000000000 +0100
@@ -1,5 +1,5 @@
name = HTTP-Body
-version = 1.14
+version = 1.15
author = Christian Hansen, C<chansen@xxxxxxxx>
author = Sebastian Riedel, C<sri@xxxxxxxx>
author = Andy Grundman, C<andy@xxxxxxxxxxxxxx>
@@ -16,6 +16,7 @@
File::Temp = 0.14
HTTP::Headers = 0
IO::File = 1.14
+Digest::MD5 = 0
[Prereqs / TestRequires]
Test::More = 0.86
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/MultiPart.pm
new/HTTP-Body-1.15/lib/HTTP/Body/MultiPart.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/MultiPart.pm 2011-11-04
19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/MultiPart.pm 2011-12-05
03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body::MultiPart;
{
- $HTTP::Body::MultiPart::VERSION = '1.14';
+ $HTTP::Body::MultiPart::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/OctetStream.pm
new/HTTP-Body-1.15/lib/HTTP/Body/OctetStream.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/OctetStream.pm 2011-11-04
19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/OctetStream.pm 2011-12-05
03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body::OctetStream;
{
- $HTTP::Body::OctetStream::VERSION = '1.14';
+ $HTTP::Body::OctetStream::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/UrlEncoded.pm
new/HTTP-Body-1.15/lib/HTTP/Body/UrlEncoded.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/UrlEncoded.pm 2011-11-04
19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/UrlEncoded.pm 2011-12-05
03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body::UrlEncoded;
{
- $HTTP::Body::UrlEncoded::VERSION = '1.14';
+ $HTTP::Body::UrlEncoded::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/XForms.pm
new/HTTP-Body-1.15/lib/HTTP/Body/XForms.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/XForms.pm 2011-11-04 19:44:38.000000000
+0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/XForms.pm 2011-12-05 03:59:14.000000000
+0100
@@ -1,6 +1,6 @@
package HTTP::Body::XForms;
{
- $HTTP::Body::XForms::VERSION = '1.14';
+ $HTTP::Body::XForms::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body/XFormsMultipart.pm
new/HTTP-Body-1.15/lib/HTTP/Body/XFormsMultipart.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body/XFormsMultipart.pm 2011-11-04
19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body/XFormsMultipart.pm 2011-12-05
03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body::XFormsMultipart;
{
- $HTTP::Body::XFormsMultipart::VERSION = '1.14';
+ $HTTP::Body::XFormsMultipart::VERSION = '1.15';
}
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-Body-1.14/lib/HTTP/Body.pm
new/HTTP-Body-1.15/lib/HTTP/Body.pm
--- old/HTTP-Body-1.14/lib/HTTP/Body.pm 2011-11-04 19:44:38.000000000 +0100
+++ new/HTTP-Body-1.15/lib/HTTP/Body.pm 2011-12-05 03:59:14.000000000 +0100
@@ -1,6 +1,6 @@
package HTTP::Body;
{
- $HTTP::Body::VERSION = '1.14';
+ $HTTP::Body::VERSION = '1.15';
}
use strict;
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |