Blame SPECS/gpm.spec

d0ff73
Summary: A mouse server for the Linux console
d0ff73
Name: gpm
d0ff73
Version: 1.20.7
d0ff73
Release: 15%{?dist}
d0ff73
License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only
d0ff73
Group: System Environment/Daemons
d0ff73
URL: http://www.nico.schottelius.org/software/gpm/
d0ff73
#URL2 : http://freecode.com/projects/gpm
d0ff73
d0ff73
# The upstream source contains PDF docs with unclear licensing,
d0ff73
# and that's why we need to remove them and recreate the tarball
d0ff73
#
d0ff73
# 1.] mkdir docs-removal && cd docs-removal
d0ff73
# 2.] wget http://www.nico.schottelius.org/software/gpm/archives/%{name}-%{version}.tar.lzma
d0ff73
# 3.] tar xf %{name}-%{version}.tar.lzma
d0ff73
# 4.] rm -rf %{name}-%{version}/doc/specs
d0ff73
# 5.] tar cJf %{name}-%{version}.tar.xz %{name}-%{version}
d0ff73
d0ff73
Source: %{name}-%{version}.tar.xz
d0ff73
Source1: gpm.service
d0ff73
Patch1: gpm-1.20.6-multilib.patch
d0ff73
Patch2: gpm-1.20.1-lib-silent.patch
d0ff73
Patch4: gpm-1.20.5-close-fds.patch
d0ff73
Patch5: gpm-1.20.1-weak-wgetch.patch
d0ff73
Patch7: gpm-1.20.7-rhbz-668480-gpm-types-7-manpage-fixes.patch
d0ff73
Patch8: gpm-1.20.6-missing-header-dir-in-make-depend.patch
d0ff73
Patch9: gpm-format-security.patch
d0ff73
# Include patch from upstream pull request: https://github.com/telmich/gpm/pull/12
d0ff73
Patch10: gpm-1.20.7-sysmacros.patch
d0ff73
# Include patch from upstream pull request: https://github.com/telmich/gpm/pull/20
d0ff73
Patch11: gpm-1.20.7-sigemptyset.patch
d0ff73
#Patch7: gpm-1.20.6-capability.patch
d0ff73
Requires(post): systemd systemd-sysv info
d0ff73
Requires(preun): systemd info
d0ff73
Requires(postun): systemd
d0ff73
# this defines the library version that this package builds.
d0ff73
%define LIBVER 2.1.0
d0ff73
BuildRequires: sed gawk texinfo bison ncurses-devel autoconf automake libtool libcap-ng-devel
d0ff73
BuildRequires: systemd
d0ff73
Requires: linuxconsoletools
d0ff73
Requires: %{name}-libs = %{version}-%{release}
d0ff73
d0ff73
%description
d0ff73
Gpm provides mouse support to text-based Linux applications like the
d0ff73
Emacs editor and the Midnight Commander file management system.  Gpm
d0ff73
also provides console cut-and-paste operations using the mouse and
d0ff73
includes a program to allow pop-up menus to appear at the click of a
d0ff73
mouse button.
d0ff73
d0ff73
%package libs
d0ff73
Summary: Dynamic library for for the gpm
d0ff73
Group: System Environment/Libraries
d0ff73
d0ff73
%description libs
d0ff73
This package contains the libgpm.so dynamic library which contains
d0ff73
the gpm system calls and library functions.
d0ff73
d0ff73
%package devel
d0ff73
Requires: %{name} = %{version}-%{release}
d0ff73
Requires: %{name}-libs = %{version}-%{release}
d0ff73
Summary: Development files for the gpm library
d0ff73
Group: Development/Libraries
d0ff73
d0ff73
%description devel
d0ff73
The gpm-devel package includes header files and libraries necessary
d0ff73
for developing programs which use the gpm library. The gpm provides
d0ff73
mouse support to text-based Linux applications.
d0ff73
d0ff73
%package static
d0ff73
Requires: %{name} = %{version}-%{release}
d0ff73
Summary: Static development files for the gpm library
d0ff73
Group: Development/Libraries
d0ff73
d0ff73
%description static
d0ff73
The gpm-static package includes static libraries of gpm. The gpm provides
d0ff73
mouse support to text-based Linux applications.
d0ff73
d0ff73
d0ff73
%prep
d0ff73
%setup -q
d0ff73
d0ff73
./autogen.sh
d0ff73
d0ff73
%patch1 -p1 -b .multilib
d0ff73
%patch2 -p1 -b .lib-silent
d0ff73
%patch4 -p1 -b .close-fds
d0ff73
%patch5 -p1 -b .weak-wgetch
d0ff73
%patch7 -p1
d0ff73
# not sure if this is really needed
d0ff73
%patch8 -p1
d0ff73
%patch9 -p1
d0ff73
%patch10 -p1
d0ff73
%patch11 -p1
d0ff73
d0ff73
#%patch7 -p1 -b .capability
d0ff73
d0ff73
%build
d0ff73
%configure
d0ff73
make %{?_smp_mflags}
d0ff73
d0ff73
%install
d0ff73
%makeinstall
d0ff73
d0ff73
chmod 0755 %{buildroot}/%{_libdir}/libgpm.so.%{LIBVER}
d0ff73
ln -sf libgpm.so.%{LIBVER} %{buildroot}/%{_libdir}/libgpm.so
d0ff73
d0ff73
rm -f %{buildroot}%{_datadir}/emacs/site-lisp/t-mouse.el
d0ff73
d0ff73
%ifnarch s390 s390x
d0ff73
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
d0ff73
mkdir -p %{buildroot}%{_unitdir}
d0ff73
install -m 644 conf/gpm-* %{buildroot}%{_sysconfdir}
d0ff73
# Systemd
d0ff73
mkdir -p %{buildroot}%{_unitdir}
d0ff73
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}
d0ff73
rm -rf %{buildroot}%{_initrddir}
d0ff73
%else
d0ff73
# we're shipping only libraries in s390[x], so
d0ff73
# remove stuff from the buildroot that we aren't shipping
d0ff73
rm -rf %{buildroot}%{_sbindir}
d0ff73
rm -rf %{buildroot}%{_bindir}
d0ff73
rm -rf %{buildroot}%{_mandir}
d0ff73
%endif
d0ff73
d0ff73
%post
d0ff73
%ifnarch s390 s390x
d0ff73
%systemd_post gpm.service
d0ff73
%endif
d0ff73
if [ -e %{_infodir}/gpm.info.gz ]; then
d0ff73
  /sbin/install-info %{_infodir}/gpm.info.gz %{_infodir}/dir || :
