Update to beep-1.4.7:
- Install contrib scripts for both successfully and
failing sounding beeps.
- beep installs its man page uncompressed, so the
spec file can stop unzipping it for the packaging
scripts to be able to do their compression magic.
Summary of the changes compared to the beep-1.4.4 release:
* Use va_copy() macro in function with va_list parameter
to avoid possible bug
* Use BEEP_LOG_LEVEL environment variable for default log level
Summary of the changes in the beep-1.4.4 release:
* ship our own modprobe.d and udev rules.d files
* install udev rules into /usr/lib/udev/rules.d/
(if the sysadmin want their own rules, they can
add them to /etc/udev/rules.d/)
* new out of the box permission setup: allow local
users and "beep" group
* add note on using sox/play with modern sound infrastructure
* adapt beep(1) man page to mention README.fedora
* set compiler flags for "make install" (just in case)
* install extra source files directly from %{SOURCEn}
* ship the installed doc files as %doc (no need to install
them from source)
+- Use new upstream tarball beep-1.3.tar.gz (yes, it has changed!)
+- Add a few fixes from upstream git repo
+- Move our Makefile cleanup to upstream pull request