diff --git a/Web-Machine-0.16.tar.gz b/Web-Machine-0.16.tar.gz deleted file mode 100644 index 5b33d73..0000000 --- a/Web-Machine-0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5366cee017817f532b8f4ed979d263bc0dbeced667005dcf589da4ed0f4606c -size 69827 diff --git a/Web-Machine-0.17.tar.gz b/Web-Machine-0.17.tar.gz new file mode 100644 index 0000000..ff65e15 --- /dev/null +++ b/Web-Machine-0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f139d2b3114c549e91847daaab8b75cb699e57daf5bbf0dbd13293f33fe5e22a +size 73528 diff --git a/perl-Web-Machine.changes b/perl-Web-Machine.changes index a229afa..55941f3 100644 --- a/perl-Web-Machine.changes +++ b/perl-Web-Machine.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jun 24 06:47:48 UTC 2016 - coolo@suse.com + +- updated to 0.17 + see /usr/share/doc/packages/perl-Web-Machine/Changes + + 0.17 2016-06-23 + + * Fixed bind_path() from Web::Machine::Util to handle path parts which + evaluated to false, like "/user/0". Patch by Stevan Little. GH #34. + ------------------------------------------------------------------- Tue Jul 7 09:32:11 UTC 2015 - coolo@suse.com diff --git a/perl-Web-Machine.spec b/perl-Web-Machine.spec index 835be14..1af6a8b 100644 --- a/perl-Web-Machine.spec +++ b/perl-Web-Machine.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Web-Machine # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Web-Machine -Version: 0.16 +Version: 0.17 Release: 0 %define cpan_name Web-Machine Summary: Perl port of Webmachine @@ -76,22 +76,21 @@ etc. Each resource is a state machine, and each request for a resource is handled by running the request through that state machine. -'Web::Machine' is built on top of the Plack manpage, but it handles the -full request and response cycle. +'Web::Machine' is built on top of Plack, but it handles the full request +and response cycle. -See the Web::Machine::Manual manpage for more details on using -'Web::Machine' in general, and how 'Web::Machine' and the Plack manpage -interact. +See Web::Machine::Manual for more details on using 'Web::Machine' in +general, and how 'Web::Machine' and Plack interact. -This is a port of https://github.com/basho/webmachine, actually it is much -closer to the the Ruby -version|https://github.com/seancribbs/webmachine-ruby manpage, with a -little bit of https://github.com/tautologistics/nodemachine and even some -of https://github.com/benoitc/pywebmachine thrown in for good measure. +This is a port of at https://github.com/basho/webmachine, actually it is +much closer to the Ruby +version|https://github.com/seancribbs/webmachine-ruby, with a little bit of +at https://github.com/tautologistics/nodemachine and even some of at +https://github.com/benoitc/pywebmachine thrown in for good measure. -You can learn a bit about Web::Machine's history from the slides for my the +You can learn a bit about Web::Machine's history from the slides for my 2012 YAPC::NA -talk|https://speakerdeck.com/stevan_little/rest-from-the-trenches manpage. +talk|https://speakerdeck.com/stevan_little/rest-from-the-trenches. To learn more about Webmachine, take a look at the links in the SEE ALSO section. @@ -113,6 +112,6 @@ section. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README.md +%doc Changes CONTRIBUTING.md examples LICENSE README.md %changelog