Fedora Release Engineering
1e64703faf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 20:06:02 +00:00
Jitka Plesnikova
50d6eabcb9
Perl 5.28 rebuild
2018-06-28 09:56:31 +02:00
Petr Písař
3832b41b70
cpan.org addresses moved to MetaCPAN < https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN >
2018-06-04 14:50:17 +02:00
Igor Gnatenko
57a2446845
Remove %clean section
...
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 07:29:20 +01:00
Igor Gnatenko
b7813a0acd
Remove BuildRoot definition
...
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:12:56 +01:00
Fedora Release Engineering
c57c7a7ba1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 01:14:36 +00:00
Fedora Release Engineering
2a98174fbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-27 06:24:54 +00:00
Petr Písař
dd43273b3f
perl dependency renamed to perl-interpreter < https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules >
2017-07-12 14:13:22 +02:00
Jitka Plesnikova
486dd1642e
Perl 5.26 rebuild
2017-06-05 00:50:35 +02:00
Fedora Release Engineering
02768a051e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-11 05:27:26 +00:00
Petr Písař
267d846ded
Adjust package version computation to SRPM build root witout perl
2016-07-22 08:20:14 +02:00
Petr Písař
be7ab017d5
Mandatory Perl build-requires added < https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl >
2016-06-24 10:20:53 +02:00
Jitka Plesnikova
aedfade6e7
Perl 5.24 rebuild
2016-05-15 15:27:31 +02:00
Fedora Release Engineering
570c29a823
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-04 16:01:25 +00:00
Paul Howarth
d48ca20130
Update to 0.64
...
- New upstream release 0.64
- Bump dependency version for Text::Diff to avoid a buggy release
- Make tests pass with relocation perl (CPAN RT#103133)
2015-11-24 11:08:45 +00:00
Dennis Gilmore
2d14a82aae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-18 06:21:13 +00:00
Jitka Plesnikova
d7e33156ef
Perl 5.22 rebuild
2015-06-05 14:58:23 +02:00
Paul Howarth
7b4bd763b7
Update to 0.63
...
- New upstream release 0.63
- Make '' and undef not equal
- Made Data::Dumper minimum version 2.126 to resolve CPAN RT#60798
- Allow an option to override Sortkeys in C<eq_or_diff>
- Unnumbered tests; there's no point to them
- Document the Text::Diff unicode fix
- Add ability to customize 'Got' and 'Expected' column headers
- Minor doco-fixes
- Remove use of flatten, always use Data::Dumper for saner, more readable
output (CPAN RT#95446)
- This release by DCANTRELL → update source URL
- Drop %defattr, redundant since rpm 4.4
- Use %{_fixperms} macro rather than our own chmod incantation
- Don't need to remove empty directories from the buildroot
2014-11-21 15:13:40 +00:00
Jitka Plesnikova
5811426388
Perl 5.20 rebuild
2014-08-28 00:46:01 +02:00
Dennis Gilmore
f397e741d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-07 05:45:19 -05:00
Dennis Gilmore
d671a4b196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-03 20:12:07 -05:00
Petr Písař
080b5f2686
Perl 5.18 rebuild
2013-07-20 16:05:17 +02:00
Dennis Gilmore
057b274406
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-02-14 09:28:32 -06:00
Dennis Gilmore
c6cad2b0c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-20 16:19:59 -05:00
Petr Písař
be0c937f25
Specify all dependencies
2012-06-13 13:48:40 +02:00
Petr Písař
5acca962e3
Perl 5.16 rebuild
2012-06-13 11:51:15 +02:00
Dennis Gilmore
a8df8d7ccb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2012-01-13 13:50:23 -06:00
Marcela Mašláňová
5c288ad9fe
Perl mass rebuild
2011-06-20 19:00:27 +02:00
Dennis Gilmore
4166e573ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-09 01:53:53 -06:00
Marcela Mašláňová
a1b096242e
- 661697 rebuild for fixing problems with vendorach/lib
2010-12-22 18:25:08 +01:00
Fedora Release Engineering
06c1eff943
dist-git conversion
2010-07-29 08:09:19 +00:00
Iain Arnell
5abd5c27a2
- explicitly require perl(Text::Diff)
2010-07-08 14:49:10 +00:00
Paul Howarth
975dc07454
- Update to 0.500
...
- Add support for all diff styles supplied by Text::Diff (CPAN RT#23579)
- Add Build.PL
- Convert to universally use Test::More instead of Test
- Convert to modern Perl distribution.
- Applied doc suggestion from CPAN RT#24297
- Fix the { a => 1 } versus { a => '1' } bug (CPAN RT#3029)
- Upstream dropped eg/ docs
- Bump perl(Text::Diff) requirement to 0.35
- BR: perl(Test::Pod) and perl(Test::Pod::Coverage) for extra test cover
2010-07-01 09:15:24 +00:00
Marcela Mašláňová
751f3c3090
- Mass rebuild with perl-5.12.0
2010-05-06 20:09:08 +00:00
Štěpán Kasal
6c5ca77571
- rebuild against perl 5.10.1
2009-12-04 02:07:44 +00:00
Bill Nottingham
7205a5af39
Fix typo that causes a failure to update the common directory. (releng
...
#2781 )
2009-11-25 23:31:22 +00:00
Tom Callaway
a44063e556
fix source url
2009-08-20 02:22:02 +00:00
Jesse Keating
35383f264e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-26 16:48:33 +00:00
Tom Callaway
c854cc9992
0.4801
2009-03-13 23:28:06 +00:00
Jesse Keating
93bdcfb139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-27 02:23:09 +00:00
Tom Callaway
67f29903b4
perl rebuild, third small chain
2008-02-28 13:14:54 +00:00
Tom Callaway
55d41745fd
Rebuild for new perl
2008-01-25 02:48:44 +00:00
Tom Callaway
4d0ad01deb
Test::More
2007-10-17 03:56:45 +00:00
Tom Callaway
2c42c8068e
fix br, license
2007-10-17 03:48:41 +00:00
Jose Pedro Oliveira
d5e24ca66b
Already built for FC6 (noarch package; dist tag up to date)
2006-09-10 15:44:03 +00:00
Ville Skyttä
7ce6e2bb31
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
2006-08-27 20:55:56 +00:00
Jose Pedro Oliveira
688f07e037
Bumping release due to repodata inconsistency.
2006-05-14 02:20:04 +00:00
Jose Pedro Oliveira
2559a65bca
auto-import perl-Test-Differences-0.47-1 on branch devel from
...
perl-Test-Differences-0.47-1.src.rpm
2006-05-07 02:07:02 +00:00
Jose Pedro Oliveira
8314899d81
Setup of module perl-Test-Differences
2006-05-07 02:06:33 +00:00