0a3578
%global catalogue /etc/X11/fontpath.d
0a3578
0a3578
%global majorver 3.6
0a3578
Summary: An X Window System based IBM 3278/3279 terminal emulator
0a3578
Name: x3270
0a3578
Version: 3.6ga5
0a3578
Release: 1%{?dist}
0a3578
License: BSD
0a3578
Group: Applications/Internet
0a3578
URL: http://x3270.sourceforge.net/
0a3578
Source0: http://downloads.sourceforge.net/%{name}/suite3270-%{version}-src.tgz
0a3578
Source1: x3270.png
0a3578
Source2: x3270.desktop
0a3578
Patch0: x3270-3.5-paths.patch
0a3578
Patch1: x3270-3.5-ibmhostpath.patch
0a3578
0a3578
BuildRequires: ncurses-devel
0a3578
BuildRequires: readline-devel
0a3578
BuildRequires: openssl-devel
0a3578
BuildRequires: libtool
0a3578
BuildRequires: desktop-file-utils
0a3578
BuildRequires: fontpackages-devel
0a3578
0a3578
%package x11
0a3578
Summary: IBM 3278/3279 terminal emulator for the X Window System
0a3578
Group: Applications/Internet
0a3578
BuildRequires: imake
0a3578
BuildRequires: xorg-x11-font-utils
0a3578
BuildRequires: libXaw-devel
0a3578
Requires: %{name} = %{version}
0a3578
Requires(post): /usr/bin/mkfontdir
0a3578
Requires(postun): /usr/bin/mkfontdir
0a3578
0a3578
%package text
0a3578
Summary: IBM 3278/3279 terminal emulator for text mode
0a3578
Group: Applications/Internet
0a3578
Requires: %{name} = %{version}
0a3578
0a3578
0a3578
%description
0a3578
The x3270 package contains files needed for emulating the IBM 3278/3279
0a3578
terminals, commonly used with mainframe applications.
0a3578
0a3578
You will also need to install a frontend for %{name}. Available frontends
0a3578
are %{name}-x11 (for the X Window System) and %{name}-text (for text mode).
0a3578
0a3578
%description x11
0a3578
The x3270 program opens a window in the X Window System which emulates
0a3578
the actual look of an IBM 3278/3279 terminal, commonly used with
0a3578
mainframe applications.  x3270 also allows you to telnet to an IBM
0a3578
host from the x3270 window.
0a3578
0a3578
Install the %{name}-x11 package if you need to access IBM hosts using an IBM
0a3578
3278/3279 terminal emulator from X11.
0a3578
0a3578
%description text
0a3578
The c3270 program opens a 3270 terminal which emulates the actual look of an
0a3578
IBM 3278/3279 terminal, commonly used with mainframe applications.
0a3578
x3270 also allows you to telnet to an IBM host from the x3270 window.
0a3578
0a3578
Install the %{name}-text package if you need to access IBM hosts using an IBM
0a3578
3278/3279 terminal emulator without running X.
0a3578
0a3578
0a3578
%prep
0a3578
%setup -q -n suite3270-%{majorver}
0a3578
%patch0 -p1 -b .paths
0a3578
%patch1 -p1 -b .ibmhosts
0a3578
0a3578
for d in c3270 pr3287 s3270 x3270; do
0a3578
    for f in LICENSE README html; do
0a3578
	mv $d/$f $f.$d
0a3578
    done
