Blame SPECS/perl-Encode.spec

Packit 1840b9
# Because encoding sub-package has an independent version, version macro gets
Packit 1840b9
# redefined.
Packit 1840b9
%global cpan_version 2.97
Packit 1840b9
Name:           perl-Encode
Packit 1840b9
Epoch:          4
Packit 1840b9
Version:        %{cpan_version}
Packit 1840b9
# Keep increasing release number even when rebasing version because
Packit 1840b9
# perl-encoding sub-package has independent version which does not change
Packit 1840b9
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
Packit 1840b9
# same case as in perl.spec.
Packit 1840b9
Release:        3%{?dist}
Packit 1840b9
Summary:        Character encodings in Perl
Packit 1840b9
# ucm:          UCD
Packit 1840b9
# bin/encguess: Artistic 2.0
Packit 1840b9
# other files:  GPL+ or Artistic
Packit 1840b9
License:        (GPL+ or Artistic) and Artistic 2.0 and UCD
Packit 1840b9
URL:            http://search.cpan.org/dist/Encode/
Packit 1840b9
Source0:        http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{cpan_version}.tar.gz
Packit 1840b9
BuildRequires:  findutils
Packit 1840b9
BuildRequires:  gcc
Packit 1840b9
BuildRequires:  make
Packit 1840b9
BuildRequires:  perl-devel
Packit 1840b9
BuildRequires:  perl-generators
Packit 1840b9
BuildRequires:  perl-interpreter
Packit 1840b9
BuildRequires:  perl(Config)
Packit 1840b9
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
Packit 1840b9
BuildRequires:  perl(File::Spec)
Packit 1840b9
BuildRequires:  perl(File::Spec::Functions)
Packit 1840b9
BuildRequires:  perl(strict)
Packit 1840b9
BuildRequires:  perl(warnings)
Packit 1840b9
# enc2xs is run at build-time
Packit 1840b9
# Run-time:
Packit 1840b9
BuildRequires:  perl(bytes)
Packit 1840b9
BuildRequires:  perl(Carp)
Packit 1840b9
BuildRequires:  perl(constant)
Packit 1840b9
BuildRequires:  perl(Exporter) >= 5.57
Packit 1840b9
BuildRequires:  perl(File::Basename)
Packit 1840b9
BuildRequires:  perl(File::Find)
Packit 1840b9
BuildRequires:  perl(Filter::Util::Call)
Packit 1840b9
BuildRequires:  perl(Getopt::Long)
Packit 1840b9
BuildRequires:  perl(Getopt::Std)
Packit 1840b9
# I18N::Langinfo is optional
Packit 1840b9
BuildRequires:  perl(MIME::Base64)
Packit 1840b9
BuildRequires:  perl(overload)
Packit 1840b9
BuildRequires:  perl(parent) >= 0.221
Packit 1840b9
# PerlIO::encoding is optional
Packit 1840b9
# POSIX is optional
Packit 1840b9
BuildRequires:  perl(re)
Packit 1840b9
BuildRequires:  perl(Storable)
Packit 1840b9
BuildRequires:  perl(utf8)
Packit 1840b9
BuildRequires:  perl(vars)
Packit 1840b9
BuildRequires:  perl(XSLoader)
Packit 1840b9
# Tests:
Packit 1840b9
# Benchmark not used
Packit 1840b9
BuildRequires:  perl(charnames)
Packit 1840b9
BuildRequires:  perl(File::Compare)
Packit 1840b9
BuildRequires:  perl(File::Copy)
Packit 1840b9
BuildRequires:  perl(FileHandle)
Packit 1840b9
BuildRequires:  perl(FindBin)
Packit 1840b9
BuildRequires:  perl(IO::Select)
Packit 1840b9
BuildRequires:  perl(IPC::Open3)
Packit 1840b9
# IPC::Run not used
Packit 1840b9
# JSON::PP not used
Packit 1840b9
BuildRequires:  perl(lib)
Packit 1840b9
BuildRequires:  perl(open)
Packit 1840b9
BuildRequires:  perl(Scalar::Util)
Packit 1840b9
BuildRequires:  perl(Symbol)
Packit 1840b9
BuildRequires:  perl(Test::More)
Packit 1840b9
BuildRequires:  perl(Tie::Scalar)
Packit 1840b9
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Packit 1840b9
Requires:       perl(parent) >= 0.221
Packit 1840b9
Packit 1840b9
%{?perl_default_filter}
Packit 1840b9
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Encode::ConfigLocal|MY)\\)
Packit 1840b9
Packit 1840b9
# Filter under-specified dependencies
Packit 1840b9
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Exporter|parent)\\)$
Packit 1840b9
Packit 1840b9
%description
Packit 1840b9
The Encode module provides the interface between Perl strings and the rest
Packit 1840b9
of the system. Perl strings are sequences of characters.
Packit 1840b9
Packit 1840b9
%package -n perl-encoding
Packit 1840b9
Summary:        Write your Perl script in non-ASCII or non-UTF-8
Packit 1840b9
Version:        2.22
Packit 1840b9
License:        GPL+ or Artistic
Packit 1840b9
# Keeping this sub-package arch-specific because it installs files into
Packit 1840b9
# arch-specific directories.
Packit 1840b9
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Packit 1840b9
Requires:       perl(Carp)
Packit 1840b9
# Config not needed on perl ≥ 5.008
Packit 1840b9
# Consider Filter::Util::Call as mandatory, bug #1165183, CPAN RT#100427
Packit 1840b9
Requires:       perl(Filter::Util::Call)
Packit 1840b9
# I18N::Langinfo is optional
Packit 1840b9
Suggests:       perl(PerlIO::encoding)
Packit 1840b9
Requires:       perl(utf8)
Packit 1840b9
Conflicts:      perl-Encode < 2:2.64-2
Packit 1840b9
Packit 1840b9
%description -n perl-encoding
Packit 1840b9
With the encoding pragma, you can write your Perl script in any encoding you
Packit 1840b9
like (so long as the Encode module supports it) and still enjoy Unicode
Packit 1840b9
support.
Packit 1840b9
Packit 1840b9
However, this encoding module is deprecated under perl 5.18. It uses
Packit 1840b9
a mechanism provided by perl that is deprecated under 5.18 and higher, and may
Packit 1840b9
be removed in a future version.
Packit 1840b9
Packit 1840b9
The easiest and the best alternative is to write your script in UTF-8.
Packit 1840b9
Packit 1840b9
# To mirror files from perl-devel (bug #456534)
Packit 1840b9
# Keep architecture specific because files go into vendorarch
Packit 1840b9
%package devel
Packit 1840b9
Summary:        Perl Encode Module Generator
Packit 1840b9
Version:        %{cpan_version}
Packit 1840b9
License:        (GPL+ or Artistic) and UCD
Packit 1840b9
Requires:       %{name}%{?_isa} = %{epoch}:%{cpan_version}-%{release}
Packit 1840b9
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Packit 1840b9
Recommends:     perl-devel%{?_isa}
Packit 1840b9
Requires:       perl(Encode)
Packit 1840b9
Packit 1840b9
%description devel
Packit 1840b9
enc2xs builds a Perl extension for use by Encode from either Unicode Character
Packit 1840b9
Mapping files (.ucm) or Tcl Encoding Files (.enc). You can use enc2xs to add
Packit 1840b9
your own encoding to perl. No knowledge of XS is necessary.
Packit 1840b9
Packit 1840b9
Packit 1840b9
%prep
Packit 1840b9
%setup -q -n Encode-%{cpan_version}
Packit 1840b9
Packit 1840b9
%build
Packit 1840b9
# Additional scripts can be installed by appending MORE_SCRIPTS, UCM files by
Packit 1840b9
# INSTALL_UCM.
Packit 1840b9
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
Packit 1840b9
make %{?_smp_mflags}
Packit 1840b9
Packit 1840b9
%install
Packit 1840b9
make pure_install DESTDIR=$RPM_BUILD_ROOT
Packit 1840b9
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
Packit 1840b9
%{_fixperms} $RPM_BUILD_ROOT/*
Packit 1840b9
Packit 1840b9
%check
Packit 1840b9
make test
Packit 1840b9
Packit 1840b9
%files
Packit 1840b9
%doc AUTHORS Changes README
Packit 1840b9
%{_bindir}/encguess
Packit 1840b9
%{_bindir}/piconv
Packit 1840b9
%{perl_vendorarch}/auto/*
Packit 1840b9
%{perl_vendorarch}/Encode*
Packit 1840b9
%exclude %{perl_vendorarch}/Encode/*.e2x
Packit 1840b9
%exclude %{perl_vendorarch}/Encode/encode.h
Packit 1840b9
%{_mandir}/man1/encguess.*
Packit 1840b9
%{_mandir}/man1/piconv.*
Packit 1840b9
%{_mandir}/man3/Encode.*
Packit 1840b9
%{_mandir}/man3/Encode::*
Packit 1840b9
Packit 1840b9
%files -n perl-encoding
Packit 1840b9
%doc AUTHORS Changes README
Packit 1840b9
%{perl_vendorarch}/encoding.pm
Packit 1840b9
%{_mandir}/man3/encoding.*
Packit 1840b9
Packit 1840b9
%files devel
Packit 1840b9
%{_bindir}/enc2xs
Packit 1840b9
%{_mandir}/man1/enc2xs.*
Packit 1840b9
%{perl_vendorarch}/Encode/*.e2x
Packit 1840b9
%{perl_vendorarch}/Encode/encode.h
Packit 1840b9
Packit 1840b9
%changelog
Packit 1840b9
* Wed Feb 21 2018 Petr Pisar <ppisar@redhat.com> - 4:2.97-3
Packit 1840b9
- 2.97 bump
Packit 1840b9
Packit 1840b9
* Mon Feb 19 2018 Petr Pisar <ppisar@redhat.com> - 4:2.96-2
Packit 1840b9
- Preserve a warning on Perl 5.26.1 (bug #1544345)
Packit 1840b9
Packit 1840b9
* Mon Feb 12 2018 Petr Pisar <ppisar@redhat.com> - 4:2.96-1
Packit 1840b9
- 2.96 bump
Packit 1840b9
Packit 1840b9
* Thu Feb 08 2018 Petr Pisar <ppisar@redhat.com> - 4:2.95-1
Packit 1840b9
- 2.95 bump
Packit 1840b9
Packit 1840b9
* Tue Jan 09 2018 Petr Pisar <ppisar@redhat.com> - 4:2.94-16
Packit 1840b9
- 2.94 bump
Packit 1840b9
Packit 1840b9
* Mon Oct 09 2017 Petr Pisar <ppisar@redhat.com> - 4:2.93-15
Packit 1840b9
- 2.93 bump
Packit 1840b9
Packit 1840b9
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.92-14
Packit 1840b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Packit 1840b9
Packit 1840b9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.92-13
Packit 1840b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Packit 1840b9
Packit 1840b9
* Wed Jul 19 2017 Petr Pisar <ppisar@redhat.com> - 4:2.92-12
Packit 1840b9
- 2.92 bump
Packit 1840b9
Packit 1840b9
* Thu Jun 22 2017 Petr Pisar <ppisar@redhat.com> - 4:2.91-11
Packit 1840b9
- 2.91 bump
Packit 1840b9
Packit 1840b9
* Thu Jun 22 2017 Petr Pisar <ppisar@redhat.com> - 4:2.90-10
Packit 1840b9
- Fix "use parent q{Encode::Encoding}" (CPAN RT#122167)
Packit 1840b9
Packit 1840b9
* Mon Jun 12 2017 Petr Pisar <ppisar@redhat.com> - 4:2.90-9
Packit 1840b9
- 2.90 bump
Packit 1840b9
Packit 1840b9
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.89-8
Packit 1840b9
- Perl 5.26 rebuild
Packit 1840b9
Packit 1840b9
* Fri Apr 21 2017 Petr Pisar <ppisar@redhat.com> - 4:2.89-7
Packit 1840b9
- 2.89 bump
Packit 1840b9
Packit 1840b9
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.88-6
Packit 1840b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Packit 1840b9
Packit 1840b9
* Wed Nov 30 2016 Petr Pisar <ppisar@redhat.com> - 4:2.88-5
Packit 1840b9
- 2.88 bump
Packit 1840b9
Packit 1840b9
* Mon Oct 31 2016 Petr Pisar <ppisar@redhat.com> - 4:2.87-4
Packit 1840b9
- 2.87 bump
Packit 1840b9
Packit 1840b9
* Fri Sep 30 2016 Petr Pisar <ppisar@redhat.com> - 4:2.86-3
Packit 1840b9
- Fix Encode::encode_utf8(undef) to return undef (CPAN RT#116904)
Packit 1840b9
- Refuse non-shortests UTF-8 representations in strict mode
Packit 1840b9
- Fix panic when encoding undefined scalars
Packit 1840b9
Packit 1840b9
* Fri Sep 16 2016 Petr Pisar <ppisar@redhat.com> - 4:2.86-2
Packit 1840b9
- Add Artistic 2.0 into license tag because of encguess tool
Packit 1840b9
Packit 1840b9
* Thu Aug 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.86-1
Packit 1840b9
- 2.86 bump
Packit 1840b9
Packit 1840b9
* Tue Aug 09 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.85-1
Packit 1840b9
- 2.85 bump
Packit 1840b9
Packit 1840b9
* Tue Aug 02 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.84-11
Packit 1840b9
- Avoid loading optional modules from default . (CVE-2016-1238)
Packit 1840b9
Packit 1840b9
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.84-10
Packit 1840b9
- Increase epoch to favour standalone package
Packit 1840b9
Packit 1840b9
* Mon Apr 18 2016 Petr Pisar <ppisar@redhat.com> - 3:2.84-9
Packit 1840b9
- Weak perl-Encode-devel dependency on perl-devel to Recommends level
Packit 1840b9
  (bug #1129443)
Packit 1840b9
Packit 1840b9
* Mon Apr 11 2016 Petr Pisar <ppisar@redhat.com> - 3:2.84-8
Packit 1840b9
- 2.84 bump
Packit 1840b9
Packit 1840b9
* Thu Mar 24 2016 Petr Pisar <ppisar@redhat.com> - 3:2.83-7
Packit 1840b9
- 2.83 bump
Packit 1840b9
Packit 1840b9
* Tue Feb 09 2016 Petr Pisar <ppisar@redhat.com> - 3:2.82-6
Packit 1840b9
- 2.82 bump
Packit 1840b9
Packit 1840b9
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.80-5
Packit 1840b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Packit 1840b9
Packit 1840b9
* Mon Jan 25 2016 Petr Pisar <ppisar@redhat.com> - 3:2.80-4
Packit 1840b9
- 2.80 bump
Packit 1840b9
Packit 1840b9
* Fri Jan 22 2016 Petr Pisar <ppisar@redhat.com> - 3:2.79-3
Packit 1840b9
- 2.79 bump
Packit 1840b9
Packit 1840b9
* Thu Sep 24 2015 Petr Pisar <ppisar@redhat.com> - 3:2.78-2
Packit 1840b9
- 2.78 bump
Packit 1840b9
Packit 1840b9
* Wed Sep 16 2015 Petr Pisar <ppisar@redhat.com> - 3:2.77-1
Packit 1840b9
- 2.77 bump
Packit 1840b9
Packit 1840b9
* Fri Jul 31 2015 Petr Pisar <ppisar@redhat.com> - 3:2.76-2
Packit 1840b9
- Increase release number to have unique perl-encoding NEVRA
Packit 1840b9
Packit 1840b9
* Fri Jul 31 2015 Petr Pisar <ppisar@redhat.com> - 3:2.76-1
Packit 1840b9
- 2.76 bump
Packit 1840b9
Packit 1840b9
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> - 3:2.75-1
Packit 1840b9
- 2.75 bump
Packit 1840b9
Packit 1840b9
* Thu Jun 25 2015 Petr Pisar <ppisar@redhat.com> - 3:2.74-1
Packit 1840b9
- 2.74 bump
Packit 1840b9
Packit 1840b9
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.73-3
Packit 1840b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Packit 1840b9
Packit 1840b9
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:2.73-2
Packit 1840b9
- Perl 5.22 rebuild
Packit 1840b9
- Increase Epoch to favour standalone package
Packit 1840b9
Packit 1840b9
* Mon Apr 20 2015 Petr Pisar <ppisar@redhat.com> - 2:2.73-1
Packit 1840b9
- 2.73 bump
Packit 1840b9
Packit 1840b9
* Mon Mar 16 2015 Petr Pisar <ppisar@redhat.com> - 2:2.72-1
Packit 1840b9
- 2.72 bump
Packit 1840b9
Packit 1840b9
* Thu Mar 12 2015 Petr Pisar <ppisar@redhat.com> - 2:2.71-1
Packit 1840b9
- 2.71 bump
Packit 1840b9
Packit 1840b9
* Wed Mar 04 2015 Petr Pisar <ppisar@redhat.com> - 2:2.70-2
Packit 1840b9
- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and UCD)
Packit 1840b9
Packit 1840b9
* Thu Feb 05 2015 Petr Pisar <ppisar@redhat.com> - 2:2.70-1
Packit 1840b9
- 2.70 bump
Packit 1840b9
Packit 1840b9
* Fri Jan 23 2015 Petr Pisar <ppisar@redhat.com> - 2:2.68-1
Packit 1840b9
- 2.68 bump
Packit 1840b9
Packit 1840b9
* Fri Dec 05 2014 Petr Pisar <ppisar@redhat.com> - 2:2.67-1
Packit 1840b9
- 2.67 bump
Packit 1840b9
Packit 1840b9
* Wed Dec 03 2014 Petr Pisar <ppisar@redhat.com> - 2:2.66-1
Packit 1840b9
- 2.66 bump
Packit 1840b9
Packit 1840b9
* Tue Nov 18 2014 Petr Pisar <ppisar@redhat.com> - 2:2.64-2
Packit 1840b9
- Consider Filter::Util::Call dependency as mandatory (bug #1165183)
Packit 1840b9
- Sub-package encoding module
Packit 1840b9
Packit 1840b9
* Mon Nov 03 2014 Petr Pisar <ppisar@redhat.com> - 2:2.64-1
Packit 1840b9
- 2.64 bump
Packit 1840b9
Packit 1840b9
* Mon Oct 20 2014 Petr Pisar <ppisar@redhat.com> - 2:2.63-1
Packit 1840b9
- 2.63 bump
Packit 1840b9
Packit 1840b9
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:2.62-5
Packit 1840b9
- Increase Epoch to favour standalone package
Packit 1840b9
Packit 1840b9
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.62-4
Packit 1840b9
- Perl 5.20 rebuild
Packit 1840b9
Packit 1840b9
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.62-3
Packit 1840b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Packit 1840b9
Packit 1840b9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.62-2
Packit 1840b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Packit 1840b9
Packit 1840b9
* Mon Jun 02 2014 Petr Pisar <ppisar@redhat.com> - 1:2.62-1
Packit 1840b9
- 2.62 bump
Packit 1840b9
Packit 1840b9
* Wed Apr 30 2014 Petr Pisar <ppisar@redhat.com> - 1:2.60-1
Packit 1840b9
- 2.60 bump
Packit 1840b9
Packit 1840b9
* Mon Apr 14 2014 Petr Pisar <ppisar@redhat.com> - 1:2.59-1
Packit 1840b9
- 2.59 bump
Packit 1840b9
Packit 1840b9
* Mon Mar 31 2014 Petr Pisar <ppisar@redhat.com> - 1:2.58-1
Packit 1840b9
- 2.58 bump
Packit 1840b9
Packit 1840b9
* Fri Jan 03 2014 Petr Pisar <ppisar@redhat.com> - 1:2.57-1
Packit 1840b9
- 2.57 bump
Packit 1840b9
Packit 1840b9
* Mon Sep 16 2013 Petr Pisar <ppisar@redhat.com> - 1:2.55-1
Packit 1840b9
- 2.55 bump
Packit 1840b9
Packit 1840b9
* Mon Sep 02 2013 Petr Pisar <ppisar@redhat.com> - 1:2.54-1
Packit 1840b9
- 2.54 bump
Packit 1840b9
Packit 1840b9
* Wed Aug 21 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.52-1
Packit 1840b9
- 2.52 bump
Packit 1840b9
Packit 1840b9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.51-7
Packit 1840b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Packit 1840b9
Packit 1840b9
* Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-6
Packit 1840b9
- Specify more dependencies
Packit 1840b9
Packit 1840b9
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-5
Packit 1840b9
- Put epoch into dependecny declaration
Packit 1840b9
Packit 1840b9
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-4
Packit 1840b9
- Link minimal build-root packages against libperl.so explicitly
Packit 1840b9
Packit 1840b9
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-3
Packit 1840b9
- Perl 5.18 rebuild
Packit 1840b9
Packit 1840b9
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-2
Packit 1840b9
- Perl 5.18 rebuild
Packit 1840b9
Packit 1840b9
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-1
Packit 1840b9
- Increase epoch to compete with perl.spec
Packit 1840b9
Packit 1840b9
* Fri May 17 2013 Petr Pisar <ppisar@redhat.com> - 2.51-2
Packit 1840b9
- Specify all dependencies
Packit 1840b9
Packit 1840b9
* Thu May 02 2013 Petr Pisar <ppisar@redhat.com> - 2.51-1
Packit 1840b9
- 2.51 bump
Packit 1840b9
Packit 1840b9
* Mon Apr 29 2013 Petr Pisar <ppisar@redhat.com> - 2.50-1
Packit 1840b9
- 2.50 bump (recoding does not launders taintedness)
Packit 1840b9
Packit 1840b9
* Tue Mar 05 2013 Petr Pisar <ppisar@redhat.com> - 2.49-1
Packit 1840b9
- 2.49 bump
Packit 1840b9
Packit 1840b9
* Mon Feb 18 2013 Petr Pisar <ppisar@redhat.com> - 2.48-1
Packit 1840b9
- 2.48 bump
Packit 1840b9
Packit 1840b9
* Thu Sep 20 2012 Petr Pisar <ppisar@redhat.com> 2.47-1
Packit 1840b9
- Specfile autogenerated by cpanspec 1.78.
Packit 1840b9
- Make devel sub-package architecture specific due to file location