Accepting request 98299 from devel:languages:perl

- fix typo in provide

OBS-URL: https://build.opensuse.org/request/show/98299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Differences?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2011-12-27 17:15:28 +00:00 committed by Git OBS Bridge
commit 5c5d9d426c
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 27 13:30:21 UTC 2011 - coolo@suse.com
- fix typo in provide
-------------------------------------------------------------------
Sun Nov 20 12:31:30 UTC 2011 - coolo@suse.com

View File

@ -15,27 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Test-Differences
Version: 0.61
Release: 1
Release: 0
Summary: Test strings and data structures and show differences if not ok
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
Url: http://search.cpan.org/dist/Test-Differences/
Group: Development/Libraries/Perl
License: GPL-1.0+ or Artistic
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: make perl
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Text::Diff)
Requires: perl(Text::Diff)
# MANUAL
Provides: perl(Test::Diferences) = 0.600
Provides: perl(Test::Differences) = 0.600
%description
Test strings and data structures and show differences if not ok.