[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/emacs/devel emacs.spec,1.85,1.86
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/emacs/devel emacs.spec,1.85,1.86
- Date: Fri, 26 Jan 2007 14:43:03 -0500
Author: coldwell
Update of /cvs/dist/rpms/emacs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22749
Modified Files:
emacs.spec
Log Message:
remove Tetris to avoid trademark problems (Ville Skyttä #224627)
Index: emacs.spec
===================================================================
RCS file: /cvs/dist/rpms/emacs/devel/emacs.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- emacs.spec 25 Jan 2007 20:00:14 -0000 1.85
+++ emacs.spec 26 Jan 2007 19:43:00 -0000 1.86
@@ -3,7 +3,7 @@
Summary: GNU Emacs text editor
Name: emacs
Version: 22.0.93
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPL
URL: http://www.gnu.org/software/emacs/
Group: Applications/Editors
@@ -103,6 +103,10 @@
# fix po-auto-replace-revision-date nil
patch < %SOURCE16 )
+# avoid trademark issues
+( cd lisp/play
+ rm -f tetris.el tetris.elc )
+
%build
export CFLAGS="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 $RPM_OPT_FLAGS"
@@ -281,6 +285,9 @@
%dir %{_datadir}/emacs/%{version}
%changelog
+* Fri Jan 26 2007 Chip Coldwell <coldwell redhat com> - 22.0.93-5
+- remove Tetris to avoid trademark problems (Ville Skyttä #224627)
+
* Thu Jan 25 2007 Chip Coldwell <coldwell redhat com> - 22.0.93-4
- fixup loaddefs.el dependencies (Dan Nicolaescu #176171)
- add BuildRequires: automake (changes to Makefile.in)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]