Accepting request 1234020 from devel:languages:perl:autoupdate
- updated to 0.60.0 (0.06) see /usr/share/doc/packages/perl-Data-Buffer/Changes 0.06 -- - e020e72 Create .gitignore and MANIFEST.SKIP - 7c00387 Forgot to update the Changes file 0.05 -- - 9f6ec5b Use Dist::Zilla for build - 947604d Update Compyight Year - cfe3102 (nextversion) Move tests to Test2::v0 - 783b591 Move to more modern structure - 36ccff6 Initial Import of Data-Buffer-0.04 OBS-URL: https://build.opensuse.org/request/show/1234020 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Buffer?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b3d09b7bcf389fc116207b283bee250e348d44c9c63460bee67efab4dd21bb4
|
||||
size 5497
|
3
Data-Buffer-0.06.tar.gz
Normal file
3
Data-Buffer-0.06.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:815956260f846095f12e1682da6f6d6857a2512dcf394dbc569293102b8fe4ad
|
||||
size 16154
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 05:33:02 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.60.0 (0.06)
|
||||
see /usr/share/doc/packages/perl-Data-Buffer/Changes
|
||||
|
||||
0.06 -- Tue Oct 15 19:57:00 ADT 2024
|
||||
|
||||
- e020e72 Create .gitignore and MANIFEST.SKIP
|
||||
- 7c00387 Forgot to update the Changes file
|
||||
|
||||
0.05 -- Mon Oct 14 14:46:56 ADT 2024
|
||||
- 9f6ec5b Use Dist::Zilla for build
|
||||
- 947604d Update Compyight Year
|
||||
- cfe3102 (nextversion) Move tests to Test2::v0
|
||||
- 783b591 Move to more modern structure
|
||||
- 36ccff6 Initial Import of Data-Buffer-0.04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 19:20:04 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -18,17 +18,18 @@
|
||||
|
||||
%define cpan_name Data-Buffer
|
||||
Name: perl-Data-Buffer
|
||||
Version: 0.40.0
|
||||
Version: 0.60.0
|
||||
Release: 0
|
||||
# 0.04 -> normalize -> 0.40.0
|
||||
%define cpan_version 0.04
|
||||
# 0.06 -> normalize -> 0.60.0
|
||||
%define cpan_version 0.06
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Read/write buffer class
|
||||
Summary: Data::Buffer - Read/write buffer class
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BT/BTROTT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test2::V0)
|
||||
Provides: perl(Data::Buffer) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
@@ -73,5 +74,6 @@ make test
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user