Blame SPECS/motif.spec

94fd7f
Summary: Run-time libraries and programs
94fd7f
Name: motif
94fd7f
Version: 2.3.4
21aa46
Release: 19%{?dist}
94fd7f
License: LGPLv2+
94fd7f
Group: System Environment/Libraries
94fd7f
Source: http://downloads.sf.net/motif/motif-%{version}-src.tgz
94fd7f
Source1: xmbind
94fd7f
URL: http://www.motifzone.net/
94fd7f
Obsoletes: openmotif < 2.3.4
94fd7f
Provides: openmotif = %{version}-%{release}
94fd7f
Requires: xorg-x11-xbitmaps
94fd7f
Requires: xorg-x11-xinit
94fd7f
94fd7f
BuildRequires: automake, libtool, autoconf, flex
94fd7f
# flex static libs have been part of flex for RHEL <= 6 and Fedora <= 12
94fd7f
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
94fd7f
BuildRequires: flex-static
94fd7f
%endif
94fd7f
BuildRequires: byacc, pkgconfig
94fd7f
BuildRequires: libjpeg-devel libpng-devel
94fd7f
BuildRequires: libXft-devel libXmu-devel libXp-devel libXt-devel libXext-devel
94fd7f
BuildRequires: xorg-x11-xbitmaps
94fd7f
BuildRequires: perl-interpreter
94fd7f
94fd7f
Patch22: motif-2.3.4-no_demos.patch
94fd7f
Patch23: openMotif-2.2.3-uil_lib.patch
94fd7f
Patch43: openMotif-2.3.0-rgbtxt.patch
94fd7f
Patch45: motif-2.3.4-mwmrc_dir.patch
94fd7f
Patch46: motif-2.3.4-bindings.patch
94fd7f
Patch47: openMotif-2.3.0-no_X11R6.patch
94fd7f
# FTBFS #1448819
94fd7f
Patch48: motif-2.3.4-Fix-issues-with-Werror-format-security.patch
94fd7f
94fd7f
Patch49: openmotif-2.3.1-rhbz_997241.patch
94fd7f
Patch50: motif-2.3.5-motifzone_1654.patch
94fd7f
Patch51: motif-2.3.4-motifzone_1564-88bdce1.patch
94fd7f
Patch52: revert-of-motifzone_1565.patch
94fd7f
Patch53: motifzone_1660.patch
94fd7f
Patch54: motifzone_1612.patch
94fd7f
21aa46
Patch55: 0001-EditresCom-Fix-build-with-modern-systems.patch
94fd7f
94fd7f
Conflicts: lesstif <= 0.92.32-6
94fd7f
94fd7f
%description
94fd7f
This is the Motif %{version} run-time environment. It includes the
94fd7f
Motif shared libraries, needed to run applications which are dynamically
94fd7f
linked against Motif and the Motif Window Manager mwm.
94fd7f
94fd7f
%package devel
94fd7f
Summary: Development libraries and header files
94fd7f
Group: Development/Libraries
94fd7f
Conflicts: lesstif-devel <= 0.92.32-6
94fd7f
Requires: %{name}%{?_isa} = %{version}-%{release}
94fd7f
Requires: libjpeg-devel%{?_isa} libpng-devel%{?_isa}
94fd7f
Requires: libXft-devel%{?_isa} libXmu-devel%{?_isa} libXp-devel%{?_isa}
94fd7f
Requires: libXt-devel%{?_isa} libXext-devel%{?_isa}
94fd7f
Obsoletes: openmotif-devel < 2.3.4
94fd7f
Provides: openmotif-devel = %{version}-%{release}
94fd7f
94fd7f
%description devel
94fd7f
This is the Motif %{version} development environment. It includes the
94fd7f
header files and also static libraries necessary to build Motif applications.
94fd7f
94fd7f
%package static
94fd7f
Summary: Static libraries
94fd7f
Group: Development/Libraries
94fd7f
Conflicts: lesstif-devel <= 0.92.32-6
94fd7f
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
94fd7f
94fd7f
%description static
94fd7f
This package contains the static Motif libraries.
94fd7f
94fd7f
%prep
94fd7f
%setup -q
94fd7f
%patch22 -p1 -b .no_demos
94fd7f
%patch23 -p1 -b .uil_lib
94fd7f
%patch43 -p1 -b .rgbtxt
94fd7f
%patch45 -p1 -b .mwmrc_dir
94fd7f
%patch46 -p1 -b .bindings
94fd7f
%patch47 -p1 -b .no_X11R6
94fd7f
%patch48 -p1 -b .format-security
94fd7f
94fd7f
%patch49 -p1 -b .rhbz_997241
94fd7f
%patch50 -p1 -b .motifzone_1654
94fd7f
%patch51 -p1 -b .motifzone_1564-88bdce1
94fd7f
%patch52 -p1 -b .revert-of-motifzone_1565
94fd7f
%patch53 -p1 -b .motifzone_1660
94fd7f
%patch54 -p1 -b .motifzone_1612
21aa46
%patch55 -p1 -b .long_bit
94fd7f
94fd7f
%build
94fd7f
CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" \
94fd7f
./autogen.sh --libdir=%{_libdir} --enable-static --enable-xft --enable-jpeg \
94fd7f
   --enable-png