0a3578
done
0a3578
0a3578
0a3578
%build
0a3578
%configure --enable-x3270 --enable-c3270 --enable-s3270 --enable-pr3287
0a3578
make %{?_smp_mflags} CCOPTIONS="$RPM_OPT_FLAGS" LIBX3270DIR=%{_sysconfdir}
0a3578
0a3578
# build playback tool
0a3578
( cd Playback; make CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" )
0a3578
0a3578
0a3578
%install
0a3578
make install DESTDIR=$RPM_BUILD_ROOT CIFONTDIR=%{_fontdir} LIBX3270DIR=%{_sysconfdir}
0a3578
make install.man DESTDIR=$RPM_BUILD_ROOT
0a3578
0a3578
mkdir -p $RPM_BUILD_ROOT%{catalogue}
0a3578
ln -sf %{_fontdir} $RPM_BUILD_ROOT%{catalogue}/x3270
0a3578
0a3578
install -p -m755 Playback/playback $RPM_BUILD_ROOT%{_bindir}
0a3578
install -p -m644 Playback/playback.man $RPM_BUILD_ROOT%{_mandir}/man1/playback.1
0a3578
0a3578
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
0a3578
install -p -m644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/48x48/apps
0a3578
0a3578
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
0a3578
desktop-file-install \
0a3578
        --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
0a3578
        %{SOURCE2}
0a3578
0a3578
0a3578
%post x11
0a3578
cd %{_fontdir} && %{_prefix}/bin/mkfontdir
0a3578
0a3578
%files
0a3578
%doc LICENSE.s3270 README.s3270 html.s3270
0a3578
%doc LICENSE.pr3287 README.pr3287 html.pr3287
0a3578
%{_bindir}/s3270
0a3578
%{_bindir}/pr3287
0a3578
%{_bindir}/x3270if
0a3578
%{_bindir}/playback
0a3578
%{_mandir}/man1/s3270.1*
0a3578
%{_mandir}/man1/pr3287.1*
0a3578
%{_mandir}/man1/x3270if.1*
0a3578
%{_mandir}/man1/x3270-script.1*
0a3578
%{_mandir}/man1/playback.1*
0a3578
%{_mandir}/man5/ibm_hosts.5*
0a3578
%config(noreplace) %{_sysconfdir}/ibm_hosts
0a3578
0a3578
%files x11
0a3578
%doc LICENSE.x3270 README.x3270 html.x3270
0a3578
%{_bindir}/x3270
0a3578
%{_fontdir}/
0a3578
%{catalogue}/x3270
0a3578
%{_mandir}/man1/x3270.1*
0a3578
%{_datadir}/icons/hicolor/48x48/apps/x3270.png
0a3578
%{_datadir}/applications/x3270.desktop
0a3578
0a3578
%files text
0a3578
%doc LICENSE.c3270 README.c3270 html.c3270
0a3578
%{_bindir}/c3270
0a3578
%{_mandir}/man1/c3270.1*
0a3578
0a3578
0a3578
%changelog
0a3578
* Mon Feb 12 2018 Dan Horák <dan[at]danny.cz> - 3.6ga5-1
0a3578
- updated to 3.6ga5 (#1544168)
0a3578
0a3578
* Fri Feb  9 2018 Florian Weimer <fweimer@redhat.com> - 3.6ga4-3
0a3578
- Build playback with LDFLAGS from redhat-rpm-config
0a3578
0a3578
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org>
0a3578
- Remove obsolete scriptlets
0a3578
0a3578
* Sun Dec 31 2017 Dan Horák <dan[at]danny.cz> - 3.6ga4-1
0a3578
- updated to 3.6ga4 (#1529910)
0a3578
0a3578
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5ga11-3
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0a3578
0a3578
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5ga11-2
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0a3578
0a3578
* Thu Jun 29 2017 Dan Horák <dan[at]danny.cz> - 3.5ga11-1
0a3578
- updated to 3.5ga11 (#1465201)
0a3578
0a3578
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5ga10-2
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0a3578
0a3578
* Tue Jan 17 2017 Dan Horák <dan[at]danny.cz> - 3.5ga10-1
0a3578
- updated to 3.5ga10 (#1413799)
0a3578
0a3578
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 3.5ga9-2
0a3578
- Rebuild for readline 7.x
0a3578
0a3578
* Tue Dec 27 2016 Dan Horák <dan[at]danny.cz> - 3.5ga9-1
0a3578
- updated to 3.5ga9 (#1408735)
0a3578
0a3578
* Mon May 16 2016 Dan Horák <dan[at]danny.cz> - 3.5ga8-1
0a3578
- updated to 3.5ga8 (#1335153)
0a3578
0a3578
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.15ga9-2
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0a3578
0a3578
* Fri Jun 19 2015 Dan Horák <dan[at]danny.cz> - 3.3.15ga9-1
0a3578
- updated to 3.3.15ga9
0a3578
- fix FTBFS in s3270 due hardening
0a3578
0a3578
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.15ga8-2
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0a3578
0a3578
* Sun Jan 04 2015 Dan Horák <dan[at]danny.cz> - 3.3.15ga8-1
0a3578
- updated to 3.3.15ga8 (#1178449)
0a3578
0a3578
* Wed Dec 17 2014 Dan Horák <dan[at]danny.cz> - 3.3.15ga7-1
0a3578
- updated to 3.3.15ga7 (#1175247)
0a3578
0a3578
* Sat Dec 06 2014 Dan Horák <dan[at]danny.cz> - 3.3.15ga6-1
0a3578
- updated to 3.3.15ga6 (#1171097)
0a3578
0a3578
* Fri Oct 17 2014 Dan Horák <dan[at]danny.cz> - 3.3.15ga5-1
0a3578
- updated to 3.3.15ga5 (#1154010)
0a3578
0a3578
* Fri Oct 10 2014 Dan Horák <dan[at]danny.cz> - 3.3.15ga4-1
0a3578
- updated to 3.3.15ga4 (#1150568)
0a3578
0a3578
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.14ga11-3
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0a3578
0a3578
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.14ga11-2
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0a3578
0a3578
* Thu May 08 2014 Dan Horák <dan[at]danny.cz> - 3.3.14ga11-1
0a3578
- updated to 3.3.14ga11 (#1095670)
0a3578
0a3578
* Mon Apr 14 2014 Dan Horák <dan[at]danny.cz> - 3.3.14ga9-1
0a3578
- updated to 3.3.14ga9 (#1087398)
0a3578
0a3578
* Thu Mar 13 2014 Dan Horák <dan[at]danny.cz> - 3.3.14ga7-1
0a3578
- updated to 3.3.14ga7 (#1075007)
0a3578
0a3578
* Mon Sep 16 2013 Dan Horák <dan[at]danny.cz> - 3.3.13ga7-1
0a3578
- updated to 3.3.13ga7 (#1008442)
0a3578
0a3578
* Tue Sep 10 2013 Dan Horák <dan[at]danny.cz> - 3.3.13ga6-1
0a3578
- updated to 3.3.13ga6 (#1006023)
0a3578
0a3578
* Fri Aug 23 2013 Dan Horák <dan[at]danny.cz> - 3.3.12ga13-1
0a3578
- updated to 3.3.12ga13 (#959961)
0a3578
0a3578
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12ga12-3
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0a3578
0a3578
* Mon Mar 25 2013 Samantha N. Bueno <sbueno[at]redhat.com> - 3.3.12ga12-2
0a3578
- Rebuilt to include fix for #926737
0a3578
0a3578
* Mon Mar 25 2013 Samantha N. Bueno <sbueno[at]redhat.com> - 3.3.12ga12-1
0a3578
- updated to 3.3.12ga12
0a3578
- fixes CVE-2012-5662 (#889373, #924228)
0a3578
- add support for aarch64 to build system (#926737)
0a3578
0a3578
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 3.3.12ga11-5
0a3578
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
0a3578
- Cleanup spec as per recently changed packaging guidelines
0a3578
0a3578
* Thu Nov 22 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga11-4
0a3578
- fix license (BSD instead of MIT)
0a3578
0a3578
* Thu Sep 27 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga11-3
0a3578
- cleanup of BuildRequires
0a3578
0a3578
* Fri Sep 21 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga11-2
0a3578
- enable DBCS character sets (#801139)
0a3578
0a3578
* Fri Sep 07 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga11-1
0a3578
- updated to 3.3.12ga11
0a3578
0a3578
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12ga7-2
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0a3578
0a3578
* Thu Apr 12 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga7-1
0a3578
- updated to 3.3.12ga7
0a3578
- spec cleanup
0a3578
0a3578
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.10ga4-3
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0a3578
0a3578
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.10ga4-2
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0a3578
0a3578
* Tue Dec 08 2009 Karsten Hopp <karsten@redhat.com> 3.3.10ga4-1
0a3578
- update to 3.3.10ga4-1
0a3578
0a3578
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 3.3.6-10
0a3578
- rebuilt with new openssl
0a3578
0a3578
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-9
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0a3578
0a3578
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-8
0a3578
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0a3578
0a3578
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> 3.3.6-7
0a3578
- rebuild with new openssl
0a3578
0a3578
* Thu Oct 02 2008 Karsten Hopp <karsten@redhat.com> 3.3.6-6
0a3578
- update redhat patch for fuzz=0 (#465087)
0a3578
0a3578
* Thu Mar 20 2008 Karsten Hopp <karsten@redhat.com> 3.3.6-5
0a3578
- fix compiler flags for FORTIFY_SOURCE
0a3578
0a3578
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3.6-4
0a3578
- Autorebuild for GCC 4.3
0a3578
0a3578
* Wed Dec 05 2007 Karsten Hopp <karsten@redhat.com> 3.3.6-3
0a3578
- rebuild with new openssl libs
0a3578
0a3578
* Tue Aug 21 2007 Karsten Hopp <karsten@redhat.com> 3.3.6-2
0a3578
- drop chkfontpath dependency (#252274)
0a3578
0a3578
* Wed Aug 08 2007 Karsten Hopp <karsten@redhat.com> 3.3.6-1
0a3578
- version 3.3.6
0a3578
- fix font resize issue
0a3578
- enable app-defaults
0a3578
0a3578
* Sun Aug 27 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p7-5
0a3578
- rebuild
0a3578
0a3578
* Tue Aug 15 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p7-4
0a3578
- fix requirements of -X11 subpackage
0a3578
0a3578
* Wed Jul 12 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p7-3
0a3578
- fix fileconflicts in subpackages
0a3578
0a3578
* Wed Jul 05 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p7-2
0a3578
- silence chkconfig
0a3578
- rpmlint fixes:
0a3578
 - replace PreReq/BuildPrereq with Requires/BuildRequires
0a3578
 - move ibm_hosts to %%{_sysconfdir}
0a3578
 - fix end of line encodings in docs
0a3578
0a3578
* Tue Jun 13 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p6-6
0a3578
- update to 3.3.4p7
0a3578
- buildrequire libtool
0a3578
0a3578
* Fri Feb 17 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p6-5
0a3578
- rebuild
0a3578
0a3578
* Mon Dec 19 2005 Karsten Hopp <karsten@redhat.de> 3.3.4p6-4
0a3578
- test build without modular-X patch
0a3578
0a3578
* Wed Nov 23 2005 Karsten Hopp <karsten@redhat.de> 3.3.4p6-3
0a3578
- update release again
0a3578
0a3578
* Wed Nov 23 2005 Karsten Hopp <karsten@redhat.de> 3.3.4p6-2
0a3578
- update release
0a3578
0a3578
* Thu Nov 17 2005 Karsten Hopp <karsten@redhat.de> 3.3.4p6-1
0a3578
- update to patchlevel 6
0a3578
- drop obsolete segfault patch
0a3578
- build with modular X
0a3578
- build with current openssl
0a3578
- gccmakedep is gone, use makedepend wrapper instead
0a3578
0a3578
* Wed Oct 19 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-6
0a3578
- move x3270-x11 files from /usr/X11R6 to /usr (#170938)
0a3578
  
0a3578
* Thu Sep 08 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-5
0a3578
- add missing buildrequires so that x3270 will be built with SSL support
0a3578
  (#159527)
0a3578
0a3578
* Wed Jul 20 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-4
0a3578
- buildrequires xorg-x11-font-utils (#160737)
0a3578
- add disttag
0a3578
0a3578
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com>
0a3578
- silence gtk-update-icon-cache in %%post
0a3578
0a3578
* Wed Apr 20 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-3
0a3578
- more fixes, enable StartupNotify
0a3578
0a3578
* Wed Apr 20 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-2
0a3578
- spec file cleanups from Chris Ricker <kaboom@oobleck.net>
0a3578
- remove backup files from rpm patch process
0a3578
0a3578
* Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-1
0a3578
- rpmlint fix
0a3578
- buildroot fix
0a3578
- use _smp_mflags
0a3578
0a3578
* Tue Apr 12 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-1
0a3578
- Version 3.3.4, fixes mouse selection and timing problems with scripted
0a3578
  logins in ~/.ibm_hosts
0a3578
0a3578
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
0a3578
- rebuilt
0a3578
0a3578
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 3.3.3.b2-2
0a3578
- Update the GTK+ theme icon cache on (un)install
0a3578
0a3578
* Tue Mar 08 2005 Karsten Hopp <karsten@redhat.de> 3.3.3.b2-1
0a3578
- update to b2, which fixes a segfault when login is done with 
0a3578
  an entry in .ibm_hosts (via emulate_input)
0a3578
0a3578
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 3.3.3.b1-2
0a3578
- build with gcc-4
0a3578
0a3578
* Thu Jan 13 2005 Karsten Hopp <karsten@redhat.de> 3.3.3.b1-1 
0a3578
- update to fix ibm_hosts file parsing and c3270 color support
0a3578
0a3578
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 3.3.2.p1-10
0a3578
- Rebuilt for new readline.
0a3578
0a3578
* Wed Dec 08 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-9
0a3578
- add icon (#141599, #125577)
0a3578
- fix variable usage (local variable overwrite) (#116660)
0a3578
0a3578
* Wed Dec 08 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-8
0a3578
- rebuild 
0a3578
0a3578
* Thu Oct 21 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-7
0a3578
- enable builds on ppc(64) again (#136703)
0a3578
0a3578
* Wed Jul 07 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-6
0a3578
- rebuild with new gcc
0a3578
0a3578
* Mon Jul 05 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-5 
0a3578
- update c3270 package to patchlevel2
0a3578
- fix buildrequires (#124280)
0a3578
- fix compiler warnings (#106312, #78479)
0a3578
0a3578
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
0a3578
- rebuilt
0a3578
0a3578
* Tue Feb 17 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-3 
0a3578
- include license file
0a3578
0a3578
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
0a3578
- rebuilt
0a3578
0a3578
* Thu Jan 15 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-1
0a3578
- update to 3.3.2.p1
0a3578
0a3578
* Wed Dec 03 2003 Karsten Hopp <karsten@redhat.de> 3.3.2-1
0a3578
- update to latest stable release, now with SSL and DBCS support
0a3578
0a3578
* Tue Aug 12 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-4.2
0a3578
- check for libncursesw and use it if available
0a3578
0a3578
* Wed Jul 09 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-4.1
0a3578
- rebuilt
0a3578
0a3578
* Wed Jul 09 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-4
0a3578
- fix segfault when ~/.x3270connect isn't writable by the user
0a3578
0a3578
* Tue Jun 17 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-3.1
0a3578
- rebuilt
0a3578
0a3578
* Tue Jun 17 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-3
0a3578
- rebuild 
0a3578
0a3578
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
0a3578
- rebuilt
0a3578
0a3578
* Mon May 05 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-1
0a3578
- update to 3.2.20
0a3578
0a3578
* Tue Apr  1 2003 Thomas Woerner <twoerner@redhat.com>
0a3578
- fixed inclusion of time header file (sys/time.h -> time.h)
0a3578
0a3578
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
0a3578
- rebuilt
0a3578
0a3578
* Tue Nov 19 2002 Karsten Hopp <karsten@redhat.de> 3.2.19-3
0a3578
- update to patchlevel 4:
0a3578
  Re-enable the automatic font switching when the
0a3578
  x3270 window is resized
0a3578
0a3578
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
0a3578
- rebuild for all arches
0a3578
- remove cruft from the buildroot we aren't shipping
0a3578
0a3578
* Wed Jul 24 2002 Karsten Hopp <karsten@redhat.de>
0a3578
- 3.2.19
0a3578
- use desktop-file-utils
0a3578
0a3578
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
0a3578
- automated rebuild
0a3578
0a3578
* Thu May 23 2002 Tim Powers <timp@redhat.com>
0a3578
- automated rebuild
0a3578
0a3578
* Mon Mar  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.18-2
0a3578
- Update to 3.2.18 patchlevel 14
0a3578
0a3578
* Wed Jan 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.18-1
0a3578
- 3.2.18
0a3578
- Don't ship x3270-tcl anymore
0a3578
0a3578
* Mon Jul 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.16-4
0a3578
- Add build dependencies (#48930)
0a3578
0a3578
* Sat Jun 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
0a3578
- remove all provides/requires for x3270-frontend
0a3578
0a3578
* Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.16-2
0a3578
- Rebuild with new readline
0a3578
0a3578
* Thu May 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.16-1
0a3578
- 3.2.16
0a3578
- adapt patches
0a3578
- get rid of the **** pdksh requirement
0a3578
- split the tcl version into a different package, no need to require tcl for
0a3578
  normal use
0a3578
- split the x11 frontend into a separate package.
0a3578
  We don't necessarily have X on a machine where we want to run
0a3578
  3270 sessions (e.g. s390...)
0a3578
0a3578
* Fri Dec 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
0a3578
- 3.2.14
0a3578
- Add c3270 (textmode x3270) in x3270-text package
0a3578
- Fix build
0a3578
- Make ibm_hosts a %%config(noreplace)
0a3578
0a3578
* Tue Oct 24 2000 Jeff Johnson <jbj@redhat.com>
0a3578
- remove /usr/local paths in Examples.
0a3578
0a3578
* Sun Oct 22 2000 Jeff Johnson <jbj@redhat.com>
0a3578
- update to 3.2.13.
0a3578
0a3578
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
0a3578
- automatic rebuild
0a3578
0a3578
* Fri Jun  2 2000 Jeff Johnson <jbj@redhat.com>
0a3578
- rebuild for 7.0
0a3578
0a3578
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
0a3578
- wmconfig -> desktop
0a3578
0a3578
* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
0a3578
- compress man pages.
0a3578
0a3578
* Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com>
0a3578
- update to 3.1.1.9 (see URL for pending 3.2alpha version).
0a3578
0a3578
* Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
0a3578
- change to directory before doing a mkfontdir
0a3578
0a3578
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
0a3578
- auto rebuild in the new build environment (release 7)
0a3578
0a3578
* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
0a3578
- ibm_hosts needed %%config (#788)
0a3578
0a3578
* Fri Aug  7 1998 Jeff Johnson <jbj@redhat.com>
0a3578
- build root
0a3578
0a3578
* Fri May 01 1998 Prospector System <bugs@redhat.com>
0a3578
- translations modified for de, fr, tr
0a3578
0a3578
* Wed Oct 22 1997 Marc Ewing <marc@redhat.com>
0a3578
- new version
0a3578
- added wmconfig entry
0a3578
0a3578
* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
0a3578
- built against glibc