Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/perl-Class-Singleton.git#19aeb7c41c3bc2ba145c851602e3d87e03d69d9a
This commit is contained in:
DistroBaker 2021-02-04 15:33:22 +01:00
parent 62586d485e
commit 135634efab
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Class-Singleton
Version: 1.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Implementation of a "Singleton" class
License: GPL+ or Artistic
URL: https://metacpan.org/release/Class-Singleton
@ -54,6 +54,9 @@ make test
%{_mandir}/man3/Class::Singleton.3*
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Dec 3 2020 Paul Howarth <paul@city-fan.org> - 1.6-1
- Update to 1.6
- Fixed confusing Changes entry about Perl's licensing terms (CPAN RT#132843)