f55495
Name:		perl-List-MoreUtils
f55495
Version:	0.430
f55495
Release:	4%{?dist}
f55495
Summary:	Provide the stuff missing in List::Util
f55495
License:	(GPL+ or Artistic) and ASL 2.0
f55495
URL:		https://metacpan.org/release/List-MoreUtils
f55495
Source0:	https://cpan.metacpan.org/modules/by-module/List/List-MoreUtils-%{version}.tar.gz
f55495
BuildArch:	noarch
f55495
# Module Build
f55495
BuildRequires:	coreutils
f55495
BuildRequires:	findutils
f55495
BuildRequires:	make
f55495
BuildRequires:	perl-generators
f55495
BuildRequires:	perl-interpreter
f55495
BuildRequires:	perl(base)
f55495
BuildRequires:	perl(Config)
f55495
BuildRequires:	perl(constant)
f55495
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.75
f55495
BuildRequires:	perl(File::Basename)
f55495
BuildRequires:	perl(File::Spec)
f55495
BuildRequires:	perl(File::Temp)
f55495
BuildRequires:	perl(IO::File)
f55495
BuildRequires:	perl(IO::Handle)
f55495
BuildRequires:	perl(lib)
f55495
BuildRequires:	perl(PerlIO)
f55495
BuildRequires:	perl(Scalar::Util)
f55495
BuildRequires:	perl(Text::ParseWords)
f55495
# Module Runtime
f55495
BuildRequires:	perl(Carp)
f55495
BuildRequires:	perl(Exporter::Tiny) >= 0.038
f55495
BuildRequires:	perl(List::MoreUtils::XS) >= 0.430
f55495
BuildRequires:	perl(parent)
f55495
BuildRequires:	perl(strict)
f55495
BuildRequires:	perl(vars)
f55495
BuildRequires:	perl(warnings)
f55495
# Test Suite
f55495
BuildRequires:	perl(Exporter)
f55495
BuildRequires:	perl(List::Util)
f55495
BuildRequires:	perl(Math::Trig)
f55495
BuildRequires:	perl(overload)
f55495
BuildRequires:	perl(POSIX)
f55495
BuildRequires:	perl(Storable)
f55495
BuildRequires:	perl(Test::Builder::Module)
f55495
BuildRequires:	perl(Test::More) >= 0.96
f55495
BuildRequires:	perl(Tie::Array)
f55495
# Optional Tests
f55495
%if ! ( 0%{?rhel} )
f55495
BuildRequires:	perl(Test::LeakTrace)
f55495
%endif
f55495
# Runtime
f55495
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
f55495
Requires:	perl(Carp)
f55495
Requires:	perl(List::MoreUtils::XS) >= 0.430
f55495
f55495
%description
f55495
List::MoreUtils provides some trivial but commonly needed functionality
f55495
on lists that is not going to go into List::Util.
f55495
f55495
%prep
f55495
%setup -q -n List-MoreUtils-%{version}
f55495
f55495
%build
f55495
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
f55495
make %{?_smp_mflags}
f55495
f55495
%install
f55495
make install DESTDIR=%{buildroot}
f55495
%{_fixperms} -c %{buildroot}
f55495
f55495
%check
f55495
make test
f55495
f55495
%files
f55495
%if 0%{?_licensedir:1}
f55495
%license ARTISTIC-1.0 GPL-1 LICENSE
f55495
%else
f55495
%doc ARTISTIC-1.0 GPL-1 LICENSE
f55495
%endif
f55495
%doc Changes README.md
f55495
%{perl_vendorlib}/List/
f55495
%{_mandir}/man3/List::MoreUtils.3*
f55495
%{_mandir}/man3/List::MoreUtils::Contributing.3*
f55495
%{_mandir}/man3/List::MoreUtils::PP.3*
f55495
f55495
%changelog
f55495
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.430-4
f55495
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f55495
  Related: rhbz#1991688
