diff --git a/CDB_File-0.99.tar.gz b/CDB_File-0.99.tar.gz deleted file mode 100644 index 1436a08..0000000 --- a/CDB_File-0.99.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c32b30131871e8a7b23f47d8f65d9cdeb87069fa4c221781a03416496f91f16 -size 60141 diff --git a/CDB_File-1.01.tar.gz b/CDB_File-1.01.tar.gz new file mode 100644 index 0000000..1f8c34b --- /dev/null +++ b/CDB_File-1.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1af86fa3a3011396e33c0a046e637c442effcb05b4991378d349287ff7f4f7 +size 63474 diff --git a/perl-CDB_File.changes b/perl-CDB_File.changes index 4f52427..31cca2f 100644 --- a/perl-CDB_File.changes +++ b/perl-CDB_File.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 28 03:08:36 UTC 2020 - + +- updated to 1.01 + see /usr/share/doc/packages/perl-CDB_File/Changelog + ------------------------------------------------------------------- Tue Jul 19 05:04:40 UTC 2016 - coolo@suse.com diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec index 6d002db..5188758 100644 --- a/perl-CDB_File.spec +++ b/perl-CDB_File.spec @@ -1,7 +1,7 @@ # # spec file for package perl-CDB_File # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -12,19 +12,19 @@ # 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-CDB_File -Version: 0.99 +Version: 1.01 Release: 0 %define cpan_name CDB_File Summary: Perl extension for access to cdb databases -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/CDB_File/ -Source0: http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -42,11 +42,11 @@ BuildRequires: perl-macros %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -55,6 +55,6 @@ BuildRequires: perl-macros %files -f %{name}.files %defattr(-,root,root,755) -%doc ACKNOWLEDGE CHANGES COPYRIGHT README +%doc ACKNOWLEDGE Changelog COPYRIGHT README.md %changelog