Blame SPECS/x3270.spec

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