[emacs-vm] Update to version 8.1.2

Jonathan G. Underwood jgu at fedoraproject.org
Wed May 30 15:48:07 UTC 2012


commit f9a1c8980b43a4ed23cacb4ea3ca5208bdfd29ed
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Wed May 30 16:47:56 2012 +0100

    Update to version 8.1.2
    
    Remove separate emacs-vm-el sub-package to comply with updated
    packaging guidelines

 .gitignore    |    1 +
 emacs-vm.spec |   29 ++++++++++++-----------------
 sources       |    2 +-
 3 files changed, 14 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 507bcb6..bc942a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 vm-8.1.1.tgz
+/vm-8.1.2.tgz
diff --git a/emacs-vm.spec b/emacs-vm.spec
index bb8201d..2173143 100644
--- a/emacs-vm.spec
+++ b/emacs-vm.spec
@@ -16,8 +16,8 @@
 
 Summary: Emacs VM mailreader
 Name: emacs-vm
-Version: 8.1.1
-Release: 4%{?dist}
+Version: 8.1.2
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: https://launchpad.net/vm
@@ -27,6 +27,10 @@ Requires(pre): /sbin/install-info
 Requires(post): /sbin/install-info 
 BuildRequires: emacs texinfo texinfo-tex
 
+# This obsoletes and provides can be removed in Fedora 20
+Obsoletes: emacs-vm-el <= 8.1.2-1
+Provides: emacs-vm-el <= 8.1.2-1
+
 %if %{bbdbsupport}
 BuildRequires: emacs-bbdb-el
 Requires: emacs-bbdb
@@ -41,15 +45,6 @@ more advanced commands that do tasks like bursting and creating
 digests, message forwarding, and organizing message presentation
 according to various criteria. 
 
-%package el
-Group: Applications/Internet
-Summary: Elisp source files for VM mailreader for emacs
-Requires: %{name} = %{version}-%{release}
-
-%description el 
-The %{name}-el package contains the elisp source files for the %{name}
-package. It is not necessary to install this if you want to run vm.
-
 %prep
 %setup -q -n vm-%{version}
 
@@ -108,16 +103,16 @@ fi
 %doc %{_infodir}/*
 %{_bindir}/*
 %{pixmapdir}
-%{pkgdir}/*.elc
+%{pkgdir}
 %{pkgdir}/version.txt
 %{initfile}
-%dir %{pkgdir}
-
-%files el
-%defattr(-,root,root,-)
-%{pkgdir}/*.el
 
 %changelog
+* Wed May 30 2012 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.1.2-1
+- Update to version 8.1.2
+- Remove separate emacs-vm-el sub-package to comply with updated 
+  packaging guidelines
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.1.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 4048a1d..8db29a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78559892abd80df7c6dedae3a07d8f57  vm-8.1.1.tgz
+853c8b3bdca1f9a37f3d585ac8b87027  vm-8.1.2.tgz


More information about the scm-commits mailing list