forked from perl/perl-HTTP-Message
		
	- updated to 6.06
Gisle Aas (2):
        More forgiving test on croak message [RT#80302]
        Added test for multipart parsing
  
  Mark Overmeer (1):
        Multipart end boundary doesn't need match a complete line [RT#79239]
  
  2012-10-20 HTTP-Message 6.05
  
  Gisle Aas (5):
        Updated ignores
        No need to prevent visiting field values starting with '_'
        Report the correct croak caller for delegated methods
        Disallow empty field names or field names containing ':'
        Make the extra std_case entries local to each header
  
  2012-09-30 HTTP-Message 6.04
  
  Gisle Aas (5):
        Updated repository URL
        Avoid undef warning for empty content
        Teach $m->content_charset about JSON
        Use the canonical charset name for UTF-16LE (and frieds)
        Add option to override the "(no content)" marker of $m->dump
  
  Christopher J. Madsen (2):
        Use IO::HTML for <meta> encoding sniffing
        mime_name was introduced in Encode 2.21
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=6
			
			
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							3f7e4649a1
						
					
				
				
					commit
					c9e9bc6fe0
				
			| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:2331b3c82e8a9674e596e4583f13a655d24d2e3c7165f3bdc6def4b5d4165181 | ||||
| size 49243 | ||||
							
								
								
									
										3
									
								
								HTTP-Message-6.06.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								HTTP-Message-6.06.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:087e97009c5239dca4631cf433d836771b3fc5ba5685eef1965f9d3415cbad63 | ||||
| size 50806 | ||||
| @@ -1,3 +1,51 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Mon Aug  5 09:02:46 UTC 2013 - coolo@suse.com | ||||
|  | ||||
| - updated to 6.06 | ||||
|   Gisle Aas (2): | ||||
|         More forgiving test on croak message [RT#80302] | ||||
|         Added test for multipart parsing | ||||
|    | ||||
|   Mark Overmeer (1): | ||||
|         Multipart end boundary doesn't need match a complete line [RT#79239] | ||||
|    | ||||
|   2012-10-20 HTTP-Message 6.05 | ||||
|    | ||||
|   Gisle Aas (5): | ||||
|         Updated ignores | ||||
|         No need to prevent visiting field values starting with '_' | ||||
|         Report the correct croak caller for delegated methods | ||||
|         Disallow empty field names or field names containing ':' | ||||
|         Make the extra std_case entries local to each header | ||||
|    | ||||
|   2012-09-30 HTTP-Message 6.04 | ||||
|    | ||||
|   Gisle Aas (5): | ||||
|         Updated repository URL | ||||
|         Avoid undef warning for empty content | ||||
|         Teach $m->content_charset about JSON | ||||
|         Use the canonical charset name for UTF-16LE (and frieds) | ||||
|         Add option to override the "(no content)" marker of $m->dump | ||||
|    | ||||
|   Christopher J. Madsen (2): | ||||
|         Use IO::HTML for <meta> encoding sniffing | ||||
|         mime_name was introduced in Encode 2.21 | ||||
|    | ||||
|   Tom Hukins (1): | ||||
|         Remove an unneeded "require" | ||||
|    | ||||
|   Ville Skyttä (1): | ||||
|         Spelling fixes. | ||||
|    | ||||
|   chromatic (1): | ||||
|         Sanitized PERL_HTTP_URI_CLASS environment variable. | ||||
|    | ||||
|   Martin H. Sluka (1): | ||||
|         Add test from RT#77466 | ||||
|    | ||||
|   Father Chrysostomos (1): | ||||
|         Fix doc grammo [RT#75831] | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Mon Apr 15 10:53:01 UTC 2013 - idonmez@suse.com | ||||
|  | ||||
|   | ||||
| @@ -17,39 +17,60 @@ | ||||
|  | ||||
|  | ||||
| Name:           perl-HTTP-Message | ||||
| Version:        6.02 | ||||
| Version:        6.06 | ||||
| Release:        0 | ||||
| %define cpan_name HTTP-Message | ||||
| Summary:        HTTP style message (base class) | ||||
| 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-Message/ | ||||
| Source:         http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Message-%{version}.tar.gz | ||||
| Source:         http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz | ||||
| BuildArch:      noarch | ||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build | ||||
| BuildRequires:  perl | ||||
| BuildRequires:  perl-macros | ||||
| BuildRequires:  perl(Compress::Raw::Zlib) | ||||
| BuildRequires:  perl(Encode) >= 2.21 | ||||
| BuildRequires:  perl(Encode::Locale) >= 1 | ||||
| BuildRequires:  perl(HTML::Parser) >= 3.33 | ||||
| BuildRequires:  perl(HTTP::Date) >= 6 | ||||
| BuildRequires:  perl(IO::Compress::Bzip2) >= 2.021 | ||||
| BuildRequires:  perl(IO::Compress::Deflate) | ||||
| BuildRequires:  perl(IO::Compress::Gzip) | ||||
| BuildRequires:  perl(IO::HTML) | ||||
| BuildRequires:  perl(IO::Uncompress::Bunzip2) >= 2.021 | ||||
| BuildRequires:  perl(IO::Uncompress::Gunzip) | ||||
| BuildRequires:  perl(IO::Uncompress::Inflate) | ||||
| BuildRequires:  perl(IO::Uncompress::RawInflate) | ||||
| BuildRequires:  perl(LWP::MediaTypes) >= 6 | ||||
| BuildRequires:  perl(URI) >= 1.10 | ||||
| #BuildRequires: perl(HTTP::Config) | ||||
| #BuildRequires: perl(HTTP::Headers) | ||||
| #BuildRequires: perl(HTTP::Headers::Auth) | ||||
| #BuildRequires: perl(HTTP::Headers::ETag) | ||||
| #BuildRequires: perl(HTTP::Headers::Util) | ||||
| #BuildRequires: perl(HTTP::Message) | ||||
| #BuildRequires: perl(HTTP::Request) | ||||
| #BuildRequires: perl(HTTP::Request::Common) | ||||
| #BuildRequires: perl(HTTP::Response) | ||||
| #BuildRequires: perl(HTTP::Status) | ||||
| Requires:       perl(Compress::Raw::Zlib) | ||||
| Requires:       perl(Encode) >= 2.21 | ||||
| Requires:       perl(Encode::Locale) >= 1 | ||||
| Requires:       perl(HTML::Parser) >= 3.33 | ||||
| Requires:       perl(HTTP::Date) >= 6 | ||||
| Requires:       perl(IO::Compress::Bzip2) >= 2.021 | ||||
| Requires:       perl(IO::Compress::Deflate) | ||||
| Requires:       perl(IO::Compress::Gzip) | ||||
| Requires:       perl(IO::HTML) | ||||
| Requires:       perl(IO::Uncompress::Bunzip2) >= 2.021 | ||||
| Requires:       perl(IO::Uncompress::Gunzip) | ||||
| Requires:       perl(IO::Uncompress::Inflate) | ||||
| Requires:       perl(IO::Uncompress::RawInflate) | ||||
| Requires:       perl(LWP::MediaTypes) >= 6 | ||||
| Requires:       perl(URI) >= 1.10 | ||||
| %{perl_requires} | ||||
|  | ||||
| %description | ||||
| An 'HTTP::Message' object contains some headers and a content body. The | ||||
| following methods are available: | ||||
|  | ||||
| * $mess = HTTP::Message->new | ||||
|  | ||||
| * $mess = HTTP::Message->new( $headers ) | ||||
|  | ||||
| * $mess = HTTP::Message->new( $headers, $content ) | ||||
| An 'HTTP::Message' object contains some headers and a content body. | ||||
|  | ||||
| %prep | ||||
| %setup -q -n %{cpan_name}-%{version} | ||||
| @@ -66,11 +87,8 @@ following methods are available: | ||||
| %perl_process_packlist | ||||
| %perl_gen_filelist | ||||
|  | ||||
| %clean | ||||
| %{__rm} -rf %{buildroot} | ||||
|  | ||||
| %files -f %{name}.files | ||||
| %defattr(644,root,root,755) | ||||
| %defattr(-,root,root,755) | ||||
| %doc Changes README | ||||
|  | ||||
| %changelog | ||||
|   | ||||
		Reference in New Issue
	
	Block a user