Accepting request 1173707 from devel:languages:perl:autoupdate
- updated to 1.24
see /usr/share/doc/packages/perl-DBD-Sybase/CHANGES
Release 1.24
Added support for asymmetric password encryption.
Fix issue with milliseconds not being returned for bigdatetime in ISO mode.
OBS-URL: https://build.opensuse.org/request/show/1173707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-Sybase?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0757ba6aac9a29a2dc385995d66c8f412a88968fd236c0d8bb4659028e4e9965
|
||||
size 197079
|
||||
3
DBD-Sybase-1.24.tar.gz
Normal file
3
DBD-Sybase-1.24.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27bf68b3f260e00e761b812561f0ee3208155850b21bab76a0a11338055bef88
|
||||
size 197494
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 03:06:16 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.24
|
||||
see /usr/share/doc/packages/perl-DBD-Sybase/CHANGES
|
||||
|
||||
Release 1.24
|
||||
Added support for asymmetric password encryption.
|
||||
Fix issue with milliseconds not being returned for bigdatetime in ISO mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 4 03:06:09 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DBD-Sybase
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@@ -18,17 +18,24 @@
|
||||
|
||||
%define cpan_name DBD-Sybase
|
||||
Name: perl-DBD-Sybase
|
||||
Version: 1.23
|
||||
Version: 1.240.0
|
||||
Release: 0
|
||||
# 1.24 -> normalize -> 1.240.0
|
||||
%define cpan_version 1.24
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: DBI driver for Sybase datasources
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/ME/MEWP/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/ME/MEWP/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(DBI)
|
||||
Requires: perl(DBI)
|
||||
Provides: perl(DBD::Sybase) = %{version}
|
||||
Provides: perl(DBD::Sybase::db)
|
||||
Provides: perl(DBD::Sybase::dr)
|
||||
Provides: perl(DBD::Sybase::st)
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: freetds-devel
|
||||
@@ -40,9 +47,9 @@ DBD::Sybase is a Perl module which works with the DBI module to provide
|
||||
access to Sybase databases.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
export SYBASE=/usr
|
||||
|
||||
Reference in New Issue
Block a user