94fd7f
94fd7f
%configure --libdir=%{_libdir} --enable-static --enable-xft --enable-jpeg \
94fd7f
   --enable-png
94fd7f
94fd7f
make clean %{?_smp_mflags}
94fd7f
make -C include
94fd7f
make %{?_smp_mflags}
94fd7f
94fd7f
%install
94fd7f
make DESTDIR=%{buildroot} install
94fd7f
94fd7f
install -d %{buildroot}/etc/X11/xinit/xinitrc.d
94fd7f
install -m 755 %{SOURCE1} %{buildroot}/etc/X11/xinit/xinitrc.d/xmbind.sh
94fd7f
94fd7f
rm -f %{buildroot}%{_libdir}/*.la
94fd7f
94fd7f
%post -p /sbin/ldconfig
94fd7f
%postun -p /sbin/ldconfig
94fd7f
94fd7f
%clean
94fd7f
rm -rf %{buildroot}
94fd7f
94fd7f
%files
94fd7f
%doc COPYING README RELEASE RELNOTES
94fd7f
/etc/X11/xinit/xinitrc.d/xmbind.sh
94fd7f
%dir /etc/X11/mwm
94fd7f
%config(noreplace) /etc/X11/mwm/system.mwmrc
94fd7f
%{_bindir}/mwm
94fd7f
%{_bindir}/xmbind
94fd7f
%{_includedir}/X11/bitmaps/*
94fd7f
%{_libdir}/libMrm.so.*
94fd7f
%{_libdir}/libUil.so.*
94fd7f
%{_libdir}/libXm.so.*
94fd7f
%{_datadir}/X11/bindings
94fd7f
%{_mandir}/man1/mwm*
94fd7f
%{_mandir}/man1/xmbind*
94fd7f
%{_mandir}/man4/mwmrc*
94fd7f
94fd7f
%files devel
94fd7f
%{_bindir}/uil
94fd7f
%{_includedir}/Mrm
94fd7f
%{_includedir}/Xm
94fd7f
%{_includedir}/uil
94fd7f
%{_libdir}/lib*.so
94fd7f
%{_mandir}/man1/uil.1*
94fd7f
%{_mandir}/man3/*
94fd7f
%{_mandir}/man5/*
94fd7f
94fd7f
%files static
94fd7f
%{_libdir}/lib*.a
94fd7f
94fd7f
%changelog
21aa46
* Mon Sep 26 2022 Olivier Fourdan <ofourdan@redhat.com> - 2.3.4-19
21aa46
- Fix LONG_BIT definition missing (rhbz#2124810)
21aa46
21aa46
* Wed Sep 07 2022 Mika Penttila <mpenttil@redhat.com> - 2.3.4-18
21aa46
- Version bump
21aa46
94fd7f
* Fri Apr 08 2022 Mika Penttila <mpenttil@redhat.com> - 2.3.4-17
94fd7f
- Added forgotten patches and corrected release number
94fd7f
94fd7f
* Tue Sep 11 2018 Carlos Soriano <csoriano@redhat.com> - 2.3.4-16
94fd7f
- Fix hardened flags, make sure to always pass LDFLAGS on the spec
94fd7f
- Resolves: RHBZ#1624143
94fd7f
94fd7f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-15
94fd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
94fd7f
94fd7f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-14
94fd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
94fd7f
94fd7f
* Thu Jun 08 2017 Petr Å abata <contyk@redhat.com> - 2.3.4-13
94fd7f
- Fix issues with -Werror=format-security (#1448819)
94fd7f
94fd7f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-12
94fd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
94fd7f
94fd7f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-11
94fd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
94fd7f
94fd7f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.4-10
94fd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
94fd7f
94fd7f
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.4-9
94fd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
94fd7f
94fd7f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.4-8
94fd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
94fd7f
94fd7f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.4-7
94fd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
94fd7f
94fd7f
* Tue May 28 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.3.4-6
94fd7f
- fix missing BuildRequires flex-static (RHBZ#889175)
94fd7f
94fd7f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.4-5
94fd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
94fd7f
94fd7f
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 2.3.4-4
94fd7f
- rebuild due to "jpeg8-ABI" feature drop
94fd7f
94fd7f
* Fri Oct 26 2012 Thomas Woerner <twoerner@redhat.com> 2.3.4-3
94fd7f
- do not use _isa for build requires
94fd7f
94fd7f
* Fri Oct 26 2012 Thomas Woerner <twoerner@redhat.com> 2.3.4-2
94fd7f
- fixed requirements according to review (RHBZ#870049)
94fd7f
- flex-static has been renamed to flex-devel with Fedora-18 and RHEL-7
94fd7f
94fd7f
* Thu Oct 25 2012 Thomas Woerner <twoerner@redhat.com> 2.3.4-1
94fd7f
- new version 2.3.4 with LGPL license
94fd7f
- fixed some rpmlint warnings
94fd7f
- new sub package for static libraries
94fd7f
- added /etc/X11/mwm directory
94fd7f
- removed defattrs
94fd7f
94fd7f
* Fri May 25 2012 Thomas Woerner <twoerner@redhat.com> 2.3.3-5
94fd7f
- dropped file requires for /usr/share/X11/XKeysymDB, not needed and not 
94fd7f
  available anymore
94fd7f
- added flex-static build requirement, because of flex package split
94fd7f
94fd7f
* Mon Aug 15 2011 Thomas Woerner <twoerner@redhat.com> 2.3.3-4
94fd7f
- fixed Label draws Xft text over border of its parent (rhbz#584300#c3)
94fd7f
  (MotifZone bug #1521 refixed)
94fd7f
94fd7f
* Wed Aug 10 2011 Thomas Woerner <twoerner@redhat.com> 2.3.3-3
94fd7f
- fixed regression introduced with upstream FIX #1521 (rhbz#729346)
94fd7f
94fd7f
* Mon Aug  1 2011 Thomas Woerner <twoerner@redhat.com> 2.3.3-2
94fd7f
- fixed LabelGadget draws background over border of its parent (rhbz#584300)
94fd7f
  (MotifZone bug #1517)
94fd7f
- fixed LabelGadget draws Xft text over border of its parent (rhbz#584300#c3)
94fd7f
  (MotifZone bug #1521)
94fd7f
94fd7f
* Tue Mar 23 2010 Thomas Woerner <twoerner@redhat.com> 2.3.3-1
94fd7f
- new version 2.3.3 (bugfix release)
94fd7f
  see RELNOTES file for the list of the bug fixes
94fd7f
94fd7f
* Fri Feb 26 2010 Thomas Woerner <twoerner@redhat.com> 2.3.2-1.1
94fd7f
- fixes according to review:
94fd7f
- fixed buildroot
94fd7f
- removed dot from summary
94fd7f
- removed dist tag from changelog
94fd7f
- added source download link
94fd7f
94fd7f
* Wed Jan 13 2010 Thomas Woerner <twoerner@redhat.com> 2.3.2-1
94fd7f
- new version 2.3.2 with upstream bug fixes: #1212, #1277, #1473, #1476
94fd7f
- spec file cleanup
94fd7f
- make build work with libtool
94fd7f
- all man pages are utf-8, no need to convert them anymore
94fd7f
- enabled EditRes support with upstream fix
94fd7f
- fixed parallel build
94fd7f
- fixed patches for fuzz 0
94fd7f
  Related: rhbz#543948
94fd7f
94fd7f
* Tue Dec 08 2009 Dennis Gregorovic <dgregor@redhat.com> - 2.3.1-3.1
94fd7f
- Rebuilt for RHEL 6
94fd7f
94fd7f
* Wed Sep 23 2009 Dennis Gregorovic <dgregor@redhat.com> - 2.3.1-3
94fd7f
- update the bindings patch
94fd7f
94fd7f
* Wed Nov 12 2008 Thomas Woerner <twoerner@redhat.com> 2.3.1-2
94fd7f
- more fixes for unreliable pasting into XmTextField (MotifZone bug #1321)
94fd7f
  Resolves: rhbz#405941
94fd7f
- the fix for MotifZone bug #1400 is not working for remote displays
94fd7f
94fd7f
* Thu Oct  2 2008 Thomas Woerner <twoerner@redhat.com> 2.3.1-1
94fd7f
- using final 2.3.1 dist archive
94fd7f
94fd7f
* Wed Sep 17 2008 Thomas Woerner <twoerner@redhat.com> 2.3.1-0
94fd7f
- rebase to 2.3.1 (CVS dist release)
94fd7f
  Resolves: rhbz#455736
94fd7f
- fixes OpenMotif XmList problem
94fd7f
  Resolves: rhbz#405801
94fd7f
- fixes List.c/ReplaceItem() segfaults when item selected
94fd7f
  Resolves: rhbz#431460
94fd7f
- fixes [motifzone 1400 ] openmotif/ BadFont on multiple display application
94fd7f
  Resolves: rhbz#438910
94fd7f
- fixes applications dump core in non-UTF8 environment
94fd7f
  Resolves: rhbz#453722
94fd7f
- fixes lots of additional bugs: see release notes
94fd7f
94fd7f
* Tue Apr  1 2008 Thomas Woerner <twoerner@redhat.com> 2.3.0-0.5
94fd7f
- fixed SEGV error moving mouse over window related to XmToolTipGetLabel
94fd7f
  (MotifZone bug fix #1388)
94fd7f
  Resolves: rhbz#277381
94fd7f
94fd7f
* Thu Nov  8 2007 Thomas Woerner <twoerner@redhat.com> 2.3.0-0.4
94fd7f
- fixed title bar problem using XmNdialogTitle (MotifZone bug fix #1380)
94fd7f
  Resolves: rhbz#353251
94fd7f
94fd7f
* Fri Dec  1 2006 Thomas Woerner <twoerner@redhat.com> 2.3.0-0.3
94fd7f
- fixed path to xmbind in /etc/X11/xinit/xinitrc.d/xmbind.sh
94fd7f
  Resolves: rhbz#218032
94fd7f
94fd7f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.0-0.2.1
94fd7f
- rebuild
94fd7f
94fd7f
* Tue Jun  6 2006 Thomas Woerner <twoerner@redhat.com> 2.3.0-0.2
94fd7f
- new CVS version 2006-06-06
94fd7f
- new buildprereq for pkgconfig
94fd7f
94fd7f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3.0-0.1.9.2
94fd7f
- bump again for double-long bug on ppc(64)
94fd7f
94fd7f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3.0-0.1.9.1
94fd7f
- rebuilt for new gcc4.1 snapshot and glibc changes
94fd7f
94fd7f
* Thu Feb  2 2006 Thomas Woerner <twoerner@redhat.com> 2.3.0-0.1.9
94fd7f
- new CVS version 2006-02-02
94fd7f
- fixed CVE-2005-3964: libUil buffer overflows (#174814)
94fd7f
- fixed XmList out of bound accesses (#167701)
94fd7f
- fixed pasting into TextField (#179549)
94fd7f
94fd7f
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.coM> 2.3.0-0.1.2
94fd7f
- Rebuilt on new gcc
94fd7f
94fd7f
* Fri Dec  9 2005 Thomas Woerner <twoerner@redhat.com> 2.3.0-0.1.1
94fd7f
- moved mwmrc to /etc/X11/mwm
94fd7f
- moved bindings to /usr/share/X11
94fd7f
- fixed paths in man pages containing /usr/X11R6
94fd7f
94fd7f
* Thu Dec  8 2005 Thomas Woerner <twoerner@redhat.com> 2.3.0-0.1.1
94fd7f
- enabled Xft, jpeg and png support
94fd7f
- patch for missing xft-config
94fd7f
- dropped duplicate include path in devel package
94fd7f
94fd7f
* Fri Dec  2 2005 Thomas Woerner <twoerner@redhat.com> 2.3.0-0.1
94fd7f
- new 2.3.0 (beta1)
94fd7f
- patch for new rgb.txt location (#174210)
94fd7f
  Thanks to Ville Skyttä for the patch
94fd7f
94fd7f
* Fri Nov 18 2005 Thomas Woerner <twoerner@redhat.com> 2.2.3-15
94fd7f
- moved man pages to /usr/share/man (#173604)
94fd7f
94fd7f
* Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 2.2.3-14
94fd7f
- X11R6 stuff is gone
94fd7f
94fd7f
* Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 2.2.3-13
94fd7f
- also buildrequire xbitmaps
94fd7f
94fd7f
* Wed Nov 16 2005 Thomas Woerner <twoerner@redhat.com> 2.2.3-12
94fd7f
- rebuild for modular X
94fd7f
94fd7f
* Fri Sep  2 2005 Thomas Woerner <twoerner@redhat.com> 2.2.3-11
94fd7f
- fixed mrm initialization error in MrmOpenHierarchyPerDisplay (#167094)
94fd7f
  Thanks to Arjan van de Ven for the patch.
94fd7f
94fd7f
* Mon Apr  4 2005 Thomas Woerner <twoerner@redhat.com> 2.2.3-10
94fd7f
- fixed possible libXpm overflows (#151642)
94fd7f
94fd7f
* Mon Feb 28 2005 Thomas Woerner <twoerner@redhat.com> 2.2.3-9
94fd7f
- Upstream Fix: Multiscreen mode
94fd7f
- Upstream Fix: Crash when restarting by a session manager (motifzone#1193)
94fd7f
- Upstream Fix: Crash when duplicating a window menu containing f.circle_up
94fd7f
  (motifzone#1202)
94fd7f
- fixed divide by zero error in ComputeVizCount() (#144420)
94fd7f
- Xpmcreate: define LONG64 on 64 bit architectures (#143689)
94fd7f
94fd7f
* Mon Nov 29 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-8.1
94fd7f
- allow to write XPM files with absolute path names again (#140815)
94fd7f
94fd7f
* Wed Nov 24 2004 Miloslav Trmac <mitr@redhat.com> 2.2.3-8
94fd7f
- Convert man pages to UTF-8
94fd7f
94fd7f
* Mon Nov 22 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-7
94fd7f
- latest Xpm patches: CAN-2004-0914 (#134631)
94fd7f
- new patch for tmpnam in imake (only used for build)
94fd7f
94fd7f
* Thu Sep 30 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-6
94fd7f
- fixed CAN-2004-0687 (integer overflows) and CAN-2004-0688 (stack overflows)
94fd7f
  in embedded Xpm library
94fd7f
94fd7f
* Wed Sep 29 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-5.2
94fd7f
- replaced libtoolize and autofoo* calls with a patch (autofoo)
94fd7f
94fd7f
* Wed Sep 29 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-5.1
94fd7f
- use new autofoo
94fd7f
94fd7f
* Wed Sep  1 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-5
94fd7f
- libXp now moved to xorg-x11-deprecated-libs, therefore no compatibility 
94fd7f
  with XFree86 packages anymore.
94fd7f
94fd7f
* Mon Aug 30 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-4.3
94fd7f
- devel package: added requires for XFree86-devel (#131202)
94fd7f
94fd7f
* Thu Jun 17 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-4.2
94fd7f
- rebuilt for fc3
94fd7f
94fd7f
* Wed Jun 16 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-4.1
94fd7f
- renamed xmbind script to xmbind.sh (#126116)
94fd7f
94fd7f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
94fd7f
- rebuilt
94fd7f
94fd7f
* Tue Jun  8 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-3
94fd7f
- fixed popup menus fail on Tarantella/VNC (#123027)
94fd7f
- fixed character not supported problem (#124960)
94fd7f
- fixed data out of bounds bug (#124961)
94fd7f
94fd7f
* Wed Apr 14 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-2
94fd7f
- 2.2.3 final version
94fd7f
94fd7f
* Tue Mar 23 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-1.9.2
94fd7f
- final CVS version
94fd7f
94fd7f
* Wed Mar 17 2004 Thomas Woerner <twoerner@redhat.com> 2.2.3-1.9.1
94fd7f
- new openmotif 2.2.3 beta version
94fd7f
94fd7f
* Mon Mar  8 2004 Thomas Woerner <twoerner@redhat.com> 2.2.2-17
94fd7f
- fixed popdown problem in ToolTip (#75730)
94fd7f
94fd7f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
94fd7f
- rebuilt
94fd7f
94fd7f
* Thu Feb 19 2004 Thomas Woerner <twoerner@redhat.com> 2.2.2-16.3
94fd7f
- rebuilt
94fd7f
94fd7f
* Thu Dec 18 2003 Thomas Woerner <twoerner@redhat.com>
94fd7f
- added missing BuildRequires for XFree86-devel
94fd7f
94fd7f
* Thu Nov 27 2003 Thomas Woerner <twoerner@redhat.com> 2.2.2-16.2
94fd7f
- removed rpath
94fd7f
94fd7f
* Mon Aug 27 2003 Thomas Woerner <twoerner@redhat.com> 2.2.2-16
94fd7f
- fixed ToggleBG (#101159)
94fd7f
94fd7f
* Thu Jul 31 2003  <timp@redhat.com> 2.2.2-15.2
94fd7f
- rebuild for RHEL
94fd7f
94fd7f
* Wed Jul 30 2003 Thomas Woerner <twoerner@redhat.com> 2.2.2-15
94fd7f
- fixed ToggleB (#101159)
94fd7f
94fd7f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
94fd7f
- rebuilt
94fd7f
94fd7f
* Tue Jan 21 2003 Thomas Woerner <twoerner@redhat.com> 2.2.2-13
94fd7f
- fix for Xmu/EditRes conflict (bug #80777)
94fd7f
- fix for wml and utf-8 (bug #80271)
94fd7f
- fix for Ext18List (bug #74502)
94fd7f
94fd7f
* Thu Nov 14 2002 Than Ngo <than@redhat.com> 2.2.2-12.2
94fd7f
- add buildprereq byacc and flex (bug #77860)
94fd7f
94fd7f
* Fri Nov  8 2002 Than Ngo <than@redhat.com> 2.2.2-12.1
94fd7f
- fix some build problem
94fd7f
94fd7f
* Mon Aug 27 2002 Than Ngo <than@redhat.com> 2.2.2-12
94fd7f
- Fixed a segmentation fault in mkcatdefs (bug #71955)
94fd7f
94fd7f
* Wed Jul 24 2002 Than Ngo <than@redhat.com> 2.2.2-11
94fd7f
- Added missing symlinks (bug #69117)
94fd7f
94fd7f
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 2.2.2-10
94fd7f
- build using gcc-3.2-0.1
94fd7f
94fd7f
* Tue Jun 25 2002 Than Ngo <than@redhat.com> 2.2.2-9
94fd7f
- fix to build openmotif (bug #64176)
94fd7f
94fd7f
* Thu Jun 13 2002 Than Ngo <than@redhat.com> 2.2.2-8
94fd7f
- rebuild in new enviroment
94fd7f
94fd7f
* Sun May 26 2002 Tim Powers <timp@redhat.com>
94fd7f
- automated rebuild
94fd7f
94fd7f
* Thu May 23 2002 Harald Hoyer <harald@redhat.de> 2.2.2-6
94fd7f
- patched ltmain.sh to link properly
94fd7f
94fd7f
* Wed May 22 2002 Harald Hoyer <harald@redhat.de> 2.2.2-6
94fd7f
- specified libraries by full name in files section 
94fd7f
  (libMrm was missing on alpha)
94fd7f
94fd7f
* Tue Mar 26 2002 Than Ngo <than@redhat.com> 2.2.2-5
94fd7f
- update new 2.2.2 from ICS
94fd7f
94fd7f
* Sun Mar 24 2002 Than Ngo <than@redhat.com> 2.2.2-4
94fd7f
- add missing uil
94fd7f
94fd7f
* Fri Mar 22 2002 Tim Powers <timp@redhat.com>
94fd7f
- rebuilt to try and shake some broken deps in the devel package
94fd7f
94fd7f
* Thu Mar 21 2002 Than Ngo <than@redhat.com> 2.2.2-2
94fd7f
- rebuild
94fd7f
94fd7f
* Thu Mar 21 2002 Than Ngo <than@redhat.com> 2.2.2-1
94fd7f
- update to 2.2.2 release
94fd7f
94fd7f
* Mon Feb 22 2002 Than Ngo <than@redhat.com> 2.2.1-3
94fd7f
- conflict with older lesstif
94fd7f
94fd7f
* Mon Feb 22 2002 Than Ngo <than@redhat.com> 2.2.1-2
94fd7f
- fix bug #60816
94fd7f
94fd7f
* Fri Feb 22 2002 Than Ngo <than@redhat.com> 2.2.1-1
94fd7f
- update to 2.2.1 release
94fd7f
- remove somme patches, which are included in 2.2.1
94fd7f
94fd7f
* Fri Feb 22 2002 Tim Powers <timp@redhat.com>
94fd7f
- rebuilt in new environment
94fd7f
94fd7f
* Fri Jan 25 2002 Tim Powers <timp@redhat.com>
94fd7f
- don't obsolete lesstif anymore, play nicely together
94fd7f
- rebuild against new toolchain
94fd7f
94fd7f
* Wed Jan 21 2002 Than Ngo <than@redhat.com> 2.1.30-11
94fd7f
- add some patches from Darrell Commander (supporting largefile)
94fd7f
- fix to build on s390
94fd7f
94fd7f
* Thu Jan 17 2002 Than Ngo <than@redhat.com> 2.1.30-10
94fd7f
- rebuild in 8.0
94fd7f
94fd7f
* Wed Sep  6 2001 Than Ngo <than@redhat.com>
94fd7f
- rebuild for ExtraBinge 7.2
94fd7f
94fd7f
* Thu May 03 2001 Than Ngo <than@redhat.com>
94fd7f
- add 3 official motif patches 
94fd7f
- add rm -rf $RPM_BUILD_ROOT in install section
94fd7f
- remove some old patches which are now in official patches
94fd7f
94fd7f
* Fri Dec 29 2000 Than Ngo <than@redhat.com>
94fd7f
- don't build static debug libraries
94fd7f
94fd7f
* Mon Dec 18 2000 Than Ngo <than@redhat.com>
94fd7f
- bzip2 source
94fd7f
94fd7f
* Mon Jul 24 2000 Than Ngo <than@redhat.de>
94fd7f
- rebuilt against gcc-2.96-44
94fd7f
94fd7f
* Wed Jul 12 2000 Than Ngo <than@redhat.de>
94fd7f
- rebuilt
94fd7f
94fd7f
* Sun Jun 11 2000 Than Ngo <than@redhat.de>
94fd7f
- fix imake to built with gcc-2.96 (thanks Jakup)
94fd7f
- put bitmaps in /usr/X11R6/include/X11/bitmaps
94fd7f
- put bindings in /usr/X11R6/lib/Xm/bindings
94fd7f
- add define -D_GNU_SOURCE to build Motif
94fd7f
- gzip man pages
94fd7f
- cleanup specfile
94fd7f
94fd7f
* Mon May 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
94fd7f
- Update to patchlevel 2
94fd7f
- remove bindings patch, it's included in pl2
94fd7f
94fd7f
* Tue May 16 2000 Matt Wilson <msw@redhat.com>
94fd7f
- use -fPIC on sparc
94fd7f
- fixed Ngo's "fixes"
94fd7f
94fd7f
* Mon May 15 2000 Ngo Than <than@redhat.de>
94fd7f
- added description.
94fd7f
- fixed spec, added uil stuff.
94fd7f
94fd7f
* Mon May 15 2000 Matt Wilson <msw@redhat.com>
94fd7f
- initialization of spec file.