Compare commits
10 Commits
9d4615c27f
...
1e0968db4e
Author | SHA256 | Date | |
---|---|---|---|
1e0968db4e | |||
88aed5271b | |||
|
a20488c98b | ||
|
88730dfca1 | ||
4be36f83fe | |||
2a04fec05b | |||
|
be3715d122 | ||
|
37b0dd2acf | ||
|
54c6c73615 | ||
|
0979cbb031 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68dc24dff3d2ff04902761ad5840450baa7b6e1cc0cbd9c0793ce8fa4effb61a
|
||||
size 14187
|
3
Dancer-Plugin-Database-Core-0.20.tar.gz
Normal file
3
Dancer-Plugin-Database-Core-0.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:345536603883e2fcc599ef79ead66d97a8ec0c2e31e24f60a55298e8d498150a
|
||||
size 17288
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
@@ -1,3 +1,101 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 05:15:22 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.20
|
||||
see /usr/share/doc/packages/perl-Dancer-Plugin-Database-Core/Changes
|
||||
|
||||
0.20 2016-09-01
|
||||
[ ENHANCEMENTS ]
|
||||
- Support "ILIKE" for Postgres users (Mario Duhanic)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 14 05:13:37 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.16
|
||||
see /usr/share/doc/packages/perl-Dancer-Plugin-Database-Core/Changes
|
||||
|
||||
0.16 2016-08-13
|
||||
|
||||
[ BUGFIXES ]
|
||||
- Fix bug introduced in 0.15's refactoring which stopped empty where
|
||||
clauses (e.g. $where => {}) working
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 6 05:16:37 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.15
|
||||
see /usr/share/doc/packages/perl-Dancer-Plugin-Database-Core/Changes
|
||||
|
||||
0.15 2016-08-05
|
||||
|
||||
[ ENHANCEMENTS ]
|
||||
- factor code for Dancer::Plugin::SimpleCRUD (joshrabinowitz)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 09:49:35 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.14
|
||||
see /usr/share/doc/packages/perl-Dancer-Plugin-Database-Core/Changes
|
||||
|
||||
0.14 2016-01-24
|
||||
|
||||
[ BUGFIXES ]
|
||||
- wrap the call to DBI ping in eval and handle results.
|
||||
(thanks to James Russo)
|
||||
- skip author tests (thanks to Stefan Hornburg)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 10 08:49:44 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.13
|
||||
see /usr/share/doc/packages/perl-Dancer-Plugin-Database-Core/Changes
|
||||
|
||||
0.13 2015-10-07
|
||||
[ BUGFIXES ]
|
||||
- use consistent version numbering (kwaliteee++)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 08:39:14 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.12
|
||||
see /usr/share/doc/packages/perl-Dancer-Plugin-Database-Core/Changes
|
||||
|
||||
0.12 2015-08-16
|
||||
[ BUGFIXES ]
|
||||
- use logger correctly for log_queries (thanks aka-raj for bug report)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 17:39:04 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.11
|
||||
see /usr/share/doc/packages/perl-Dancer-Plugin-Database-Core/Changes
|
||||
|
||||
0.11 2015-06-16
|
||||
[ BUGFIXES ]
|
||||
- add correct license name (thanks Jens for poking)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 10:57:49 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.10
|
||||
see /usr/share/doc/packages/perl-Dancer-Plugin-Database-Core/Changes
|
||||
|
||||
0.10 2015-05-14
|
||||
[ BUGFIXES ]
|
||||
- fix bug with hash key randomization (Nuno Carvalho)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Dancer-Plugin-Database-Core
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,39 +12,43 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Dancer-Plugin-Database-Core
|
||||
Version: 0.08
|
||||
Release: 0
|
||||
%define cpan_name Dancer-Plugin-Database-Core
|
||||
Name: perl-Dancer-Plugin-Database-Core
|
||||
Version: 0.200.0
|
||||
Release: 0
|
||||
# 0.20 -> normalize -> 0.200.0
|
||||
%define cpan_version 0.20
|
||||
License: Artistic-2.0
|
||||
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.
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(DBI)
|
||||
Requires: perl(DBI)
|
||||
Provides: perl(Dancer::Plugin::Database::Core) = %{version}
|
||||
Provides: perl(Dancer::Plugin::Database::Core::Handle) = 0.160.0
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Shared core for D1 and D2 Database plugins
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -52,7 +56,6 @@ Shared core for D1 and D2 Database plugins
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user