Accepting request 304875 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/304875
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-05-01 05:57:41 +00:00
committed by Git OBS Bridge
parent 9d4615c27f
commit 0979cbb031
5 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68dc24dff3d2ff04902761ad5840450baa7b6e1cc0cbd9c0793ce8fa4effb61a
size 14187

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:382c2360a11e2efcd02deec69b89612f53a1f513854c977edf4ab1591a043a43
size 15548

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 1 05:48:48 UTC 2015 - coolo@suse.com
- updated to 0.09
see /usr/share/doc/packages/perl-Dancer-Plugin-Database-Core/Changes
0.09 2015-04-30
[ BUGFIXES ]
- fix dsn regexp (thanks to Michael R. Davis)
- Scalarrefs for raw SQL / SQL function calls
- Refactor SQL generation and add tests for correctness of generated SQL
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 17 11:51:54 UTC 2015 - coolo@suse.com Fri Apr 17 11:51:54 UTC 2015 - coolo@suse.com

View File

@@ -17,14 +17,15 @@
Name: perl-Dancer-Plugin-Database-Core Name: perl-Dancer-Plugin-Database-Core
Version: 0.08 Version: 0.09
Release: 0 Release: 0
%define cpan_name Dancer-Plugin-Database-Core %define cpan_name Dancer-Plugin-Database-Core
Summary: Shared core for D1 and D2 Database plugins Summary: Shared core for D1 and D2 Database plugins
License: This program is free software and you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at: the http://www.perlfoundation.org/artistic_license_2_0 manpage Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license. If your Modified Version has been derived from a Modified Version made by someone other than you, you are nevertheless required to ensure that your Modified Version complies with the requirements of this license. This license does not grant you the right to use any trademark, service This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have made, use, er to sell, sell, import and otherwise transfer the Package with respect to any patent claims licensable by the institute patent litigation (including a cross-claim or counterclaim) against any party alleging that the Package constitutes direct or contributory patent infringement, then this Artistic License to you shall terminate on the date that such litigation is filed. CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: This program is free software and you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at: the http://www.perlfoundation.org/artistic_license_2_0 manpage Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license. If your Modified Version has been derived from a Modified Version made by someone other than you, you are nevertheless required to ensure that your Modified Version complies with the requirements of this license. This license does not grant you the right to use any trademark, service This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have made, use, er to sell, sell, import and otherwise transfer the Package with respect to any patent claims licensable by the institute patent litigation (including a cross-claim or counterclaim) against any party alleging that the Package constitutes direct or contributory patent infringement, then this Artistic License to you shall terminate on the date that such litigation is filed. CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/ Url: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/
Source0: http://www.cpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/B/BI/BIGPRESH/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl