2007-11-12 11:19:29 +00:00
|
|
|
%define support_perl 1
|
|
|
|
%define perl_version %(eval "`%{__perl} -V:version`"; echo $version)
|
2004-09-09 10:29:29 +00:00
|
|
|
|
2004-09-09 10:27:04 +00:00
|
|
|
Name: pilot-link
|
2007-11-22 13:28:46 +00:00
|
|
|
Version: 0.12.3
|
2008-07-06 02:07:47 +00:00
|
|
|
Release: 14%{?dist}
|
2007-12-11 07:55:24 +00:00
|
|
|
Epoch: 2
|
2007-11-12 11:19:29 +00:00
|
|
|
License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
|
2004-09-09 10:27:04 +00:00
|
|
|
Group: Applications/Communications
|
2007-03-09 15:09:10 +00:00
|
|
|
Summary: File transfer utilities between Linux and PalmPilots
|
2006-09-06 16:28:03 +00:00
|
|
|
URL: http://www.pilot-link.org/
|
2007-03-09 15:09:10 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2008-01-04 08:43:15 +00:00
|
|
|
Source0: pilot-link-%{version}.tar.bz2
|
|
|
|
Source3: blacklist-visor
|
2008-01-07 23:54:50 +00:00
|
|
|
Source4: README.fedora
|
|
|
|
Source5: 60-pilot.perms
|
2008-01-04 08:43:15 +00:00
|
|
|
|
2006-09-06 16:28:03 +00:00
|
|
|
ExcludeArch: s390 s390x
|
2006-11-27 11:06:10 +00:00
|
|
|
#Patch1: pilot-link-0.11.0-perlmd5.patch # May be still applied
|
|
|
|
#Patch2: pilot-link-0.11.0-perlpollute.patch # May be still applied
|
|
|
|
#Patch3: pilot-link-0.11.2-malsync.patch # May be still applied
|
2006-12-01 08:22:59 +00:00
|
|
|
Patch4: pilot-link-0.12.1-var.patch
|
2007-08-29 14:54:07 +00:00
|
|
|
Patch6: pilot-link-0.12.2-open.patch
|
2007-12-11 07:53:44 +00:00
|
|
|
Patch7: pilot-link-0.12.3-md5.patch
|
2008-01-09 12:04:17 +00:00
|
|
|
Patch8: bluetooth-session-register.diff
|
2008-03-03 10:12:41 +00:00
|
|
|
Patch9: pilot-link-0.12.2-Zire.patch
|
|
|
|
|
2006-09-06 16:28:03 +00:00
|
|
|
|
2008-01-11 09:45:55 +00:00
|
|
|
Requires(post): /sbin/ldconfig
|
2008-01-07 23:54:50 +00:00
|
|
|
Requires(postun): /sbin/ldconfig
|
2006-09-06 16:28:03 +00:00
|
|
|
|
2004-09-09 10:29:29 +00:00
|
|
|
%if %{support_perl}
|
2007-11-12 11:19:29 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%{perl_version})
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2004-09-09 10:29:29 +00:00
|
|
|
%endif
|
2004-09-09 10:30:31 +00:00
|
|
|
|
2004-09-09 10:32:46 +00:00
|
|
|
BuildRequires: libpng-devel
|
2006-09-06 16:28:03 +00:00
|
|
|
BuildRequires: readline-devel
|
2006-11-27 11:06:10 +00:00
|
|
|
BuildRequires: autoconf
|
2006-11-27 11:26:44 +00:00
|
|
|
BuildRequires: automake
|
2006-11-27 11:47:31 +00:00
|
|
|
BuildRequires: libtool
|
2007-07-27 10:57:47 +00:00
|
|
|
BuildRequires: libusb-devel
|
2008-01-09 12:04:17 +00:00
|
|
|
BuildRequires: bluez-libs-devel
|
2004-09-09 10:27:04 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This suite of tools allows you to upload and download programs and
|
2004-09-09 10:27:36 +00:00
|
|
|
data files between a Linux/UNIX machine and the PalmPilot. It has a
|
2004-09-09 10:27:04 +00:00
|
|
|
few extra utilities that will allow for things like syncing the
|
2004-09-09 10:27:36 +00:00
|
|
|
PalmPilot's calendar app with Ical. Note that you might still need to
|
2004-09-09 10:27:04 +00:00
|
|
|
consult the sources for pilot-link if you would like the Python, Tcl,
|
|
|
|
or Perl bindings.
|
|
|
|
|
|
|
|
Install pilot-link if you want to synchronize your Palm with your Red
|
|
|
|
Hat Linux system.
|
|
|
|
|
|
|
|
%package devel
|
2007-03-09 15:09:10 +00:00
|
|
|
Summary: PalmPilot development header files
|
2004-09-09 10:27:04 +00:00
|
|
|
Group: Development/Libraries
|
2006-11-27 10:37:46 +00:00
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2004-09-09 10:32:46 +00:00
|
|
|
Requires: libpng-devel
|
2006-09-06 16:28:03 +00:00
|
|
|
Requires: readline-devel
|
2004-09-09 10:27:04 +00:00
|
|
|
|
2008-01-07 23:54:50 +00:00
|
|
|
|
2004-09-09 10:27:04 +00:00
|
|
|
%description devel
|
|
|
|
This package contains the development headers that are used to build
|
2004-09-09 10:27:36 +00:00
|
|
|
the pilot-link package. It also includes the static libraries
|
2004-09-09 10:27:04 +00:00
|
|
|
necessary to build static pilot applications.
|
|
|
|
|
|
|
|
If you want to develop PalmPilot synchronizing applications, you'll
|
|
|
|
need to install pilot-link-devel.
|
|
|
|
|
|
|
|
%prep
|
2006-03-29 13:43:24 +00:00
|
|
|
%setup -q
|
2006-12-01 08:22:59 +00:00
|
|
|
%patch4 -p1 -b .var
|
2006-03-29 13:43:24 +00:00
|
|
|
%if %{support_perl}
|
2006-09-06 16:28:03 +00:00
|
|
|
#%patch1 -p1 -b .perlmd5
|
|
|
|
#%patch2 -p1 -b .perlpollute
|
|
|
|
#%patch3 -p1 -b .malsync
|
2006-03-29 13:43:24 +00:00
|
|
|
%endif
|
2007-08-29 14:54:07 +00:00
|
|
|
%patch6 -p1 -b .open
|
2007-12-11 07:53:44 +00:00
|
|
|
%patch7 -p1 -b .md5
|
2008-01-09 12:04:17 +00:00
|
|
|
%patch8 -p0 -b .bluetooth-sdp
|
2008-03-03 10:12:41 +00:00
|
|
|
%patch9 -p1 -b .Zire
|
2004-09-09 10:27:04 +00:00
|
|
|
|
|
|
|
%build
|
2006-11-27 12:52:49 +00:00
|
|
|
autoreconf -is
|
2006-04-21 11:08:15 +00:00
|
|
|
CFLAGS="%{optflags}" %configure \
|
2004-09-09 10:29:29 +00:00
|
|
|
--with-python=no \
|
|
|
|
--with-itcl=no \
|
|
|
|
--with-tk=no \
|
|
|
|
--with-tcl=no \
|
|
|
|
--with-java=no \
|
|
|
|
--with-cpp=yes \
|
|
|
|
%if %{support_perl}
|
2006-11-28 11:02:21 +00:00
|
|
|
--with-perl=yes \
|
2004-09-09 10:29:29 +00:00
|
|
|
%else
|
2006-11-28 11:02:21 +00:00
|
|
|
--with-perl=no \
|
2004-09-09 10:29:29 +00:00
|
|
|
%endif
|
2007-04-16 10:04:12 +00:00
|
|
|
--enable-conduits \
|
|
|
|
--enable-libusb
|
2004-09-09 10:29:29 +00:00
|
|
|
|
2004-09-09 10:27:17 +00:00
|
|
|
make
|
2004-09-09 10:27:04 +00:00
|
|
|
|
|
|
|
%install
|
2006-04-21 11:08:15 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 10:27:17 +00:00
|
|
|
|
2007-11-12 11:43:28 +00:00
|
|
|
make install DESTDIR=%{buildroot} libdir=%{_libdir}
|
|
|
|
make install -C doc/man DESTDIR=%{buildroot} libdir=%{_libdir}
|
|
|
|
|
2004-09-09 10:29:29 +00:00
|
|
|
%if %{support_perl}
|
|
|
|
if test -f bindings/Perl/Makefile.PL ; then
|
|
|
|
cd bindings/Perl
|
2004-09-09 10:28:58 +00:00
|
|
|
perl -pi -e 's|^\$libdir =.*|\$libdir = "%{buildroot}%{_libdir}";|g' Makefile.PL
|
2007-11-12 11:19:29 +00:00
|
|
|
CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make -B || :
|
2004-09-09 10:28:58 +00:00
|
|
|
make
|
2004-09-09 10:29:29 +00:00
|
|
|
cd ../..
|
2004-09-09 10:28:58 +00:00
|
|
|
fi
|
2004-09-09 10:29:29 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{support_perl}
|
2007-11-12 11:19:29 +00:00
|
|
|
cd bindings/Perl
|
|
|
|
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
|
|
|
cd ../..
|
|
|
|
# remove files and fix perms
|
|
|
|
find %{buildroot}%{_libdir}/perl5/ -type f -name '.packlist' -exec rm -f {} \;
|
|
|
|
find %{buildroot}%{_libdir}/perl5/ -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
|
|
|
find %{buildroot}%{_libdir}/perl5/ -type f -name '*.so' -exec chmod 0755 {} \;
|
|
|
|
rm -f %{buildroot}%{_libdir}/perl5/*/*/perllocal.pod
|
|
|
|
rm -f %{buildroot}%{_libdir}/perl5/*/*/*/PDA/dump.pl
|
2006-04-21 11:08:15 +00:00
|
|
|
%else
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/ietf2datebook*
|
2004-09-09 10:29:29 +00:00
|
|
|
%endif
|
|
|
|
|
2004-09-09 10:30:31 +00:00
|
|
|
# remove files we don't want to include
|
2006-04-21 11:08:15 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
2004-09-09 10:30:31 +00:00
|
|
|
|
2007-11-22 13:28:46 +00:00
|
|
|
# remove static libraries
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.a
|
|
|
|
|
2004-09-09 10:33:17 +00:00
|
|
|
# remove broken prog
|
|
|
|
rm -f %{buildroot}%{_bindir}/pilot-prc
|
|
|
|
|
2008-01-04 08:43:15 +00:00
|
|
|
# Put visor to blacklist
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d/
|
|
|
|
install -p -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/modprobe.d/blacklist-visor
|
|
|
|
|
2008-01-07 23:54:50 +00:00
|
|
|
# put README.fedora into tree
|
|
|
|
cp %{SOURCE4} README.fedora
|
|
|
|
|
|
|
|
# install visor configs to share/udev
|
|
|
|
install -p -m644 %{SOURCE5} %{buildroot}%{_datadir}/pilot-link/udev
|
2004-09-09 10:27:04 +00:00
|
|
|
|
2008-01-11 09:45:55 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2008-01-07 23:54:50 +00:00
|
|
|
|
2008-01-11 09:45:55 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2004-09-09 10:27:04 +00:00
|
|
|
|
|
|
|
%clean
|
2006-04-21 11:08:15 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 10:27:04 +00:00
|
|
|
|
|
|
|
%files
|
2007-03-09 15:09:10 +00:00
|
|
|
%defattr(-,root,root,-)
|
2008-01-07 23:54:50 +00:00
|
|
|
%doc COPYING ChangeLog README NEWS doc/README.usb doc/README.debugging doc/README.libusb README.fedora
|
2004-09-09 10:29:29 +00:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%if %{support_perl}
|
2007-11-12 11:19:29 +00:00
|
|
|
%{perl_vendorarch}/auto/*
|
|
|
|
%{perl_vendorarch}/PDA*
|
2004-09-09 10:29:29 +00:00
|
|
|
%endif
|
2006-11-28 11:02:21 +00:00
|
|
|
%{_bindir}/*
|
2004-09-09 10:29:29 +00:00
|
|
|
%{_datadir}/pilot-link
|
2004-09-09 10:27:17 +00:00
|
|
|
%{_mandir}/man?/*
|
2008-01-04 08:43:15 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-visor
|
2004-09-09 10:27:04 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 10:29:29 +00:00
|
|
|
%{_libdir}/*.so
|
2006-09-06 16:28:03 +00:00
|
|
|
%{_libdir}/pkgconfig/*
|
2004-09-09 10:27:04 +00:00
|
|
|
%{_includedir}/*
|
2004-09-09 10:30:31 +00:00
|
|
|
%{_datadir}/aclocal/*.m4
|
2004-09-09 10:27:04 +00:00
|
|
|
|
|
|
|
%changelog
|
2008-07-06 02:07:47 +00:00
|
|
|
* Fri Jun 06 2008 Kevin Page <krp[AT]fedoraproject org> - 2:0.12.3-14
|
|
|
|
- corrected documentation for visor module use
|
|
|
|
|
2008-03-26 12:25:47 +00:00
|
|
|
* Wed Mar 26 2008 Ivana Varekova <varekova@redhat.com> 2:0.12.3-13
|
|
|
|
- remove HAL/PolicyKit staff (is in hal package now)
|
|
|
|
|
2008-03-25 11:35:43 +00:00
|
|
|
* Tue Mar 25 2008 Ivana Varekova <varekova@redhat.com> 2:0.12.3-12
|
|
|
|
- resolved 437310: change hal rules (palm rules were added to hal-info)
|
|
|
|
|
2008-03-09 18:01:23 +00:00
|
|
|
* Sun Mar 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2:0.12.3-11
|
|
|
|
- rebuild for perl 5.10.0
|
|
|
|
|
2008-03-03 10:12:41 +00:00
|
|
|
* Mon Mar 3 2008 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-10
|
|
|
|
- Synchronize with F-8 branch:
|
|
|
|
- add Z22 patch
|
|
|
|
- change hal rules
|
|
|
|
|
2008-03-02 15:54:52 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:0.12.3-9
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
2008-02-20 06:40:06 +00:00
|
|
|
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2:0.12.3-8
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-28 21:43:26 +00:00
|
|
|
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:0.12.3-7
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2008-03-03 10:12:41 +00:00
|
|
|
* Fri Jan 11 2008 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-6
|
2008-01-11 09:45:55 +00:00
|
|
|
- Synchronize with F-8 branch:
|
|
|
|
- remove visor modul remove from %post script
|
|
|
|
- Change README.fedora use "ttyUSB[13579]" in 60-pilot.rules
|
|
|
|
|
2008-01-09 12:04:17 +00:00
|
|
|
* Wed Jan 09 2008 - Bastien Nocera <bnocera@redhat.com> - 2:0.12.3-5
|
|
|
|
- Add Bluetooth support, with patch from Matt Davey <mcdavey@mrao.cam.ac.uk>
|
|
|
|
to avoid crashing when pi_close is called
|
|
|
|
|
2008-01-07 23:54:50 +00:00
|
|
|
* Mon Jan 7 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.3-4
|
|
|
|
- Synchronize with F-8 branch:
|
|
|
|
- Add README.fedora and visor configs as fallbacks (#280251: thanks Kevin Page)
|
|
|
|
- Don't tag HAL/PolicyKit files as %config (#427840)
|
|
|
|
- Remove visor module if currently loaded (#280251)
|
|
|
|
|
2008-01-04 08:43:15 +00:00
|
|
|
* Fri Jan 4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.3-3
|
|
|
|
- Synchronize with F-8 branch: add HAL, PolicyKit rules (#280251)
|
|
|
|
|
2007-12-11 07:55:24 +00:00
|
|
|
* Tue Dec 11 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-2
|
2007-12-11 07:53:44 +00:00
|
|
|
- fix md5 header file
|
|
|
|
|
2007-11-22 13:28:46 +00:00
|
|
|
* Thu Nov 22 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-1
|
|
|
|
- update to 0.12.3
|
|
|
|
- remove static libraries
|
|
|
|
|
2008-01-04 08:43:15 +00:00
|
|
|
* Mon Nov 12 2007 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.2-7
|
2007-11-12 11:43:28 +00:00
|
|
|
- Perl bindings need to be compiled after libpisock is installed
|
|
|
|
|
2008-01-04 08:43:15 +00:00
|
|
|
* Mon Nov 12 2007 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.2-6
|
2007-11-12 11:19:29 +00:00
|
|
|
- Enable Perl bindings
|
|
|
|
- Include important docs such as README.usb
|
|
|
|
|
2007-08-29 14:54:07 +00:00
|
|
|
* Tue Aug 29 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.2-5
|
2007-08-28 18:04:50 +00:00
|
|
|
- Rebuild for selinux ppc32 issue.
|
2007-08-29 14:54:07 +00:00
|
|
|
- fix open function calls
|
2007-07-27 10:57:47 +00:00
|
|
|
|
|
|
|
* Fri Jul 27 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.2-4
|
|
|
|
- add libusb-devel
|
|
|
|
|
2007-06-06 11:43:37 +00:00
|
|
|
* Wed Jun 6 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.2-3
|
|
|
|
- Resolves: #240327
|
|
|
|
remove IT_PROG_INTLTOOL definition
|
|
|
|
|
2007-04-30 11:46:33 +00:00
|
|
|
* Mon Apr 30 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.2-2
|
|
|
|
- Resolves: 238239
|
|
|
|
fix a syntax error in pilot-link.m4
|
|
|
|
|
2007-04-26 10:59:38 +00:00
|
|
|
* Thu Apr 26 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.2-1
|
|
|
|
- update to 0.12.2
|
|
|
|
|
2007-04-16 10:04:12 +00:00
|
|
|
* Mon Apr 16 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.1-6
|
|
|
|
- add --enable-libusb (#236413)
|
|
|
|
|
2007-03-09 15:09:10 +00:00
|
|
|
* Fri Mar 9 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.1-5
|
|
|
|
- incorporate the package review feedback
|
|
|
|
|
2006-12-01 08:22:59 +00:00
|
|
|
* Thu Nov 30 2006 Ivana Varekova <varekova@redhat.com> - 2:0.12.1-4
|
|
|
|
- fix undefined value problem #156682
|
|
|
|
|
|
|
|
* Tue Nov 28 2006 Ivana Varekova <varekova@redhat.com> - 2:0.12.1-3
|
2006-11-28 11:02:21 +00:00
|
|
|
- add enable-conduits option
|
|
|
|
|
2006-11-27 10:40:14 +00:00
|
|
|
* Mon Nov 27 2006 Ivana Varekova <varekova@redhat.com> - 2:0.12.1-2
|
2006-11-27 10:37:46 +00:00
|
|
|
- Add epoch
|
|
|
|
- Delete useless patches
|
2006-11-27 11:47:31 +00:00
|
|
|
- Add Buildrequires autoconf, automake and libtool
|
2006-11-27 10:37:46 +00:00
|
|
|
|
2006-09-06 16:28:03 +00:00
|
|
|
* Wed Sep 6 2006 Matthew Barnes <mbarnes@redhat.com> - 0.12.1-1.fc6
|
|
|
|
- Update to 0.12.1
|
|
|
|
- Disable all patches for 0.11.
|
|
|
|
|
2006-07-18 06:26:27 +00:00
|
|
|
* Tue Jul 18 2006 Ivana Varekova <varekova@redhat.com> 2:0.11.8-16
|
|
|
|
- fix configure script
|
|
|
|
|
2006-07-12 07:49:12 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:0.11.8-15.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-04-21 11:08:15 +00:00
|
|
|
* Fri Apr 21 2006 Than Ngo <than@redhat.com> 2:0.11.8-15
|
|
|
|
- fix pilot-xfer crash on missing device node #186779, #175334
|
|
|
|
- don't include unnecessary man page #185147
|
|
|
|
|
2006-03-29 20:24:01 +00:00
|
|
|
* Wed Mar 29 2006 Than Ngo <than@redhat.com> 2:0.11.8-14
|
|
|
|
- rebuild to get rid of libpisock.so.9
|
|
|
|
|
2006-03-29 13:43:24 +00:00
|
|
|
* Wed Mar 29 2006 Than Ngo <than@redhat.com> 2:0.11.8-13
|
|
|
|
- downgrade to stable release 0.11.8
|
|
|
|
|
2006-02-11 05:09:23 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:0.12.0-0.pre4.5.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:29:21 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:0.12.0-0.pre4.5.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:42:43 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-08-30 10:20:04 +00:00
|
|
|
* Tue Aug 30 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre4.5
|
|
|
|
- pre5 cvs snapshots
|
|
|
|
- remove several patches which included new upstream
|
|
|
|
|
2005-08-16 13:48:25 +00:00
|
|
|
* Tue Aug 16 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre4.4
|
|
|
|
- apply patch to fix pilot-xfer crash #166037
|
|
|
|
|
2005-07-26 08:42:38 +00:00
|
|
|
* Tue Jul 26 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre4.3
|
|
|
|
- apply patch to fix gcc warnings #164203
|
|
|
|
|
2005-06-28 16:48:03 +00:00
|
|
|
* Tue Jun 28 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre4.2
|
|
|
|
- fix c++ build problem
|
|
|
|
|
2005-06-15 16:55:38 +00:00
|
|
|
* Wed Jun 15 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre4.1
|
|
|
|
- 0.12.0-pre4
|
|
|
|
- remove pilot-link-0.12.0-pre3-buffer.patch, it's included in new upstream
|
|
|
|
|
2005-06-09 10:29:49 +00:00
|
|
|
* Thu Jun 09 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre3.2
|
|
|
|
- fix non utf-8 in changelog #159582
|
|
|
|
|
2005-06-08 19:13:58 +00:00
|
|
|
* Wed Jun 08 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre3.1
|
|
|
|
- apply patch to fix compiler warnings
|
|
|
|
|
2005-06-08 14:10:28 +00:00
|
|
|
* Wed Jun 08 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre3.0
|
|
|
|
- 0.12.0-pre3
|
|
|
|
|
2005-03-13 21:59:06 +00:00
|
|
|
* Sun Mar 13 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre2.0
|
|
|
|
- 0.12.0-pre2
|
|
|
|
- fix build gcc 4 problem
|
2005-03-07 17:36:43 +00:00
|
|
|
|
2005-01-24 18:05:56 +00:00
|
|
|
* Mon Jan 24 2005 Than Ngo <than@redhat.com> 0.11.8-10
|
|
|
|
- Add patch to cleanup bad code #146001
|
|
|
|
|
2005-01-12 16:15:29 +00:00
|
|
|
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 0.11.8-9
|
|
|
|
- Rebuilt for new readline.
|
|
|
|
|
2004-09-09 10:33:20 +00:00
|
|
|
* Fri Aug 6 2004 Tim Waugh <twaugh@redhat.com> 0.11.8-8
|
|
|
|
- Fixed underquoted m4 definitions.
|
|
|
|
|
2004-09-09 10:33:17 +00:00
|
|
|
* Tue Jul 27 2004 Than Ngo <than@redhat.com> 0.11.8-7
|
|
|
|
- add patch to fix problem in loading data into Palm
|
|
|
|
|
2004-09-09 10:32:46 +00:00
|
|
|
* Wed Jun 30 2004 Than Ngo <than@redhat.com> 0.11.8-6
|
|
|
|
- add fix to avoid an out-of bounds array access
|
|
|
|
- add buildprereq on readline-devel, libpng-devel, bug #111119
|
|
|
|
- add patch to fix segfault in Net Library, bug #125878
|
|
|
|
|
2004-09-09 10:32:40 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:32:30 +00:00
|
|
|
* Mon May 24 2004 Than Ngo <than@redhat.com> 1:0.11.8-4
|
|
|
|
- fix build problem with new libpng
|
|
|
|
|
2004-09-09 10:32:15 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Dec 17 2003 Than Ngo <than@redhat.com> 1:0.11.8-2
|
|
|
|
- Updated Url
|
|
|
|
|
2004-09-09 10:30:54 +00:00
|
|
|
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 1:0.11.8-1
|
|
|
|
- 0.11.8
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed May 7 2003 Than Ngo <than@redhat.com> 0.11.7-1
|
|
|
|
- 0.11.7
|
|
|
|
|
2004-09-09 10:30:31 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Sun Dec 8 2002 Than Ngo <than@redhat.com> 0.11.5-3
|
|
|
|
- cleanup some bad codes (from d.binderman@virgin.net) bug #79237
|
|
|
|
- fix dependency issues
|
|
|
|
|
|
|
|
* Mon Nov 4 2002 Jeremy Katz <katzj@redhat.com> 0.11.5-2
|
|
|
|
- pilot-link-devel needs to require the epoch on the main package
|
|
|
|
|
|
|
|
* Sat Nov 2 2002 Jeremy Katz <katzj@redhat.com> 0.11.5-1
|
|
|
|
- update to 0.11.5
|
|
|
|
|
2004-09-09 10:30:29 +00:00
|
|
|
* Wed Aug 28 2002 Than Ngo <than@redhat.com> 0.11.3-3
|
|
|
|
- rpath issue
|
|
|
|
|
2004-09-09 10:29:58 +00:00
|
|
|
* Sun Aug 25 2002 Than Ngo <than@redhat.com> 0.11.3-2
|
|
|
|
- multilib bugs in specfile (bug #72556)
|
|
|
|
|
2004-09-09 10:29:53 +00:00
|
|
|
* Thu Aug 22 2002 Than Ngo <than@redhat.com> 0.11.3-1
|
2004-09-09 10:29:58 +00:00
|
|
|
- 0.11.3 fixed a bug in the process, which was causing some issues with J-Pilot
|
2004-09-09 10:29:53 +00:00
|
|
|
|
2004-09-09 10:29:50 +00:00
|
|
|
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt with gcc-3.2 (we hope)
|
|
|
|
|
2004-09-09 10:29:29 +00:00
|
|
|
* Tue Aug 6 2002 Than Ngo <than@redhat.com> 0.11.2-1
|
|
|
|
- 0.11.2 (bug #70889)
|
|
|
|
- add missing static library
|
|
|
|
|
|
|
|
* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 0.11.0-4
|
|
|
|
- rebuild using gcc-3.2-0.1
|
|
|
|
|
|
|
|
* Thu Jul 18 2002 Tim Powers <timp@redhat.com> 0.11.0-3
|
|
|
|
- add %%{_libdir}/libpisock++.so and %%{_libdir}/libpisock++.so.* to
|
|
|
|
the file lists to fix the broken deps
|
|
|
|
|
|
|
|
* Thu Jul 18 2002 Than Ngo <than@redhat.com> 0.11.0-2
|
|
|
|
- Added missing some symlinks
|
|
|
|
|
|
|
|
* Thu Jul 18 2002 Than Ngo <than@redhat.com> 0.11.0-1
|
|
|
|
- 0.11.0 (bug #69135)
|
|
|
|
- Adapted patches into 0.11.0
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jun 19 2002 Than Ngo <than@redhat.com> 0.9.5-19
|
|
|
|
- don't forcibly strip binaries
|
|
|
|
|
|
|
|
* Mon Jun 11 2002 Than Ngo <than@redhat.com> 0.9.5-18
|
|
|
|
- get rid of tcl/tk dependency (bug #66480)
|
|
|
|
|
|
|
|
* Wed Jun 05 2002 Than Ngo <than@redhat.com> 0.9.5-17
|
|
|
|
- add rpmlint filter rpmlint bug #66008
|
|
|
|
- add malsync-supporting bug #64882
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 10:28:58 +00:00
|
|
|
* Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com> 0.9.5-13
|
|
|
|
- free trip through the build system
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.9.5-12
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Mon Dec 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.5-11
|
|
|
|
- fix build with gcc 3.1
|
|
|
|
|
|
|
|
* Mon Nov 12 2001 Than Ngo <than@redhat.com> 0.9.5-10
|
|
|
|
- add patch for building against gcc 3
|
2004-09-09 10:28:29 +00:00
|
|
|
|
2004-09-09 10:28:58 +00:00
|
|
|
* Thu Sep 20 2001 Than Ngo <than@redhat.com> 0.9.5-9
|
|
|
|
- update to 0.9.5 release (bug #53430)
|
|
|
|
- fix bug #53807
|
|
|
|
- add Url
|
2004-09-09 10:27:56 +00:00
|
|
|
|
2004-09-09 10:27:36 +00:00
|
|
|
* Fri Aug 10 2001 Than Ngo <than@redhat.com>
|
|
|
|
- add epoch (bug #51429)
|
|
|
|
|
2005-06-09 10:29:49 +00:00
|
|
|
* Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 10:27:27 +00:00
|
|
|
- s/Copyright/License/
|
|
|
|
- Add dependency on main package for the devel subpackage
|
|
|
|
|
|
|
|
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
* Fri Jun 15 2001 Than Ngo <than@redhat.com>
|
|
|
|
- fix to build against libtool (bug #43800)
|
|
|
|
|
|
|
|
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.5-4
|
|
|
|
- rebuild with new readline
|
|
|
|
|
2004-09-09 10:27:20 +00:00
|
|
|
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild for C++ exception handling on ia64
|
|
|
|
|
2004-09-09 10:27:17 +00:00
|
|
|
* Thu Feb 01 2001 Than Ngo <than@redhat.com>
|
2005-06-09 10:29:49 +00:00
|
|
|
- cleanup patch from Jürgen Stuber to fix "Weird packet" error (Bug #25360)
|
2004-09-09 10:27:17 +00:00
|
|
|
|
|
|
|
* Mon Nov 20 2000 Than Ngo <than@redhat.com>
|
|
|
|
- update 0.9.5pre3 snapshot from CVS
|
|
|
|
- fix up broken codes
|
|
|
|
|
2004-09-09 10:27:04 +00:00
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Tue Jul 4 2000 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
- Rebuild with new C++
|
|
|
|
|
|
|
|
* Mon Jun 5 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- defattr on devel package
|
|
|
|
|
|
|
|
* Sat Jun 3 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- rebuilt against tcl-8.3.1
|
|
|
|
|
|
|
|
* Wed May 31 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- fix building with egcs 2.96 and gcc 2.2, build against new libstdc++
|
|
|
|
- use _mandir macro
|
|
|
|
|
|
|
|
* Wed Apr 5 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild against current ncurses/readline
|
|
|
|
|
|
|
|
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
|
|
|
- call ldconfig directly from postun
|
|
|
|
|
|
|
|
* Tue Mar 7 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- rebuild for sparc baud rates > 38400.
|
|
|
|
|
|
|
|
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- gzip man pages
|
|
|
|
|
|
|
|
* Wed Oct 20 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- upgrade to pilot-link 0.9.3, rewrite spec.
|
|
|
|
|
|
|
|
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- strip binaries
|
|
|
|
|
|
|
|
* Tue Mar 30 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- added missing files from devel subpackage
|
|
|
|
|
|
|
|
* Fri Mar 26 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- move /usr/lib/pix to /usr/lib/pilot-link (dumb, BAD name)
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 5)
|
|
|
|
|
|
|
|
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- Injected new description and group.
|
|
|
|
|
|
|
|
* Thu Jan 21 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- arm fix
|
|
|
|
|
|
|
|
* Fri Sep 24 1998 Michael Maher <mike@redhat.com>
|
|
|
|
- cleaned up spec file, updated package
|
|
|
|
|
|
|
|
* Tue May 19 1998 Michael Maher <mike@redhat.com>
|
|
|
|
- updated rpm
|
|
|
|
|
|
|
|
* Thu Jan 29 1998 Otto Hammersmith <otto@redhat.com>
|
|
|
|
- added changelog
|
|
|
|
- updated to 0.8.9
|
|
|
|
- removed explicit requires for /usr/bin/perl
|
|
|
|
|