Compare commits

...

10 Commits

Author SHA256 Message Date
1e0968db4e Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=11
2024-07-20 19:55:27 +00:00
88aed5271b Accepting request 424364 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/424364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=10
2016-09-02 06:08:36 +00:00
Stephan Kulow
a20488c98b Accepting request 419219 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/419219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=9
2016-08-14 07:08:29 +00:00
Stephan Kulow
88730dfca1 Accepting request 417220 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/417220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=8
2016-08-06 14:20:34 +00:00
4be36f83fe Accepting request 356235 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/356235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=7
2016-01-27 10:24:20 +00:00
2a04fec05b Accepting request 337563 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/337563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=6
2015-10-10 11:07:45 +00:00
Stephan Kulow
be3715d122 Accepting request 325463 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/325463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=5
2015-08-23 14:19:03 +00:00
Stephan Kulow
37b0dd2acf Accepting request 312577 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/312577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=4
2015-06-19 05:15:23 +00:00
Stephan Kulow
54c6c73615 Accepting request 307287 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/307287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database-Core?expand=0&rev=3
2015-05-15 12:09:57 +00:00
Stephan Kulow
0979cbb031 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
2015-05-01 05:57:41 +00:00
5 changed files with 142 additions and 18 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:345536603883e2fcc599ef79ead66d97a8ec0c2e31e24f60a55298e8d498150a
size 17288

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,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

View File

@@ -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