f55495
f55495
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.430-3
f55495
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f55495
f55495
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.430-2
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f55495
f55495
* Wed Oct 21 2020 Paul Howarth <paul@city-fan.org> - 0.430-1
f55495
- Update to 0.430
f55495
  - Fix failing installation in parallel make (GH#38)
f55495
  - Infrastructure improvements and tooling updates, lots of author tests with
f55495
    corresponding fixes added
f55495
  - Added slide and slideatatime functions
f55495
  - Documentation fixes (GH#21, GH#33, GH#34, CPAN RT#126029, CPAN RT#132043,
f55495
    CPAN RT#132940)
f55495
  - Bump List::MoreUtils::XS requirement to 0.430
f55495
- Use author-independent source URL
f55495
f55495
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-10
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f55495
f55495
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.428-9
f55495
- Perl 5.32 rebuild
f55495
f55495
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-8
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f55495
f55495
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-7
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f55495
f55495
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.428-6
f55495
- Perl 5.30 rebuild
f55495
f55495
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-5
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f55495
f55495
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-4
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f55495
f55495
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.428-3
f55495
- Perl 5.28 rebuild
f55495
f55495
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-2
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f55495
f55495
* Tue Dec 12 2017 Paul Howarth <paul@city-fan.org> - 0.428-1
f55495
- Update to 0.428
f55495
  - Fix GH#22 (Upgrading from LMU 0.416 to split XS/PP version will fail),
f55495
    this time hopefully the right way (CPAN RT#123310)
f55495
  - Fix GH#29 (pairwise() PP implementation add tail undefs if array sizes
f55495
    differ)
f55495
f55495
* Fri Oct 13 2017 Paul Howarth <paul@city-fan.org> - 0.426-1
f55495
- Update to 0.426
f55495
  - Fix broken arrayify prototype
f55495
  - Revert removal of old List::MoreUtils::XS parts
f55495
  - Re-introduce Config::AutoConf (CPAN RT#122875)
f55495
  - Bump required version of List::MoreUtils::XS to 0.426, if XS is available
f55495
f55495
* Thu Sep  7 2017 Paul Howarth <paul@city-fan.org> - 0.425-1
f55495
- Update to 0.425
f55495
  - Makefile.PL: modify PREREQ_PM instead of recommend dynamically
f55495
f55495
* Tue Aug 22 2017 Paul Howarth <paul@city-fan.org> - 0.423-1
f55495
- Update to 0.423
f55495
  - Sync version with List::MoreUtils::XS
f55495
  - Add some new functions: qsort (XS only), binsert, bremove, listcmp,
f55495
    arrayify (CPAN RT#17230), samples (CPAN RT#77562), minmaxstr
f55495
    (CPAN RT#106401), lower_bound, upper_bound, equal_range, frequencies
f55495
    occurrences, mode (CPAN RT#91991), zip6 (CPAN RT#42921), reduce_0,
f55495
    reduce_1, reduce_u
f55495
  - Add examples for binsert/bremove (LMU::XS GH#1)
f55495
  - Improve tests
f55495
  - Make List::MoreUtils::XS independent from List::MoreUtils
f55495
  - Improve Makefile.PL regarding some build artifacts
f55495
  - Update tests to latest List::MoreUtils::XS
f55495
  - Recommend List::MoreUtils::XS 0.423
f55495
- BR:/R: LMU::XS ≥ 0.423 as there is no longer a bootstrapping issue
f55495
f55495
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.419-3
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f55495
f55495
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.419-2
f55495
- Perl 5.26 rebuild
f55495
f55495
* Fri Apr  7 2017 Paul Howarth <paul@city-fan.org> - 0.419-1
f55495
- Update to 0.419
f55495
  - Makefile.PL failed due to unescaped paths interpolated in regex pattern
f55495
    (CPAN RT#120799)
f55495
f55495
* Thu Mar 30 2017 Paul Howarth <paul@city-fan.org> - 0.418-1
f55495
- Update to 0.418
f55495
  - Divorce List::MoreUtils and List::MoreUtils::XS
f55495
  - Change license to Apache 2.0 to avoid code stealing without credits
f55495
  - Don't support Perl 5.6 out of the box any more
f55495
  - Fix CPAN RT#120235: uniq examples are incorrect
f55495
  - Remove things that will be never done from TODO list (GH#18)
f55495
  - Spelling fixes
f55495
- Package is now noarch
f55495
f55495
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.416-2
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f55495
f55495
* Wed Jul  6 2016 Paul Howarth <paul@city-fan.org> - 0.416-1
f55495
- Update to 0.416
f55495
  - Change the way how the XS part is loaded as a result of CPAN RT#115808
f55495
  - Fix some spelling errors (CPAN RT#115807)
f55495
  - Requires XSLoader 0.22
f55495
- Package newly-shipped license files
f55495
- Drop now-redundant provides patch
f55495
f55495
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.415-2
f55495
- Perl 5.24 rebuild
f55495
f55495
* Mon May  2 2016 Paul Howarth <paul@city-fan.org> - 0.415-1
f55495
- Update to 0.415
f55495
  - Fix CPAN RT#75727: After's XS implementation call XSRETURN(-1) when it
f55495
    doesn't find an element
f55495
  - Fix CPAN RT#113117: XS's minmax() sometimes return undef (perl ≥ 5.20)
f55495
  - Explicit test for thesis in CPAN RT#110998: XS implementation of pairwise
f55495
    fails with memory allocation error when there are more return values than
f55495
    in original lists - thesis is proven wrong
f55495
  - Efficiency improvements
f55495
  - Improve some tests to get clearer reports
f55495
  - Distinguish between "Makefile.PL finds a .git directory" and
f55495
    "Makefile.PL runs in maintainer mode"
f55495
- Simplify find command using -delete
f55495
f55495
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.413-3
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f55495
f55495
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.413-2
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f55495
f55495
* Sat Jun 13 2015 Paul Howarth <paul@city-fan.org> - 0.413-1
f55495
- Update to 0.413
f55495
  - Fix compiling in c++ mode (deprecated, but some people seem to require it)
f55495
    (CPAN RT#104690)
f55495
f55495
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.412-2
f55495
- Perl 5.22 rebuild
f55495
f55495
* Wed May 20 2015 Paul Howarth <paul@city-fan.org> - 0.412-1
f55495
- Update to 0.412
f55495
  - Move generation of test endpoints to author stage as requested per issue/#9
f55495
  - Add a rough guide for contributors
f55495
  - Fix CPAN RT#103251 to avoid removing bundled stuff by accident
f55495
  - Fix compilation errors under cl
f55495
f55495
* Mon Mar 30 2015 Paul Howarth <paul@city-fan.org> - 0.410-1
f55495
- Update to 0.410
f55495
  - Fix CPAN RT#102885: uniq bug broke tied array
f55495
  - Fix issue/8: Macros introduced in dfd851147f cause problems with MSVC
f55495
  - Update ppport.h from 3.25 to 3.31
f55495
  - Fix multiple mg_get can break weird ties
f55495
  - Fix test run using PERL5OPT=d:Confess
f55495
  - Use base instead of parent, 'cause parent isn't bundled before 5.10.1
f55495
  - Update bundled bootstrap modules
f55495
    - Data::Tumbler to 0.010
f55495
    - Test::WriteVariants to 0.012
f55495
    - Config::AutoConf to 0.311
f55495
  - Fix spelling (and add stop-words for names etc. in author tests)
f55495
f55495
* Wed Mar 18 2015 Paul Howarth <paul@city-fan.org> - 0.408-1
f55495
- Update to 0.408
f55495
  - Fix CPAN RT#102840: uniq broken for call-by-function-return
f55495
  - Fix CPAN RT#102853: hent_val accesses
f55495
  - Fix CPAN RT#102833: Compilation error with perl 5.21.7+
f55495
  - Fix regex for CPAN RT#44518 test
f55495
f55495
* Wed Mar 18 2015 Paul Howarth <paul@city-fan.org> - 0.407-1
f55495
- Update to 0.407
f55495
  - Added one(), onlyidx(), onlyval() (CPAN RT#73134) and onlyres()
f55495
  - Improve XS maintainability
f55495
  - Document how uniq/distinct deal with undef (CPAN RT#49800)
f55495
  - Add bsearchidx to satisfy CPAN RT#63470
f55495
  - Add singleton to satisfy CPAN RT#94382
f55495
  - Fix CPAN RT#82039 - uniq changes the type of its arguments
f55495
  - Fix CPAN RT#44518 again
f55495
f55495
* Tue Mar  3 2015 Paul Howarth <paul@city-fan.org> - 0.406-1
f55495
- Update to 0.406
f55495
  - Add new functions firstres and lastres in addition to firstidx, lastidx,
f55495
    firstval and lastval
f55495
  - Regenerate MANIFEST to bundle README.md
f55495
f55495
* Sat Feb 14 2015 Paul Howarth <paul@city-fan.org> - 0.405-1
f55495
- Update to 0.405
f55495
  - Fix CPAN RT#78527 - first_val/last_val in documentation
f55495
  - Fix CPAN RT#102055 - ExtUtils::MakeMaker required version absurdly high
f55495
  - Fix compiler issue for older/ansi-c89 compilers
f55495
  - Remove local compat workarounds in favour for ppport.h
f55495
f55495
* Thu Jan 29 2015 Paul Howarth <paul@city-fan.org> - 0.404-1
f55495
- Update to 0.404
f55495
  - Fix ancient toolchains (PREREQ_PM & Co. set appropriately)
f55495
  - Bump version required of Test::More to 0.96 (#toolchain calls it a "sane
f55495
    subset")
f55495
  - Fix some meta-data #toolchain pointed out
f55495
f55495
* Tue Jan 27 2015 Paul Howarth <paul@city-fan.org> - 0.403-1
f55495
- Update to 0.403
f55495
  - Remove most recent stable perl recommendation from meta to work around
f55495
    misbehaving CPAN clients blocking update
f55495
  - Update copyright date
f55495
  - Ensure AUTHOR is a string on older toolchains
f55495
f55495
* Wed Jan  7 2015 Paul Howarth <paul@city-fan.org> - 0.402-1
f55495
- Update to 0.402 (significant and slightly incompatible update - see Changes)
f55495
- This release by REHSACK → update source URL
f55495
- Classify buildreqs by usage
f55495
- Modernize spec as this isn't going to anywhere older than F-22
f55495
f55495
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.33-15
f55495
- Perl 5.20 re-rebuild of bootstrapped packages
f55495
f55495
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.33-14
f55495
- Perl 5.20 rebuild
f55495
f55495
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-13
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f55495
f55495
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-12
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f55495
f55495
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.33-11
f55495
- Perl 5.18 re-rebuild of bootstrapped packages
f55495
f55495
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-10
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f55495
f55495
* Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 0.33-9
f55495
- Perl 5.18 rebuild
f55495
f55495
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-8
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f55495
f55495
* Wed Oct 17 2012 Paul Howarth <paul@city-fan.org> - 0.33-7
f55495
- BR:/R: perl(Carp)
f55495
- BR: perl(constant), perl(Exporter) and perl(ExtUtils::CBuilder)
f55495
- Add commentary regarding non-use of Test::LeakTrace for EL-7 builds
f55495
- Use Test::LeakTrace for EL-5 builds
f55495
- Drop support for EL-4 builds since it was EOL-ed ages ago
f55495
- Drop %%defattr, redundant since rpm 4.4
f55495
- Don't need to remove empty directories from the buildroot
f55495
- Remove more command macros
f55495
f55495
* Mon Oct 15 2012 Petr Pisar <ppisar@redhat.com> - 0.33-6
f55495
- Do not build-require Test::LeakTrace on RHEL 7
f55495
f55495
* Fri Jul 27 2012 Tom Callaway <spot@fedoraproject.org> - 0.33-5
f55495
- Add epel filtering mechanism
f55495
f55495
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-4
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f55495
f55495
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 0.33-3
f55495
- Perl 5.16 re-rebuild of bootstrapped packages
f55495
f55495
* Tue Jun 19 2012 Petr Pisar <ppisar@redhat.com> - 0.33-2
f55495
- Perl 5.16 rebuild
f55495
f55495
* Tue Jan 24 2012 Paul Howarth <paul@city-fan.org> - 0.33-1
f55495
- Update to 0.33
f55495
  - Updated can_xs to fix a bug in it
f55495
- Reinstate compatibility with old distributions like EL-5
f55495
- Drop Test::More version requirement to 0.42
f55495
- BR: perl(ExtUtils::MakeMaker)
f55495
- BR: perl(Test::LeakTrace) except on EL-4/EL-5 where it's not available
f55495
- BR: perl(Pod::Simple), perl(Test::CPAN::Meta), perl(Test::MinimumVersion)
f55495
  (if we're not bootstrapping) and perl(Test::Pod), and run the developer tests
f55495
  too
f55495
- Don't use macros for commands
f55495
- Use %%{_fixperms} macro rather than our own chmod incantation
f55495
- Make %%files list more specific
f55495
- Use tabs
f55495
f55495
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-4
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f55495
f55495
* Mon Jul 18 2011 Petr Sabata <contyk@redhat.com> - 0.32-3
f55495
- Perl mass rebuild
f55495
f55495
* Tue Jul 12 2011 Tom Callaway <spot@fedoraproject.org> - 0.32-2
f55495
- Rebuild to fix broken rawhide deps
f55495
f55495
* Sat Jul 02 2011 Iain Arnell <iarnell@gmail.com> - 0.32-1
f55495
- Update to latest upstream version
f55495
f55495
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.30-3
f55495
- Perl mass rebuild
f55495
f55495
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-2
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f55495
f55495
* Mon Jan 03 2011 Iain Arnell <iarnell@gmail.com> - 0.30-1
f55495
- Update to latest upstream version
f55495
- Clean up spec for modern rpmbuild
f55495
- Use perl_default_filter
f55495
- Remove unnecessary buildrequires
f55495
f55495
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.22-12
f55495
- Rebuild to fix problems with vendorarch/lib (#661697)
f55495
f55495
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.22-11
f55495
- Mass rebuild with perl-5.12.0
f55495
f55495
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.22-10
f55495
- Rebuild against perl 5.10.1
f55495
f55495
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-9
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f55495
f55495
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-8
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f55495
f55495
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-7
f55495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f55495
f55495
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.22-6
f55495
- Rebuild normally, second pass
f55495
f55495
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.22-5
f55495
- Rebuild for perl 5.10 (again), tests disabled for first pass
f55495
f55495
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.22-4
f55495
- Autorebuild for GCC 4.3
f55495
f55495
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.22-3
f55495
- Rebuild normally, second pass
f55495
f55495
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.22-2.1
f55495
- Rebuild for new perl, first pass, disable TPC and tests
f55495
f55495
* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-2
f55495
- Rebuild for FC6
f55495
f55495
* Mon Jul  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-1
f55495
- Update to 0.22
f55495
f55495
* Mon Jun 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1
f55495
- Update to 0.21
f55495
f55495
* Sat Jun 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-1
f55495
- Update to 0.20
f55495
f55495
* Sat Apr 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.19-1
f55495
- First build