From 5e82f73ff73b322b7d5043f0db3ca4b9f0fa981d Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Apr 14 2015 13:00:23 +0000 Subject: New upstream version 24.5 (#1210919) Signed-off-by: Petr Hracek --- diff --git a/.gitignore b/.gitignore index 524d560..6f85a37 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /emacs-24.2.tar.xz /emacs-24.3.tar.xz /emacs-24.4.tar.xz +/emacs-24.5.tar.xz diff --git a/emacs.spec b/emacs.spec index b9472fa..a8e0ed2 100644 --- a/emacs.spec +++ b/emacs.spec @@ -4,8 +4,8 @@ Summary: GNU Emacs text editor Name: emacs Epoch: 1 -Version: 24.4 -Release: 6%{?dist} +Version: 24.5 +Release: 1%{?dist} License: GPLv3+ and CC0-1.0 URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -20,13 +20,14 @@ Source6: emacs-terminal.desktop Source7: emacs-terminal.sh Source8: emacs.service Source9: %{name}.appdata.xml +Source10: %{name}client.appdata.xml # rhbz#713600 Patch1: emacs-spellchecker.patch # Fix for default PDF viewer bug #971162 Patch2: emacs-pdf-default.patch -Patch3: emacs-no-bitmap-icon.patch -Patch4: emacs-configure.patch +#Patch3: emacs-no-bitmap-icon.patch +#Patch4: emacs-configure.patch Patch5: emacs-grep-deprecated.patch BuildRequires: atk-devel @@ -187,8 +188,8 @@ packages that add functionality to Emacs. %patch1 -p1 -b .spellchecker %patch2 -p1 -b .pdf-default.patch -%patch3 -p1 -b .bitmap -%patch4 -p1 -b .config +#%patch3 -p1 -b .bitmap +#%patch4 -p1 -b .config %patch5 -p1 -b .grep-deprecated autoconf @@ -352,17 +353,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications \ # Merge applications into one software center item mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata -cat > $RPM_BUILD_ROOT%{_datadir}/appdata/emacsclient.appdata.xml < - - - CC0-1.0 - emacsclient.desktop - - emacs.desktop - - -EOF +cp -a %SOURCE10 $RPM_BUILD_ROOT%{_datadir}/appdata/emacsclient.appdata.xml # Byte compile emacs*.py with correct python interpreters %if 0%{?rhel:1} @@ -491,6 +482,9 @@ update-desktop-database &> /dev/null || : %dir %{_datadir}/emacs/site-lisp/site-start.d %changelog +* Tue Apr 14 2015 Petr Hracek - 1:24.5-1 +- New upstream version 24.5 (#1210919) + * Tue Apr 7 2015 Petr Hracek - 1:24.4-6 - emacs grep warns 'GREP_OPTIONS is deprecated' (#1176547) diff --git a/emacsclient.appdata.xml b/emacsclient.appdata.xml new file mode 100644 index 0000000..943c4a8 --- /dev/null +++ b/emacsclient.appdata.xml @@ -0,0 +1,9 @@ + + + + CC0-1.0 + emacsclient.desktop + + emacs.desktop + + diff --git a/sources b/sources index fd60c10..ec4a21f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad487658ad7421ad8d7b5152192eb945 emacs-24.4.tar.xz +50560ee00bac9bb9cf0e822764cd0832 emacs-24.5.tar.xz