Blame SPECS/gpm.spec

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