8
0

- updated to 1.19 (includes also changelog for old releases)

- Release for cleanup of dzil
    - Added configurable basename regexp, test added with fixed regexp for next release
      (Torsten Raudssus [GETTY])
    - Added .gitignore
- updated to 1.17
    - Added support for application/json (Gareth Kirwan [GBJK])
- updated to 1.15
   - Added missing requirement (Torsten Raudssus [GETTY])

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Body?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2013-12-09 11:28:53 +00:00
committed by Git OBS Bridge
parent 370a3cdb1d
commit 2cfed00dc7
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:131cdae4a4c8ee1b2b17c90db30c534d3f87f3a89c3133e3a0aab1f058fbe690
size 24376

3
HTTP-Body-1.19.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01506ac3a19ac96083e0aa3881378fb934bf466e7dca4b9fc1dcbc0fa49e102a
size 24189

View File

@@ -1,13 +1,24 @@
-------------------------------------------------------------------
Mon Dec 9 11:18:02 UTC 2013 - coolo@suse.com
- updated to 1.19 (includes also changelog for old releases)
- Release for cleanup of dzil
- Added configurable basename regexp, test added with fixed regexp for next release
(Torsten Raudssus [GETTY])
- Added .gitignore
-------------------------------------------------------------------
Wed Jun 5 07:24:16 UTC 2013 - coolo@suse.com
- updated to 1.17, no changelog
- updated to 1.17
- Added support for application/json (Gareth Kirwan [GBJK])
-------------------------------------------------------------------
Sat Feb 11 06:58:06 UTC 2012 - coolo@suse.com
- updated to 1.15, no changelog
- updated to 1.15
- Added missing requirement (Torsten Raudssus [GETTY])
-------------------------------------------------------------------
Sun Nov 20 20:47:30 UTC 2011 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-HTTP-Body
Version: 1.17
Version: 1.19
Release: 0
%define cpan_name HTTP-Body
Summary: HTTP Body Parser
@@ -72,6 +72,6 @@ It is currently used by the Catalyst manpage to parse POST bodies.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes LICENSE README scripts
%changelog