OBS User unknown 2007-12-21 09:22:39 +00:00 committed by Git OBS Bridge
parent f900bfb1d2
commit 90a80f43f3
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 20 19:30:16 CET 2007 - werner@suse.de
- Don't forget the arguments for the wrapper script
-------------------------------------------------------------------
Thu Dec 20 12:13:23 CET 2007 - werner@suse.de

View File

@ -20,7 +20,7 @@ Requires: emacs-info ctags emacs_program
Provides: ge_site ge_exec emacs-url Mule-UCS emacs-calc erc
AutoReqProv: on
Version: 22.1
Release: 70
Release: 71
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: GNU Emacs Base Package
Source: emacs-22.1.tar.bz2
@ -373,7 +373,7 @@ cat > %{buildroot}/usr/bin/emacs <<-"EOF"
case "$KDE_FULL_SESSION" in
*true*) toolkit=x11
esac
exec -a ${0} ${0}-${toolkit}
exec -a ${0} ${0}-${toolkit} ${1+"$@"}
EOF
chmod 0755 %{buildroot}/usr/bin/emacs
tar cf - `find site-lisp/ -name '*.el' -o -name '*.elc'` | \
@ -3245,6 +3245,8 @@ done
%changelog
* Thu Dec 20 2007 - werner@suse.de
- Don't forget the arguments for the wrapper script
* Thu Dec 20 2007 - werner@suse.de
- Suppress startup message in case of starting iconic (bug #342385)
* Tue Dec 18 2007 - werner@suse.de
- Add workaround for conflict between GTK/GDK and KWin by using