Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Jerry James
eeed99e8f6 Update to fix NSS breakage. Drop upstreamed -setsid patch. 2016-06-03 15:33:24 -06:00
Jerry James
15051a614f Update to latest mercurial snapshot.
Also:
- Fix M-x shell under tcsh (bz 1222897, 1260785)
- Use system malloc on 32-bit MIPS (bz 1294893)
2016-05-28 19:41:58 -06:00
5 changed files with 19 additions and 7 deletions

3
.gitignore vendored
View file

@ -2,3 +2,6 @@
/xemacs-20140605hgacf1c26e3019.tar.xz
/xemacs-20150420hg23178aa71f8b.tar.xz
/xemacs-20150929hga76c9268bb72.tar.xz
/xemacs-20160104hg4d03958b4080.tar.xz
/xemacs-20160507hgd5b51c618ef8.tar.xz
/xemacs-20160603hga561e02bb626.tar.xz

View file

@ -1 +1 @@
462a2f1a8308fb59ae12cae107798d05 xemacs-20150929hga76c9268bb72.tar.xz
04a0b49ae238fb84b5ae928a8e216cf2 xemacs-20160603hga561e02bb626.tar.xz

View file

@ -14,7 +14,7 @@
fi
--- ./configure.orig 2012-08-02 12:39:01.000000000 -0600
+++ ./configure 2012-08-06 20:28:23.841705350 -0600
@@ -15036,7 +15036,10 @@ if test "$xe_gnu_ld" = yes -a "$ld_shlib
@@ -15045,7 +15045,10 @@ if test "$xe_gnu_ld" = yes -a "$ld_shlib
;;
*)

View file

@ -22,7 +22,7 @@ pwd=$(pwd)
now=$(date +%Y%m%d)
cd "$tmp"
hg clone https://bitbucket.org/xemacs/xemacs-beta
hg clone https://bitbucket.org/xemacs/xemacs xemacs-beta
cd xemacs-beta
hg update -r "$rev"
# Hack to avoid needing .hg/ around but still getting xemacs-extra-name right

View file

@ -19,11 +19,11 @@
%bcond_without modules
%endif
%global snap 20150929hga76c9268bb72
%global snap 20160603hga561e02bb626
Name: xemacs
Version: 21.5.34
Release: 12%{?snap:.%{snap}}%{?dist}
Release: 14%{?snap:.%{snap}}%{?dist}
Summary: Different version of Emacs
%global majver %(cut -d. -f1-2 <<<%{version})
@ -303,7 +303,7 @@ common_options="
--with-pop
--without-hesiod
--with-tls=nss \
%ifarch alpha ia64 ppc64
%ifarch alpha ia64 ppc64 mips mipsel
--with-system-malloc
%endif
--with-pdump
@ -674,7 +674,16 @@ fi
%dir %{_datadir}/xemacs/site-packages/pkginfo
%changelog
* Sat Oct 3 2015 Jerry James <loganjerry@gmail.com> - 21.5.34-1220150929hga76c9268bb72
* Fri Jun 3 2016 Jerry James <loganjerry@gmail.com> - 21.5.34-14.20160603hga561e02bb626
- Update to fix NSS breakage
- Drop upstreamed -setsid patch
* Sat May 28 2016 Jerry James <loganjerry@gmail.com> - 21.5.34-13.20160507hgd5b51c618ef8
- Update to latest mercurial snapshot
- Fix M-x shell under tcsh (bz 1222897, 1260785)
- Use system malloc on 32-bit MIPS (bz 1294893)
* Sat Oct 3 2015 Jerry James <loganjerry@gmail.com> - 21.5.34-12.20150929hga76c9268bb72
- Update to snapshot: fixes multiple bugs
- Add -alsaplay patch to fix playing sounds through ALSA