2012-01-16 10:58:46 +00:00
|
|
|
#global subver 1
|
2008-07-24 16:23:19 +00:00
|
|
|
|
2012-04-26 15:43:55 +00:00
|
|
|
# A noarch-turned-arch package should not have debuginfo
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
2008-07-04 21:48:21 +00:00
|
|
|
Name: perl-AnyEvent
|
2013-12-17 21:36:38 +00:00
|
|
|
Version: 7.07
|
2013-08-21 12:48:25 +00:00
|
|
|
Release: 1%{?dist}
|
2008-07-04 21:48:21 +00:00
|
|
|
Summary: Framework for multiple event loops
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/AnyEvent/
|
2009-08-31 14:23:57 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version}%{?subver}.tar.gz
|
2008-07-04 21:48:21 +00:00
|
|
|
|
2012-04-26 15:43:55 +00:00
|
|
|
# Build requirements
|
2008-07-04 21:48:21 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2012-04-26 15:43:55 +00:00
|
|
|
|
|
|
|
# Module requirements
|
|
|
|
BuildRequires: perl >= 3:5.8.1
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Socket)
|
|
|
|
BuildRequires: perl(Task::Weaken)
|
|
|
|
BuildRequires: perl(Time::HiRes)
|
|
|
|
|
|
|
|
# Test suite requirements
|
2012-05-14 13:25:59 +00:00
|
|
|
BuildRequires: perl(File::Spec)
|
2013-08-21 12:48:25 +00:00
|
|
|
BuildRequires: perl(File::Temp)
|
2012-04-26 15:43:55 +00:00
|
|
|
BuildRequires: perl(Net::SSLeay)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
|
|
|
# Event loop testing
|
|
|
|
#
|
|
|
|
# Many of these modules require or build-require AnyEvent themselves,
|
|
|
|
# so don't do event loop testing when bootstrapping
|
|
|
|
#
|
|
|
|
# Cocoa and FLTK are not in Fedora/EPEL
|
|
|
|
# Test suite does not currently test the Qt event loop
|
|
|
|
%if 0%{!?perl_bootstrap:1}
|
|
|
|
BuildRequires: perl(AnyEvent::AIO)
|
2012-04-23 19:19:51 +00:00
|
|
|
BuildRequires: perl(EV)
|
2012-04-26 15:43:55 +00:00
|
|
|
BuildRequires: perl(Event)
|
|
|
|
BuildRequires: perl(Glib) >= 1.210
|
|
|
|
BuildRequires: perl(IO::AIO) >= 4.13
|
2013-08-21 12:48:25 +00:00
|
|
|
BuildRequires: perl(IO::Async::Loop) >= 0.33
|
2012-04-26 15:43:55 +00:00
|
|
|
BuildRequires: perl(POE) >= 1.312
|
|
|
|
BuildRequires: perl(Tk)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# Runtime requires
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
# Optional but recommended
|
|
|
|
Requires: perl(Task::Weaken)
|
|
|
|
|
|
|
|
# Optional dependencies we don't want to require
|
|
|
|
%global optional_deps AnyEvent::AIO
|
|
|
|
%global optional_deps %{optional_deps}|Cocoa::EventLoop
|
|
|
|
%global optional_deps %{optional_deps}|EV
|
|
|
|
%global optional_deps %{optional_deps}|Event
|
|
|
|
%global optional_deps %{optional_deps}|Event::Lib
|
|
|
|
%global optional_deps %{optional_deps}|EventLoop
|
|
|
|
%global optional_deps %{optional_deps}|FLTK
|
|
|
|
%global optional_deps %{optional_deps}|Glib
|
|
|
|
%global optional_deps %{optional_deps}|IO::AIO
|
|
|
|
%global optional_deps %{optional_deps}|IO::Async::Loop
|
|
|
|
%global optional_deps %{optional_deps}|Irssi
|
|
|
|
%global optional_deps %{optional_deps}|POE
|
|
|
|
%global optional_deps %{optional_deps}|Qt
|
|
|
|
%global optional_deps %{optional_deps}|Qt::isa
|
|
|
|
%global optional_deps %{optional_deps}|Qt::slots
|
|
|
|
%global optional_deps %{optional_deps}|Tk
|
|
|
|
|
|
|
|
# Don't include optional dependencies
|
|
|
|
%global __requires_exclude ^perl[(](%{optional_deps})[)]
|
|
|
|
|
|
|
|
# Filter unversioned and bogus provides
|
|
|
|
# AnyEvent::Impl::Cocoa and AnyEvent::Impl::FLTK are filtered as the required
|
|
|
|
# underlying modules are not currently available in Fedora
|
|
|
|
%global __provides_exclude ^perl[(](AnyEvent(::Impl::(Cocoa|FLTK))?|DB)[)]$
|
|
|
|
|
2008-07-04 21:48:21 +00:00
|
|
|
|
|
|
|
%description
|
2012-04-26 15:43:55 +00:00
|
|
|
AnyEvent provides an identical interface to multiple event loops. This allows
|
|
|
|
module authors to utilize an event loop without forcing module users to use the
|
|
|
|
same event loop (as multiple event loops cannot coexist peacefully at any one
|
|
|
|
time).
|
2008-07-04 21:48:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2009-08-31 14:23:57 +00:00
|
|
|
%setup -q -n AnyEvent-%{version}%{?subver}
|
2008-07-04 21:48:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2012-04-26 15:43:55 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2008-07-04 21:48:21 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2012-04-26 15:43:55 +00:00
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
2008-07-04 21:48:21 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
2012-04-26 15:43:55 +00:00
|
|
|
# PERL_ANYEVENT_NET_TESTS shouldn't be set to avoid network tests
|
2008-07-04 21:48:21 +00:00
|
|
|
# on our builder.
|
2012-04-23 19:19:51 +00:00
|
|
|
export PERL_ANYEVENT_LOOP_TESTS=1
|
2008-07-04 21:48:21 +00:00
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc Changes COPYING README
|
2012-04-22 16:55:59 +00:00
|
|
|
%{perl_vendorarch}/AE.pm
|
2012-08-21 09:08:33 +00:00
|
|
|
%{perl_vendorarch}/AnyEvent.pm
|
|
|
|
%{perl_vendorarch}/AnyEvent/
|
|
|
|
%{_mandir}/man3/AE.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::DNS.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Debug.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::FAQ.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Handle.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::Cocoa.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::EV.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::Event.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::EventLib.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::FLTK.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::Glib.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::IOAsync.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::Irssi.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::POE.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::Perl.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::Qt.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Impl::Tk.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Intro.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::IO.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::IO::IOAIO.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::IO::Perl.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Log.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Loop.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Socket.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Strict.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::TLS.3pm*
|
|
|
|
%{_mandir}/man3/AnyEvent::Util.3pm*
|
2008-07-04 21:48:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2013-12-17 21:36:38 +00:00
|
|
|
* Tue Dec 17 2013 Paul Howarth <paul@city-fan.org> - 7.07-1
|
|
|
|
- Update to 7.07:
|
|
|
|
- The documentation for custom tls verify schemes was wrong; make it agree
|
|
|
|
with the code
|
|
|
|
- Added cbor read and write types to AnyEvent::Handle (using CBOR::XS)
|
|
|
|
- Work around an API change in openssl that could cause wrong tls connection
|
|
|
|
aborts, likely on windows only
|
|
|
|
- Calling AnyEvent->now_update with AnyEvent::Impl::Perl caused an endless
|
|
|
|
loop
|
|
|
|
- Add tlsv1_1 and tlsv1_2 protocols to AnyEvent::TLS
|
|
|
|
- Document AnyEvent::Impl::IOAsync::set_loop and
|
|
|
|
$AnyEvent::Impl::IOAsync::LOOP; though only documented now, this
|
|
|
|
functionality has always been available
|
|
|
|
- Force a toplevel domain name in t/81_hosts.t
|
|
|
|
- Document that AnyEvent::Log uses AnyEvent::IO
|
|
|
|
- Warn about AnyEvent::Filesys::Notify performance
|
|
|
|
- Praise the joys of AnyEvent::Fork::*
|
|
|
|
- Time for an =encoding directive
|
|
|
|
- No longer use JSON to create a default json coder; use JSON::XS or JSON::PP
|
|
|
|
directly
|
|
|
|
|
2013-08-21 12:48:25 +00:00
|
|
|
* Wed Aug 21 2013 Paul Howarth <paul@city-fan.org> - 7.05-1
|
|
|
|
- Update to 7.05:
|
|
|
|
- uts46data.pl couldn't be found due to wrong naming of the file
|
|
|
|
- Handle lone \015's properly in AE::Handle's default line read
|
|
|
|
- Untaint IP addresses found in /etc/hosts
|
|
|
|
- The memleak fix in 7.03 caused resolving via /etc/hosts always to fail on
|
|
|
|
first use
|
|
|
|
- Expose AnyEvent::Log::format_time, and allow users to redefine it
|
|
|
|
- Expose AnyEvent::Log::default_format, and allow redefinition
|
|
|
|
- Expose AnyEvent::Log::fatal_exit, to allow redefinition
|
|
|
|
- AnyEvent::Debug shell can now run coro shell commands, if available
|
|
|
|
- t/63* tests were wrongly in MANIFEST
|
|
|
|
- kernel.org's finger server went MIA, switch to freebsd.org and icculus.org
|
|
|
|
- Clarify that IO::AIO and AnyEvent::AIO are needed for AnyEvent::IO to
|
|
|
|
function asynchronously
|
|
|
|
- Hard-disable $^W in most tests; it generates too much garbage output
|
|
|
|
- Use a (hopefully) more future-proof method to emulate common::sense
|
|
|
|
- Upgrade to UTS-46:6.2.0
|
|
|
|
- Switch to INSTLIB from INSTLIBDIR, as INSTLIBDIR was wrongly documented;
|
|
|
|
should not affect anything
|
|
|
|
- Don't BR: perl(Event::Lib) as that back-end is not tested
|
|
|
|
- BR: perl(IO::Async::Loop) for the test suite now that there's a new enough
|
|
|
|
version available
|
|
|
|
- BR: perl(File::Temp) for the test suite
|
|
|
|
|
2013-08-14 16:26:14 +00:00
|
|
|
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 7.04-5
|
|
|
|
- Perl 5.18 re-rebuild of bootstrapped packages
|
|
|
|
|
2013-08-03 17:06:19 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.04-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-22 19:49:10 +00:00
|
|
|
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 7.04-3
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-14 10:09:11 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.04-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-15 12:51:07 +00:00
|
|
|
* Thu Nov 15 2012 Paul Howarth <paul@city-fan.org> - 7.04-1
|
|
|
|
- Update to 7.04:
|
|
|
|
- AnyEvent::Socket::inet_aton did not work when DNS resolution was used to
|
|
|
|
find the addresses
|
|
|
|
- Fix a memory leak in the /etc/hosts lookup code when hosts don't resolve
|
|
|
|
and are not in hosts
|
|
|
|
|
2012-08-21 09:08:33 +00:00
|
|
|
* Tue Aug 21 2012 Paul Howarth <paul@city-fan.org> - 7.02-1
|
|
|
|
- Update to 7.02:
|
|
|
|
- AnyEvent::Util::run_cmd could block indefinitely
|
|
|
|
- Verified that AnyEvent::Socket follows RFC5952
|
|
|
|
- Try to parse "ADDR#PORT" in addition to "ADDR PORT"
|
|
|
|
- Make %%files list more explicit
|
|
|
|
|
2012-07-20 10:00:19 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.01-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-10 13:17:14 +00:00
|
|
|
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 7.01-3
|
|
|
|
- Perl 5.16 re-rebuild of bootstrapped packages
|
|
|
|
|
2012-06-14 14:16:40 +00:00
|
|
|
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 7.01-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-05-14 13:25:59 +00:00
|
|
|
* Sun May 13 2012 Paul Howarth <paul@city-fan.org> - 7.01-1
|
|
|
|
- Update to 7.01:
|
|
|
|
- Fail with EPROTO in AnyEvent::Handle when TLS is requested but not
|
|
|
|
available, instead of throwing an exception
|
|
|
|
- Use File::Spec to get the tmpdir in t/*, to avoid needless failures on
|
|
|
|
(most, not mine :) windows boxes
|
|
|
|
- New handle read types: tls_detect and tls_autostart
|
|
|
|
- BR: perl(File::Spec)
|
|
|
|
|
2012-04-26 15:43:55 +00:00
|
|
|
* Thu Apr 26 2012 Paul Howarth <paul@city-fan.org> - 7.0-1
|
|
|
|
- Update to 7.0
|
|
|
|
- Package generates no debuginfo, so avoid creation of debuginfo sub-package
|
|
|
|
- Add explicit build requirements for the module's needs
|
|
|
|
- Add build requirements for as much event loop testing as is possible in
|
|
|
|
Fedora, breaking potential build dependency cycles by use of the
|
|
|
|
%%{perl_bootstrap} macro
|
|
|
|
- Clean up spec for modern rpmbuild:
|
|
|
|
- Drop %%defattr, redundant since rpm 4.4
|
|
|
|
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
|
- Drop buildroot definition and cleaning
|
|
|
|
- Drop requires/provides filters for rpm versions prior to 4.9
|
|
|
|
- Simplify requires/provides filtering
|
|
|
|
- Explicitly require perl(Task::Weaken) as per upstream recommendation
|
|
|
|
|
2012-04-23 19:19:51 +00:00
|
|
|
* Mon Apr 23 2012 Nicolas Chauvet <kwizart@gmail.com> - 6.14-2
|
|
|
|
- Filter requires perl(FLTK) perl(Cocoa) - rhbz#815496
|
|
|
|
- Filter perl(IO::Async::Loop) to reintroduce later.
|
|
|
|
- Remove filter on perl(AnyEvent::Impl::Qt) since there is perl(Qt)
|
|
|
|
|
2012-04-22 16:47:06 +00:00
|
|
|
* Sun Apr 22 2012 Nicolas Chauvet <kwizart@gmail.com> - 6.14-1
|
|
|
|
- Update to 6.14
|
2012-04-22 16:55:59 +00:00
|
|
|
- Make the package arch specific
|
2012-04-22 16:47:06 +00:00
|
|
|
|
2012-01-16 10:58:46 +00:00
|
|
|
* Mon Jan 16 2012 Nicolas Chauvet <kwizart@gmail.com> - 6.13-1
|
|
|
|
- Update to 6.13
|
|
|
|
|
2012-01-13 12:13:28 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.27-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2012-01-16 10:58:46 +00:00
|
|
|
* Sat Jul 23 2011 Nicolas Chauvet <kwizart@gmail.com> - 5.34-1
|
|
|
|
- Update to 5.34
|
|
|
|
|
2011-07-22 11:22:41 +00:00
|
|
|
* Fri Jul 22 2011 Petr Pisar <ppisar@redhat.com> - 5.27-6
|
|
|
|
- RPM 4.9 dependency filtering added
|
|
|
|
|
2011-06-20 19:58:16 +00:00
|
|
|
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 5.27-5
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-10 21:42:25 +00:00
|
|
|
* Thu Feb 10 2011 Nicolas Chauvet <kwizart@gmail.com> - 5.27-4
|
|
|
|
- Rewritten to new filtering rules
|
|
|
|
http://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Perl
|
|
|
|
|
2011-02-08 15:51:23 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.27-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-14 22:07:28 +00:00
|
|
|
* Tue Dec 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 5.27-2
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-08-22 12:40:59 +00:00
|
|
|
* Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 5.27-1
|
|
|
|
- Update to 5.271 (rpm version : 5.27)
|
|
|
|
|
2010-04-29 19:36:42 +00:00
|
|
|
* Thu Apr 29 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 5.26-1
|
|
|
|
- Update to 5.261 (rpm version : 5.26)
|
|
|
|
|
2010-04-29 16:12:16 +00:00
|
|
|
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 5.24-2
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-01-19 22:23:07 +00:00
|
|
|
* Tue Jan 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 5.24-1
|
|
|
|
- Update to 5.24 (rpm version : 5.24)
|
|
|
|
|
|
|
|
* Mon Dec 7 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 5.22-1
|
2009-12-07 18:02:31 +00:00
|
|
|
- Update to 5.22 (rpm version : 5.22)
|
|
|
|
|
2009-12-07 14:46:52 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 5.11-3
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-08-31 14:34:45 +00:00
|
|
|
* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 5.11-2
|
2009-08-31 14:34:20 +00:00
|
|
|
- Update to 5.112 (rpm version : 5.11 )
|
|
|
|
|
2009-07-27 15:17:30 +00:00
|
|
|
* Mon Jul 27 2009 kwizart < kwizart at gmail.com > - 4.870-1
|
|
|
|
- Update to 4.87 (rpm version : 4.870 )
|
2009-07-27 15:32:58 +00:00
|
|
|
- Add more filter requires to workaround rhbz#512553
|
2009-07-27 15:17:30 +00:00
|
|
|
|
2009-07-26 01:36:59 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.820-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2013-08-21 12:48:25 +00:00
|
|
|
* Wed Jul 15 2009 kwizart < kwizart at gmail.com > - 4.820-1
|
2009-07-27 15:17:30 +00:00
|
|
|
- Update to 4.82 (rpm version : 4.820 )
|
2009-07-15 10:03:44 +00:00
|
|
|
|
2009-05-29 08:35:10 +00:00
|
|
|
* Fri May 29 2009 kwizart < kwizart at gmail.com > - 4.410-1
|
2009-05-29 08:33:16 +00:00
|
|
|
- Update to 4.41 (rpm version : 4.41 )
|
|
|
|
|
2009-04-22 12:48:23 +00:00
|
|
|
* Wed Apr 22 2009 kwizart < kwizart at gmail.com > - 4.352-1
|
|
|
|
- Update to 4.352 (rpm version : same )
|
|
|
|
|
2009-04-03 21:20:12 +00:00
|
|
|
* Fri Apr 3 2009 kwizart < kwizart at gmail.com > - 4.350-1
|
|
|
|
- Update to 4.35 (rpm version : 4.350 )
|
|
|
|
|
2009-03-05 17:20:19 +00:00
|
|
|
* Thu Mar 5 2009 kwizart < kwizart at gmail.com > - 4.340-1
|
|
|
|
- Update to 4.34 (rpm version : 4.340 )
|
|
|
|
|
2009-02-26 10:49:32 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.331-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-12 21:26:28 +00:00
|
|
|
* Mon Jan 12 2009 kwizart < kwizart at gmail.com > - 4.331-1
|
|
|
|
- Update to 4.331 (rpm version : same )
|
|
|
|
|
2008-10-17 08:48:21 +00:00
|
|
|
* Fri Oct 17 2008 kwizart < kwizart at gmail.com > - 4.300-1
|
|
|
|
- Update to 4.3 (rpm version : 4.300 )
|
|
|
|
|
2008-10-14 18:04:51 +00:00
|
|
|
* Tue Oct 14 2008 kwizart < kwizart at gmail.com > - 4.3-1
|
|
|
|
- Update to 4.3
|
|
|
|
|
2008-08-04 10:51:47 +00:00
|
|
|
* Mon Aug 4 2008 kwizart < kwizart at gmail.com > - 4.231-1
|
|
|
|
- Update to 4.231 (rpm version : match )
|
|
|
|
|
2008-07-24 16:23:19 +00:00
|
|
|
* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 4.220-1
|
2008-07-24 16:16:13 +00:00
|
|
|
- Update to 4.22 (rpm version : 4.220 )
|
|
|
|
|
2008-07-18 11:28:37 +00:00
|
|
|
* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 4.21-1
|
|
|
|
- Update to 4.21
|
|
|
|
|
2008-07-04 21:48:21 +00:00
|
|
|
* Fri Jul 4 2008 kwizart < kwizart at gmail.com > - 4.161-1
|
|
|
|
- Update to 4.161
|
|
|
|
|
|
|
|
* Mon Jun 23 2008 kwizart < kwizart at gmail.com > - 4.152-1
|
|
|
|
- Update to 4.152
|
|
|
|
|
|
|
|
* Mon Jun 9 2008 kwizart < kwizart at gmail.com > - 4.151-1
|
|
|
|
- Update to 4.151
|
|
|
|
|
|
|
|
* Thu Jun 5 2008 kwizart < kwizart at gmail.com > - 4.13-1
|
|
|
|
- Update to 4.13
|
|
|
|
|
|
|
|
* Tue Jun 3 2008 kwizart < kwizart at gmail.com > - 4.12-1
|
|
|
|
- Update to 4.12
|
|
|
|
|
|
|
|
* Thu May 29 2008 kwizart < kwizart at gmail.com > - 4.1-1
|
|
|
|
- Update to 4.1
|
|
|
|
|
|
|
|
* Tue May 27 2008 kwizart < kwizart at gmail.com > - 3.5-1
|
|
|
|
- Update to 3.5
|
|
|
|
|
|
|
|
* Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 3.3-1
|
|
|
|
- Initial package for Fedora
|
|
|
|
|