OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Feb-2005 15:09:38
Branch: HEAD Handle: 2005020714093800
Modified files:
openpkg-src/emacs emacs.patch emacs.spec
Log:
upgrading package: emacs 21.3 -> 21.4
Summary:
Revision Changes Path
1.5 +17 -0 openpkg-src/emacs/emacs.patch
1.51 +10 -6 openpkg-src/emacs/emacs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/emacs/emacs.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 emacs.patch
--- openpkg-src/emacs/emacs.patch 2 Mar 2004 19:43:08 -0000 1.4
+++ openpkg-src/emacs/emacs.patch 7 Feb 2005 14:09:38 -0000 1.5
@@ -133,3 +133,20 @@
`./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` \
`NOT_USING_MOTIF || echo ' -R/usr/dt/lib -L/usr/dt/lib'`
#endif /* GCC */
+Index: configure
+--- configure.orig 2005-02-06 12:45:05 +0100
++++ configure 2005-02-06 12:49:12 +0100
+@@ -1651,9 +1651,12 @@
+ ia64*-*-linux* )
+ machine=ia64 opsys=gnu-linux
+ ;;
++ ia64*-*-* )
++ machine=ia64
++ ;;
+
+ ## Intel 386 machines where we don't care about the manufacturer
+- i[3456]86-*-* )
++ i[3456]86-*-* | amd64-*-* | x86_64-*-* )
+ machine=intel386
+ case "${canonical}" in
+ *-lynxos* ) opsys=lynxos ;;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/emacs/emacs.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 emacs.spec
--- openpkg-src/emacs/emacs.spec 1 Jan 2005 10:48:56 -0000 1.50
+++ openpkg-src/emacs/emacs.spec 7 Feb 2005 14:09:38 -0000 1.51
@@ -23,6 +23,10 @@
## SUCH DAMAGE.
##
+# package version
+%define V_emacs 21.4
+%define V_leim 21.3
+
# package information
Name: emacs
Summary: The GNU EMACS Text Editor
@@ -33,8 +37,8 @@
Class: BASE
Group: Editor
License: GPL
-Version: 21.3
-Release: 20040920
+Version: %{V_emacs}
+Release: 20050207
# package options
%option with_x11 no
@@ -52,8 +56,8 @@
%endif
# list of sources
-Source0: ftp://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.gz
-Source1: ftp://ftp.gnu.org/gnu/emacs/leim-%{version}.tar.gz
+Source0: ftp://ftp.gnu.org/gnu/emacs/emacs-%{V_emacs}.tar.gz
+Source1: ftp://ftp.gnu.org/gnu/emacs/leim-%{V_leim}.tar.gz
Patch0: emacs.patch
# build information
@@ -93,12 +97,12 @@
%track
prog emacs = {
- version = %{version}
+ version = %{V_emacs}
url = ftp://ftp.gnu.org/gnu/emacs/
regex = emacs-(__VER__)\.tar\.gz
}
prog emacs:leim = {
- version = %{version}
+ version = %{V_leim}
url = ftp://ftp.gnu.org/gnu/emacs/
regex = leim-(__VER__)\.tar\.gz
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]