d0ff73
fi
d0ff73
d0ff73
%preun
d0ff73
%ifnarch s390 s390x
d0ff73
%systemd_preun gpm.service
d0ff73
%endif
d0ff73
if [ $1 = 0 -a -e %{_infodir}/gpm.info.gz ]; then
d0ff73
  /sbin/install-info %{_infodir}/gpm.info.gz --delete %{_infodir}/dir || :
d0ff73
fi
d0ff73
d0ff73
%postun
d0ff73
%ifnarch s390 s390x
d0ff73
%systemd_postun_with_restart gpm.service
d0ff73
%endif
d0ff73
d0ff73
%post libs -p /sbin/ldconfig
d0ff73
d0ff73
%postun libs -p /sbin/ldconfig
d0ff73
d0ff73
%files
d0ff73
%doc COPYING README TODO
d0ff73
%doc doc/README* doc/FAQ doc/Announce doc/changelog
d0ff73
%{_infodir}/*
d0ff73
%ifnarch s390 s390x
d0ff73
%config(noreplace) %{_sysconfdir}/gpm-*
d0ff73
%{_unitdir}/gpm.service
d0ff73
%{_sbindir}/*
d0ff73
%{_bindir}/*
d0ff73
%{_mandir}/man?/*
d0ff73
%endif
d0ff73
d0ff73
%files libs
d0ff73
%{_libdir}/libgpm.so.*
d0ff73
d0ff73
%files devel
d0ff73
%{_includedir}/*
d0ff73
%{_libdir}/libgpm.so
d0ff73
d0ff73
%files static
d0ff73
%{_libdir}/libgpm.a
d0ff73
d0ff73
%changelog
d0ff73
* Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 1.20.7-15
d0ff73
- Use default build flags (PIE works now)
d0ff73
d0ff73
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.7-14
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d0ff73
d0ff73
* Tue Oct 10 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.20.7-13
d0ff73
- Include upstream pull request patches to fix FTBFS (BZ#1500092)
d0ff73
d0ff73
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.7-12
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d0ff73
d0ff73
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.7-11
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d0ff73
d0ff73
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.7-10
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d0ff73
d0ff73
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.7-9
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d0ff73
d0ff73
* Mon Nov 23 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.20.7-8
d0ff73
- Drop old scriptlets causing FTBFS with new rpm
d0ff73
d0ff73
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.7-7
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d0ff73
d0ff73
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.7-6
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d0ff73
d0ff73
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.7-5
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d0ff73
d0ff73
* Wed Feb 05 2014 Jaromir Capik <jcapik@redhat.com> - 1.20.7-4
d0ff73
- Fixing format-security flaws (#1037099)
d0ff73
d0ff73
* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.7-3
d0ff73
- Removing PDF docs with unclear licensing from the source archive
d0ff73
- Fixing the license tag
d0ff73
d0ff73
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.7-2
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d0ff73
d0ff73
* Fri Jul 19 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.7-1
d0ff73
- Update to 1.20.7
d0ff73
d0ff73
* Wed Jul 03 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.6-33
d0ff73
- Replacing systemd unit path with _unitdir macro
d0ff73
d0ff73
* Wed Jul 03 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.6-32
d0ff73
- Fixing full RELRO ... bind_now -> now (#884017)
d0ff73
d0ff73
* Mon Apr 08 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.6-31
d0ff73
- fixing bogus dates in the changelog
d0ff73
d0ff73
* Thu Mar 28 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.6-30
d0ff73
- aarch64 support (#925474)
d0ff73
d0ff73
* Wed Mar 06 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.6-29
d0ff73
- Removing OPTFLAGS
d0ff73
- Introducing full RELRO
d0ff73
- Missing header dir in Makefile.in / depend
d0ff73
- Fixing UsrMove for i686 (mv -f says 'directory not empty')
d0ff73
d0ff73
* Wed Mar 06 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.6-28
d0ff73
- Adding missing requires
d0ff73
- Passing OPTFLAGS to make
d0ff73
- UsrMove
d0ff73
d0ff73
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.6-27
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d0ff73
d0ff73
* Thu Jan 03 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.6-26
d0ff73
- Removing bundled 'inputattach' tool (#875604)
d0ff73
- ...gonna be shipped separately (linuxconsoletools)
d0ff73
d0ff73
* Mon Sep 17 2012 Václav Pavlín <vpavlin@redhat.com> - 1.20.6-25
d0ff73
- Scriptlets replaced with new systemd macros (#850134)
d0ff73
d0ff73
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.6-24
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d0ff73
d0ff73
* Mon Apr 16 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.20.6-23
d0ff73
- Add w8001 support to inputattach (#645235)
d0ff73
d0ff73
* Tue Jan 24 2012 Nikola Pajkovsky <npajkovs@redhat.com> - 1.20.6-22
d0ff73
- 668480 - gpm-types(7) manpage fixes
d0ff73
d0ff73
* Tue Jan 24 2012 Nikola Pajkovsky <npajkovs@redhat.com> - 1.20.6-21
d0ff73
- 753627 - Get an error message when installing the gpm package via yum
d0ff73
d0ff73
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.6-20
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d0ff73
d0ff73
* Sun Dec  4 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.20.6-19
d0ff73
- Move scriptlet ldconfig calls from main package to -libs.
d0ff73
d0ff73
* Fri Aug 05 2011 Nikola Pajkovsky <npajkovs@redhat.com> 1.20.6-18
d0ff73
- unpackaged files (do not install t-mouse.el)
d0ff73
d0ff73
* Tue Jul 26 2011 Jóhann B. Guðmundsson <johannbg@gmail.com> - 1.20.6-17
d0ff73
- Drop SysV support
d0ff73
d0ff73
* Thu May 05 2011 Bill Nottingham <notting@redhat.com> 1.20.6-16
d0ff73
- Fix systemd scriptlets
d0ff73
d0ff73
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.6-15
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d0ff73
d0ff73
* Mon Oct 25 2010 Nikola Pajkovsky <npajkovs@redhat.com> 1.20.6-14
d0ff73
- fix url and source0(yaneti@declera.com)
d0ff73
d0ff73
* Tue Oct 19 2010 Nikola Pajkovsky <npajkovs@redhat.com> 1.20.6-13
d0ff73
- 644318 - Incomplete systemd service file for gpm(yaneti@declera.com)
d0ff73
d0ff73
* Mon Oct 18 2010 Nikola Pajkovsky <npajkovs@redhat.com> 2.20.6-12
d0ff73
- disable debuging mode in gpm.service
d0ff73
d0ff73
* Thu Aug 19 2010 Nikola Pajkovsky <npajkovs@redhat.com> 1.20.6-11
d0ff73
- Resolved: #617327, #622665, #624253
d0ff73
d0ff73
* Wed Aug 11 2010 Nikola Pajkovsky <npajkovs@redhat.com> 1.20.6-10
d0ff73
- Providing native systemd file for upcoming F14 Feature Systemd
d0ff73
d0ff73
* Thu Dec 10 2009 Nikola Pajkovsky <npajkovs@redhat.com> 1.20.6-9
d0ff73
- add try-restart into gpm.init to be more LSB-compilant
d0ff73
d0ff73
* Thu Nov 19 2009 Nikola Pajkovsky <npajkovs@redhat.com> 1.20.6-8
d0ff73
- drop patch7
d0ff73
- resolved #537724(does not work with capabilities)
d0ff73
d0ff73
* Wed Sep 30 2009 Nikola Pajkovsky <npajkovs@redhat.com> 1.20.6-7
d0ff73
- add BuildRequires: libcap-ng-devel
d0ff73
- fix patch .capability
d0ff73
d0ff73
* Thu Aug 20 2009 Zdenek Prikryl <zprikryl@redhat.com> 1.20.6-6
d0ff73
- Don't complain if installing with --excludedocs (#515927)
d0ff73
- Drop unnecessary capabilities in gpm (#517659)
d0ff73
d0ff73
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.20.6-5
d0ff73
- Use lzma compressed upstream tarball.
d0ff73
d0ff73
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.6-4
d0ff73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d0ff73
d0ff73
* Tue Apr 14 2009 Zdenek Prikryl <zprikryl@redhat.com> 1.20.6-3
d0ff73
- created new subpackage gpm-libs (#495124)
d0ff73
d0ff73
* Tue Feb 24 2009 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.6-2
d0ff73
- Fixed gpm.info.gz building
d0ff73
d0ff73
* Tue Feb 03 2009 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.6-1
d0ff73
- Spec review (#225856)
d0ff73
- Updated to 1.20.6
d0ff73
d0ff73
* Tue Dec 02 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.5-2
d0ff73
- Fixed debug mode (#473422)
d0ff73
- Fixed description in init script (#474337)
d0ff73
d0ff73
* Thu Jul 17 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.5-1
d0ff73
- Updated to 1.20.5
d0ff73
- Removed doc patch
d0ff73
- Removed lisp stuff, it is part of emacs-common now 
d0ff73
- Spec clean up
d0ff73
d0ff73
* Wed Jun 04 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.3-2
d0ff73
- Enable gpm in runlevel 5
d0ff73
d0ff73
* Thu May 29 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.3-1
d0ff73
- Updated to 1.20.3
d0ff73
- Fixed init script to comply with LSB standard (#246937)
d0ff73
- Mass patch cleanup
d0ff73
- Fixed typo in doc (#446679)
d0ff73
d0ff73
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.20.1-90
d0ff73
- Autorebuild for GCC 4.3
d0ff73
d0ff73
* Fri Aug 24 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-89
d0ff73
- license tag update (and rebuild for BuildID, etc.)
d0ff73
d0ff73
* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 1.20.1-88
d0ff73
- Rebuild for RH #249435
d0ff73
d0ff73
* Tue Jul 24 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-87
d0ff73
- replace OPEN_MAX with sysconf(_SC_OPEN_MAX), fixing build with 2.6.23 kernel
d0ff73
d0ff73
* Tue Jul 24 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-86
d0ff73
- don't install t-mouse.el, emacs-common contains a newer version,
d0ff73
  fixes #249362
d0ff73
d0ff73
* Fri Jun 29 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-85
d0ff73
- applied patch for #246219, fixing segfault with vsyslog on x86_64
d0ff73
d0ff73
* Wed May 23 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-84
d0ff73
- applied patch for #240389, fixing default handlers
d0ff73
d0ff73
* Thu May 03 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-83
d0ff73
- gpm-devel now requires version-release correctly, fixes #238785
d0ff73
d0ff73
* Mon Apr 02 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-82
d0ff73
- updated inputattach.c to 1.24 from cvs, fixes #231635
d0ff73
d0ff73
* Fri Mar 23 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-81
d0ff73
- the patch for #168076 caused a strange behaviour with ncurses, fixed it
d0ff73
  differently
d0ff73
d0ff73
* Mon Jan 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-80
d0ff73
- forgot to add the patch for #168076
d0ff73
d0ff73
* Mon Jan 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-79
d0ff73
- added disttag to release
d0ff73
d0ff73
* Mon Jan 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-78
d0ff73
- refuse connections while waiting for console, fixes #168076
d0ff73
d0ff73
* Mon Jan 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-77
d0ff73
- #223696: non-failsafe install-info use in scriptlets
d0ff73
d0ff73
* Tue Oct 10 2006 Petr Rockai <prockai@redhat.com> - 1.20-1-76
d0ff73
- align sleeps to tick boundary, should reduce cpu wakeups
d0ff73
  on laptops, fixes #205064 (patch by Arjan van de Ven)
d0ff73
- disable gpm altogether in runlevel 5, it is probably not
d0ff73
  worth the overhead considering it is barely used at all
d0ff73
d0ff73
* Fri Sep 22 2006 Petr Rockai <prockai@redhat.com> - 1.20.1-75
d0ff73
- fix a bug where gpm daemon kept stdin/out/err open after
d0ff73
  detaching from terminal, causing eg. pipes from initscript
d0ff73
  to hang for the lifetime of gpm
d0ff73
d0ff73
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.20.1-74.1
d0ff73
- rebuild
d0ff73
d0ff73
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 1.20.1-74
d0ff73
- rebuild for -devel deps
d0ff73
d0ff73
* Mon Feb 13 2006 Petr Rockai <prockai@redhat.com> - 1.20.1-73.3
d0ff73
- rebuild due to failure on x86-64 (possibly a glitch?)
d0ff73
d0ff73
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.20.1-73.2
d0ff73
- bump again for double-long bug on ppc(64)
d0ff73
d0ff73
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.20.1-73.1
d0ff73
- rebuilt for new gcc4.1 snapshot and glibc changes
d0ff73
d0ff73
* Wed Jan 18 2006 Petr Rockai <prockai@redhat.com> 1.20.1-73
d0ff73
- do not ooops in gpm when console device cannot be found, print
d0ff73
  an error message instead and exit(1), as per BR 140025, 176178
d0ff73
- do not print messages in libgpm, unless envvar GPM_VERBOSE
d0ff73
  is set -- avoids unwanted clutter from libgpm in apps like dialog
d0ff73
  or mc when gpm is not available
d0ff73
d0ff73
* Thu Dec 22 2005 Jesse Keating <jkeating@redhat.com> 1.20.1-72
d0ff73
- rebuilt again
d0ff73
d0ff73
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d0ff73
- rebuilt
d0ff73
- added autoconf as a BuildReq
d0ff73
d0ff73
* Fri Mar 04 2005 Petr Rockai <prockai@redhat.com>
d0ff73
- rebuilt
d0ff73
d0ff73
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
d0ff73
- rebuilt
d0ff73
d0ff73
* Thu Oct 21 2004 Adrian Havill <havill@redhat.com> 1.20.1-66
d0ff73
- avoid spawning multiple copies of inputattach, and kill process
d0ff73
  when gpm shuts down (#135776)
d0ff73
d0ff73
* Wed Oct 20 2004 Bill Nottingham <notting@redhat.com> 1.20.1-65
d0ff73
- remove buildroot paths from gpm.info, fixing #135305
d0ff73
d0ff73
* Wed Oct 20 2004 Adrian Havill <havill@redhat.com> 1.20.1-64
d0ff73
- fixing multilib conflict (#135305):
d0ff73
  o remove buildsys check/conditional for gziping info pages (let rpm
d0ff73
    do it)
d0ff73
  o don't pre-byte-compile emacs code
d0ff73
d0ff73
* Thu Oct 14 2004 Bill Nottingham <notting@redhat.com> 1.20.1-62
d0ff73
- fix remaining sourcing of /etc/sysconfig/gpm (#135776)
d0ff73
d0ff73
* Wed Oct 13 2004 Adrian Havill <havill@redhat.com> 1.20.1-61
d0ff73
- remove unnecessary diagnostic and check of the consolename (#129962)
d0ff73
- remove /etc/sysconfig/gpm; set unset defaults in the init script instead
d0ff73
  after mousecfg is (or is not) read
d0ff73
d0ff73
* Wed Oct 13 2004 Florian La Roche <laroche@redhat.com>
d0ff73
- sysconfig/gpm should probably go away, that is more confusing than
d0ff73
  helping anyone
d0ff73
- read at least sysconfig/gpm first as it seems to have the default values
d0ff73
  and sysconfig/mouse is getting probed values and probably has better
d0ff73
  settings in it.
d0ff73
d0ff73
* Tue Oct 12 2004 Adrian Havill <havill@redhat.com> 1.20.1-57
d0ff73
- read both the sysconfig/mouse and sysconfig/gpm (preferrence to gpm
d0ff73
  settings), not just one of them, if both exist (#134389)
d0ff73
d0ff73
* Tue Oct 12 2004 Florian La Roche <Florian.LaRoche@redhat.de>
d0ff73
- remove gzip of info pages within .spec file, #135305
d0ff73
d0ff73
* Sat Oct 09 2004 Florian La Roche <Florian.LaRoche@redhat.de>
d0ff73
- initscript cleanup
d0ff73
d0ff73
* Thu Sep 23 2004 Adrian Havill <havill@redhat.com> 1.20.1-54
d0ff73
- change init so that MOUSECFG fallsback to /etc/sysconfig/gpm if
d0ff73
  /etc/sysconfig/mouse doesn't exist (#133141)
d0ff73
- fixed compile vs new kernheaders (#131783)
d0ff73
d0ff73
* Tue May 04 2004 Adrian Havill <havill@redhat.com> 1.20.1-49
d0ff73
- remove superfluous "i die" msg (#121845)
d0ff73
d0ff73
* Tue May 04 2004 Adrian Havill <havill@redhat.com> 1.20.1-48
d0ff73
- restore gpmopen() NULL check that was removed with the
d0ff73
  evdev superpatch (#118554)
d0ff73
d0ff73
* Fri Apr 16 2004 Adrian Havill <havill@redhat.com> 1.20.1-47
d0ff73
- make presence of t-mouse.el flexible (#120958)
d0ff73
d0ff73
* Wed Mar 31 2004 Adrian Havill <havill@redhat.com> 1.20.1-46
d0ff73
- revise nodebug patch as liblow reporting the VC to the console through
d0ff73
  stderr has re-appeared (#117676)
d0ff73
d0ff73
* Mon Mar 22 2004 Adrian Havill <havill@redhat.com> 1.20.1-45
d0ff73
- remove circular ncurses dep for prelink by restoring wgetch
d0ff73
  patch (#117150)
d0ff73
d0ff73
* Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 1.20.1-44
d0ff73
- include inputattach
d0ff73
- if configured mouse has IMOUSETYPE, use inputattach
d0ff73
d0ff73
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
d0ff73
- rebuilt
d0ff73
d0ff73
* Thu Feb 26 2004 Adrian Havill <havill@redhat.com> 1.20.1-43
d0ff73
- add event device (for 2.6 kernel) superpatch-- includes all
d0ff73
  patches up to release 38; thanks to Dmitry Torokhov
d0ff73
- change default mouse device over to /dev/input/mice
d0ff73
- set mouse type to Intellimouse Explorer (exps2), which is what
d0ff73
  the 2.6 kernel exports by default
d0ff73
d0ff73
* Sat Feb 14 2004 Florian La Roche <Florian.LaRoche@redhat.de>
d0ff73
- already add shared lib symlinks at install time
d0ff73
- fix subscript #114289
d0ff73
d0ff73
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d0ff73
- rebuilt
d0ff73
d0ff73
* Tue Nov 18 2003 Adrian Havill <havill@redhat.com> 1.20.1-39
d0ff73
- re-add the $OPTIONS that gets pulled in from /etc/sysconfig/gpm
d0ff73
  to the init.d script (#110248)
d0ff73
d0ff73
* Thu Aug 07 2003 Adrian Havill <havill@redhat.com> 1.20.1-38
d0ff73
- Gpm_Open() NULL deref revisited (#101104). Patch by
d0ff73
  <leonardjo@hetnet.nl>
d0ff73
* Wed Jul 30 2003 Adrian Havill <havill@redhat.com> 1.20.1-37
d0ff73
- removed auto-add of repeat with -M (#84310)
d0ff73
d0ff73
* Tue Jul 29 2003 Adrian Havill <havill@redhat.com> 1.20.1-36
d0ff73
- fixed grammar typos in the init script (#89109)
d0ff73
- don't deref NULL string in Gpm_Open (#101104)
d0ff73
d0ff73
* Wed Jul 02 2003 Adrian Havill <havill@redhat.com> 1.20.1-35
d0ff73
- remove debug output from gpm_report() to prevent spurious
d0ff73
  debugging msgs even when not in debug mode (#98210)
d0ff73
  
d0ff73
* Thu Jun 26 2003 Adrian Havill <havill@redhat.com> 1.20.1-33
d0ff73
- reversed -t and -m params in init script, removed $OPTION
d0ff73
- add doc blurb regarding no auto-repeat with multiple mice
d0ff73
d0ff73
* Tue Jun 24 2003 Adrian Havill <havill@redhat.com> 1.20.1-32
d0ff73
- update version
d0ff73
- add -lm for ceil()
d0ff73
- add hltest, mouse-test for all but zSeries
d0ff73
d0ff73
* Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com>
d0ff73
- don't link against -lncurses, instead make wgetch and stdscr weak
d0ff73
  undefined symbols to break library dependency cycle
d0ff73
d0ff73
* Thu Jun 12 2003 Elliot Lee <sopwith@redhat.com>
d0ff73
- Remove pam requirement
d0ff73
d0ff73
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
d0ff73
- rebuilt
d0ff73
d0ff73
* Wed Jan 29 2003 Bill Nottingham <notting@redhat.com> 1.19.13-27
d0ff73
- ship libraries on s390/s390x
d0ff73
d0ff73
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d0ff73
- rebuilt
d0ff73
d0ff73
* Mon Jan 13 2003 Bill Nottingham <notting@redhat.com> 1.19.13-25
d0ff73
- don't automatically enable the repeater when '-M' is in use
d0ff73
d0ff73
* Fri Nov 22 2002 Tim Powers <timp@redhat.com>
d0ff73
- remove unpackaged files from the buildroot
d0ff73
d0ff73
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
d0ff73
- automated rebuild
d0ff73
d0ff73
* Thu May 23 2002 Tim Powers <timp@redhat.com>
d0ff73
- automated rebuild
d0ff73
d0ff73
* Tue Apr  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 
d0ff73
- Revert to the version from 7.2 because later versions have some grave
d0ff73
  issues I can't {reproduce,debug} with my hardware, such as
d0ff73
  #62540 and #61691
d0ff73
d0ff73
* Thu Jul 19 2001 Preston Brown <pbrown@redhat.com>
d0ff73
- more documentation fixes for Netmouse type devices (#48885)
d0ff73
d0ff73
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
d0ff73
- add link from library major version number
d0ff73
d0ff73
* Mon Jun 25 2001 Preston Brown <pbrown@redhat.com>
d0ff73
- small fixlet in init script (#36995)
d0ff73
d0ff73
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
d0ff73
- add ExcludeArch: s390 s390x
d0ff73
d0ff73
* Fri Apr  6 2001 Preston Brown <pbrown@redhat.com>
d0ff73
- work better with unsupported devfs (#23500, #34883)
d0ff73
d0ff73
* Mon Feb 05 2001 Karsten Hopp <karsten@redhat.de>
d0ff73
- found another bug: tmpfile was never removed if
d0ff73
  gpm was already running
d0ff73
d0ff73
* Mon Feb 05 2001 Karsten Hopp <karsten@redhat.de>
d0ff73
- really fix tmpfile path
d0ff73
d0ff73
* Mon Feb 05 2001 Karsten Hopp <karsten@redhat.de>
d0ff73
- fix tmpfile path (bugzilla  #25967)
d0ff73
d0ff73
* Tue Jan 30 2001 Preston Brown <pbrown@redhat.com>
d0ff73
- don't make PID file world-writable.
d0ff73
d0ff73
* Mon Jan 29 2001 Preston Brown <pbrown@redhat.com>
d0ff73
- fix up devel dependency on main package
d0ff73
d0ff73
* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
d0ff73
- Don't crash if we can't open /dev/console
d0ff73
  (Happens with some devfs enabled kernels)
d0ff73
d0ff73
* Tue Jan 23 2001 Trond Eivind Glomsr�d <teg@redhat.com>
d0ff73
- fix bug in i18n of initscript
d0ff73
d0ff73
* Tue Jan 23 2001 Preston Brown <pbrown@redhat.com>
d0ff73
- bash2 style of i18n for initscript
d0ff73
d0ff73
* Wed Jan 17 2001 Preston Brown <pbrown@redhat.com>
d0ff73
- i18n the initscript.
d0ff73
d0ff73
* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
d0ff73
- Add hooks for extra options in /etc/sysconfig/gpm (#23547)
d0ff73
d0ff73
* Fri Jan 05 2001 Preston Brown <pbrown@redhat.com>
d0ff73
- patch added to abort if running on a serial console (#15784)
d0ff73
d0ff73
* Fri Jul 28 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- cleaned up post section
d0ff73
d0ff73
* Wed Jul 26 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- clarification: pam requirement added to fix permissions on /dev/gpmctl (#12849)
d0ff73
d0ff73
* Sat Jul 22 2000 Florian La Roche <Florian.LaRoche@redhat.de>
d0ff73
- update to 1.19.3
d0ff73
d0ff73
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
d0ff73
- move initscript back
d0ff73
d0ff73
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
d0ff73
- automatic rebuild
d0ff73
d0ff73
* Fri Jun 30 2000 Matt Wilson <msw@redhat.com>
d0ff73
- use sysconf(_SC_OPEN_MAX)
d0ff73
d0ff73
* Tue Jun 27 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- don't prereq, only require initscripts
d0ff73
d0ff73
* Mon Jun 26 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- fix up and move initscript
d0ff73
- prereq initscripts >= 5.20
d0ff73
d0ff73
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
d0ff73
- fix %%config tag for initscript
d0ff73
d0ff73
* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
d0ff73
- move it back
d0ff73
d0ff73
* Thu Jun 15 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- move init script
d0ff73
d0ff73
* Wed Jun 14 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- security patch on socket descriptor from Chris Evans.  Thanks Chris.
d0ff73
- include limits.h for OPEN_MAX
d0ff73
d0ff73
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- 1.19.2, fix up root (setuid) patch
d0ff73
- FHS paths
d0ff73
d0ff73
* Thu Apr  6 2000 Jakub Jelinek <jakub@redhat.com>
d0ff73
- 1.19.1
d0ff73
- call initgroups in gpm-root before spawning command as user
d0ff73
- make gpm-root work on big endian
d0ff73
d0ff73
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
d0ff73
- call ldconfig directly in postun
d0ff73
d0ff73
* Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
d0ff73
- rebuild with new libncurses
d0ff73
d0ff73
* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
d0ff73
- 1.19.0
d0ff73
- fix build on systems that don't have emacs
d0ff73
  (configure built t-mouse* only if emacs was installed)
d0ff73
d0ff73
* Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- important fix: improperly buildrooted for /usr/share/emacs/site-lisp, fixed.
d0ff73
d0ff73
* Tue Feb 15 2000 Jakub Jelinek <jakub@redhat.com>
d0ff73
- avoid cluttering of syslog with gpm No data messages
d0ff73
d0ff73
* Mon Feb 14 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- disable-paste and mouse-test removed, they seem broken.
d0ff73
d0ff73
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- updated gpm.init to have better shutdown and descriptive messages
d0ff73
- strip lib
d0ff73
d0ff73
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
d0ff73
- fix description
d0ff73
- man pages are compressed
d0ff73
d0ff73
* Wed Jan 12 2000 Preston Brown <pbrown@redhat.com>
d0ff73
- 1.18.1.
d0ff73
d0ff73
* Tue Sep 28 1999 Preston Brown <pbrown@redhat.com>
d0ff73
- upgraded to 1.18, hopefully fixes sparc protocol issues
d0ff73
d0ff73
* Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
d0ff73
- install-info sucks, and then you die.
d0ff73
d0ff73
* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
d0ff73
- chkconfig --del in %%preun, not %%postun
d0ff73
d0ff73
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
d0ff73
- upgrade to 1.17.9
d0ff73
- the maintainers are taking care of .so version now, removed patch
d0ff73
d0ff73
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
d0ff73
- initscript munging
d0ff73
d0ff73
* Wed Jun  2 1999 Jeff Johnson <jbj@redhat.com>
d0ff73
- disable-paste need not be setuid root in Red Hat 6.0 (#2654)
d0ff73
d0ff73
* Tue May 18 1999 Michael K. Johnson <johnsonm@redhat.com>
d0ff73
- gpm.init had wrong pidfile name in comments; confused linuxconf
d0ff73
d0ff73
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
d0ff73
- make sure all binaries are stripped, make init stuff more chkconfig style
d0ff73
- removed sparc-specific mouse stuff
d0ff73
- bumped libver to 1.17.5
d0ff73
- fixed texinfo source
d0ff73
d0ff73
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
d0ff73
- auto rebuild in the new build environment (release 2)
d0ff73
d0ff73
* Thu Mar  4 1999 Matt Wilson <msw@redhat.com>
d0ff73
- updated to 1.75.5
d0ff73
d0ff73
* Tue Feb 16 1999 Cristian Gafton <gafton@redhat.com>
d0ff73
- avoid using makedev for internal functions (it is a #define in the system
d0ff73
  headers)
d0ff73
d0ff73
* Wed Jan 13 1999 Preston Brown <pbrown@redhat.com>
d0ff73
- upgrade to 1.17.2.
d0ff73
d0ff73
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
d0ff73
- enforce the use of -D_GNU_SOURCE so that it will compile on the ARM
d0ff73
- build against glibc 2.1
d0ff73
d0ff73
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
d0ff73
- build root
d0ff73
d0ff73
* Thu May 07 1998 Prospector System <bugs@redhat.com>
d0ff73
- translations modified for de, fr, tr
d0ff73
d0ff73
* Wed Apr 22 1998 Michael K. Johnson <johnsonm@redhat.com>
d0ff73
- enhanced initscript
d0ff73
d0ff73
* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
d0ff73
- recompiled for manhattan
d0ff73
d0ff73
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
d0ff73
- updated to 1.13
d0ff73
d0ff73
* Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
d0ff73
- added patch from Richard to get things to build on the SPARC
d0ff73
d0ff73
* Tue Oct 28 1997 Donnie Barnes <djb@redhat.com>
d0ff73
- fixed the emacs patch to install the emacs files in the right
d0ff73
  place (hopefully).
d0ff73
d0ff73
* Mon Oct 13 1997 Erik Troan <ewt@redhat.com>
d0ff73
- added chkconfig support
d0ff73
- added install-info
d0ff73
d0ff73
* Thu Sep 11 1997 Donald Barnes <djb@redhat.com>
d0ff73
- upgraded from 1.10 to 1.12
d0ff73
- added status/restart functionality to init script
d0ff73
- added define LIBVER 1.11
d0ff73
d0ff73
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
d0ff73
- built against glibc