Hello community, here is the log from the commit of package emacs-vm for openSUSE:Factory checked in at 2013-10-25 12:59:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs-vm (Old) and /work/SRC/openSUSE:Factory/.emacs-vm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs-vm" Changes: -------- --- /work/SRC/openSUSE:Factory/emacs-vm/emacs-vm.changes 2011-09-23 01:56:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.emacs-vm.new/emacs-vm.changes 2013-10-25 12:59:13.000000000 +0200 @@ -1,0 +2,24 @@ +Thu Oct 24 14:39:54 UTC 2013 - [email protected] + +- Fixed up paths to make them package private +- Removed duplicate files from package + +------------------------------------------------------------------- +Thu Oct 10 15:55:25 UTC 2013 - [email protected] + +- Updated package to version 8.2.0b. + * Fixes warnings about missing hooks removed from GNU emacs after being + deprecated for over 10 years + * Fixes performance penalties caused by bidi being activated by default + on GNU emacs 24. + * Updates from version 7.19 - released in 2004, 24 releases ago. + Numerous changes and bug fixes, file 'NEWS' in the package docs list + the changes since 7.19. +- Project now hosted at https://launchpad.net/vm. + Upstream maintainership package has been transferred from Kyle Jones + to the 'VM development team'. +- vm-Makefile.patch: + Removed, matching Makefile no longer required since build uses autotools + now. + +------------------------------------------------------------------- Old: ---- vm-7.19.tar.gz vm-Makefile.patch New: ---- vm-8.2.0b.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs-vm.spec ++++++ --- /var/tmp/diff_new_pack.rrGGKn/_old 2013-10-25 12:59:21.000000000 +0200 +++ /var/tmp/diff_new_pack.rrGGKn/_new 2013-10-25 12:59:21.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package emacs-vm # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,25 @@ # - Name: emacs-vm BuildRequires: emacs-nox -Url: http://www.wonderworks.com/vm -License: GPL-2.0+ -Group: Productivity/Editors/Emacs +%if %suse_version > 1140 +BuildRequires: makeinfo +%else +BuildRequires: info +%endif +Url: http://www.nongnu.org/viewmail/ Provides: calc -Requires: emacs ed +Requires: ed +Requires: emacs PreReq: %install_info_prereq -Version: 7.19 -Release: 241 +Version: 8.2.0b +Release: 0 Summary: VM - a mail reader for GNU Emacs -Source: ftp://ftp.uni-mainz.de/gnu/vm/vm-%{version}.tar.gz +License: GPL-2.0+ +Group: Productivity/Editors/Emacs +Source: https://launchpad.net/vm/8.2.x/8.2.0b/+download/vm-%{version}.tgz Source2: emacs-vm-autoload.el -Patch: vm-Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -42,31 +46,27 @@ message forwarding, and organizing message presentation according to various criteria. -%define _sitedir /usr/share/emacs/site-lisp +%define _sitedir %{_prefix}/share/emacs/site-lisp %define _vmdir %{_sitedir}/vm -%define _infodir /usr/share/info +%define _infodir %{_prefix}/share/info +%define _vmetcdir %{_prefix}/share/emacs/${emacs_ver}/etc/vm +%define _vmdocdir %{_prefix}/share/doc/packages/%{name} %prep %setup -n vm-%{version} -%patch %build export LC_CTYPE=ISO-8859-1 export EMACS_UNIBYTE=1 EMACS="emacs --no-site" -rm -rf *.elc -make EMACS="${EMACS}" vm %{?_smp_mflags} -make EMACS="${EMACS}" vm.info %{?_smp_mflags} -make EMACS="${EMACS}" CFLAGS="$RPM_OPT_FLAGS" utils %{?_smp_mflags} +emacs_ver=$(rpm -q --qf '%{VERSION}' emacs) +rm -rf lisp/*.elc +%configure FLAGS="-batch -q -no-site-file -no-init-file -l \$(srcdir)/vm-build.el" --with-etcdir=%{_vmetcdir} --with-docdir=%{_vmdocdir} +make DESTDIR=${RPM_BUILD_ROOT} %install mkdir -p ${RPM_BUILD_ROOT} -EMACS="emacs --no-site" -_emacs_ver=$(rpm -q --qf '%{VERSION}' emacs) -make EMACS="${EMACS}" LISPDIR=${RPM_BUILD_ROOT}%{_vmdir} install-vm install-el -make INFODIR=${RPM_BUILD_ROOT}%{_infodir} install-info -make BINDIR=${RPM_BUILD_ROOT}/usr/bin install-utils -make PIXMAPDIR=${RPM_BUILD_ROOT}/usr/share/emacs/${_emacs_ver}/etc/vm install-pixmaps +make DESTDIR=${RPM_BUILD_ROOT} install { echo ";; /usr/share/emacs/site-lisp/suse-start-%{name}.el" cat %{S:2} @@ -81,17 +81,25 @@ %files %defattr(-, root, root) -%doc README +%docdir %{_vmdocdir} +%{_vmdocdir} %dir %{_sitedir} %{_sitedir}/*.el %dir %{_vmdir} %{_vmdir}/*.el %{_vmdir}/*.elc +%{_vmdir}/version.txt /usr/bin/base64-encode /usr/bin/base64-decode /usr/bin/qp-decode /usr/bin/qp-encode %doc %{_infodir}/*.gz -/usr/share/emacs/*/etc +%{_prefix}/share/emacs/*/etc/vm/pixmaps +%dir %{_prefix}/share/emacs/*/etc/vm +%exclude %{_prefix}/share/emacs/*/etc/vm/README +%exclude %{_prefix}/share/emacs/*/etc/vm/CHANGES +%exclude %{_prefix}/share/emacs/*/etc/vm/COPYING +%exclude %{_prefix}/share/emacs/*/etc/vm/NEWS +%exclude %{_prefix}/share/emacs/*/etc/vm/TODO %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
