Commit Graph

476 Commits

Author SHA1 Message Date
Scott Talbert
181aafcdb7 Fix FTBFS with glibc 2.34 2021-03-27 00:10:16 -04:00
Peter Oliver
14924f48f8 Make Enchant the default for ispell-program-name when available
To decide the default value of ispell-program-name, Emacs looks in turn for a number of different binaries, and uses whichever it finds first.  The snag with this approach is that, just because a binary is installed, doesnʼt mean that a dictionary in your language is installed for that binary.

Since https://bugzilla.redhat.com/show_bug.cgi?id=713600 weʼve been patching the search list to look for Hunspell before Aspell, presumably because Hunspell dictionaries were considered more likely to be installed than the Aspell dictionaries.

However, now we have Enchant, which will automatically select a backend based on a configuration preference, skipping over any backends for which youʼre missing a dictionary.  This seems to be exactly what we want, so letʼs use it here.
2021-02-06 00:14:47 +00:00
Fedora Release Engineering
746bf11c12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 04:28:18 +00:00
Tom Stellard
87fd254a44 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-04 22:13:21 +00:00
Jan Synacek
1cedb94027 use make macros 2020-08-18 12:15:32 +02:00
Bhavin Gandhi
ac07724a18 emacs-27.1 is available (#1867841)
- Add systemd-devel to support Type=notify in unit file
  - https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42242
- Build with Cairo and Jansson support
- Remove ImageMagick dependency as it's no longer used
- Keep the emacs.pdmp as executable_name.pdmp in _bindir

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2020-08-11 20:17:16 +05:30
Fedora Release Engineering
c669fb8f4d - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 16:27:45 +00:00
Dan Čermák
3485b794fc
Drop dependency on GConf2 2020-04-16 22:03:55 +02:00
Dan Čermák
662bd4a9f9
Use macros where appropriate 2020-04-16 22:00:38 +02:00
Dan Čermák
6f367bc62e
Use %gpgverify to check the tarball's validity 2020-04-16 21:59:20 +02:00
Fedora Release Engineering
2a95cfd148 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 17:12:05 +00:00
Maximiliano Sandoval
0a3be2953e Update emacs.spec 2019-09-09 02:22:04 +00:00
Maximiliano Sandoval R
94c9e43efe
emacs-26.3 is available (#1747101) 2019-09-08 21:34:16 -03:00
Fedora Release Engineering
9f11e11b96 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-24 23:22:51 +00:00
Jan Synacek
f6258eb59a emacs-26.2 is available (#1699434)
Resolves: #1699434
2019-04-18 10:57:37 +02:00
Fedora Release Engineering
3db109a18a - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 18:32:32 +00:00
Igor Gnatenko
4e7b9f195e Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:00 +01:00
Igor Gnatenko
b0e50ecf8b
Remove obsolete scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-01-27 15:28:11 +01:00
Michael Cronenworth
8e555a7028 Rebuild for ImageMagick 6.9.10 2018-08-28 15:26:52 -05:00
Jan Synacek
ae52ac8149 remove python dependencies
emacs*.py have not been there for a while
2018-08-13 11:51:48 +02:00
Fedora Release Engineering
b30910b353 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 23:47:43 +00:00
Igor Gnatenko
c54edbb096 add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:44 +02:00
Miro Hrončok
4331f4bc1a Rebuilt for Python 3.7 2018-07-02 18:22:15 +02:00
Jan Synacek
0a11a46a01 emacs SIGABRT after XProtocolError on displaying an email in Gnus (#1591223)
Resolves: #1591223
2018-06-26 13:18:12 +02:00
Miro Hrončok
2d38b7a376 Rebuilt for Python 3.7 2018-06-19 10:42:36 +02:00
Jan Synacek
0588f11f70 emacs-26.1 is available (#1583433)
Resolves: #1583433
2018-05-30 13:25:38 +02:00
Jan Synacek
f71d70bf31 Emacs crashes when loading color fonts (#1519038)
Resolves: #1519038
2018-04-04 09:53:23 +02:00
Sandro Mani
037321c00b Rebuild (giflib) 2018-02-11 21:47:11 +01:00
Igor Gnatenko
3ff82ca0e7
Escape macros in %changelog
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-09 09:04:26 +01:00
Fedora Release Engineering
fcfcb1d79c - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 08:20:37 +00:00
Jan Synacek
9e6823b900 use https instead of ftp in Source0 2018-01-22 10:10:33 +01:00
Tomas Popela
fe17289e8a Adapt to the webkitgtk4 rename 2018-01-12 15:26:37 +01:00
Igor Gnatenko
41da3cc65c Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-01-11 14:49:45 +01:00
Pete Walter
6d0b8cdb85 Rebuilt for ImageMagick 6.9.9 soname bump 2017-09-14 23:10:12 +01:00
Richard W.M. Jones
eb340f7901 Rebuild to try to fix: libwebkit2gtk-4.0.so.37: undefined symbol:
soup_auth_manager_clear_cached_credentials
2017-09-13 21:25:37 +01:00
Jan Synacek
433a36c248 update to 25.3 (#1490649 #1490409)
Resolves: #1490649 #1490409
2017-09-12 10:14:05 +02:00
Michael Cronenworth
de26e2cf83 Rebuild for ImageMagick 6 2017-09-06 10:50:04 -05:00
Michael Cronenworth
a8cca11cb9 Re-enable BR for ImageMagick 2017-08-25 17:45:52 -05:00
Michael Cronenworth
74e09af8a6 Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/emacs 2017-08-25 17:45:13 -05:00
Michael Cronenworth
cda0f6323b Add patch for ImageMagick 7 support 2017-08-25 17:45:01 -05:00
Adam Williamson
2715f7ef90 Comment out ImageMagick-devel buildrequires, with a note
emacs does not work with ImageMagick 7 at all. The support is
just disabled when emacs is built against ImageMagick 7. So add
a note to this effect and disable the BuildRequires.
2017-08-25 15:17:38 -07:00
Igor Gnatenko
39bc5c84e3 Rebuilt for ImageMagick soname bump
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-08-25 18:20:49 +02:00
Fedora Release Engineering
fb95c223b0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 20:01:38 +00:00
Florian Weimer
fea1ed0e76 Rebuild with binutils fix for ppc64le (#1475636) 2017-07-30 19:13:59 +02:00
Björn Esser
ad2e040d6c Rebuilt for new ImageMagick so-name 2017-07-28 13:28:56 +02:00
Fedora Release Engineering
5feaf4c3f4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 07:19:38 +00:00
Gregory Shimansky
3abc8dcd69 Added package with LUCID X toolkit support 2017-07-17 12:36:18 +02:00
Jan Synacek
42fa24ab12 compile with support for dynamic modules (#1421087) 2017-04-28 15:37:18 +02:00
Jan Synacek
ce2d0a5250 update to 25.2 (#1444818)
Resolves: #1444818
2017-04-24 14:06:45 +02:00
Jan Synacek
1116d1bc15 update to 25.2 rc2, depend on the latest webkit (#1375834) 2017-02-27 10:37:02 +01:00
Stephen Gallagher
54f4bcd0bd
Add missing %license macro 2017-02-01 19:52:37 -05:00
Jan Synacek
12a7e9af6d Emacs 25.1 fc25 often crashes with emacs-auctex (#1398718) 2016-12-12 10:32:55 +01:00
Jan Synacek
430d29bb0b emacs leaves behind corrupted symlinks on CIFS share (#1271407)
Resolves: #1271407
2016-10-12 13:56:32 +02:00
Jan Synacek
6a092add34 Merge branch 'f25' into f24 2016-09-19 14:24:20 +02:00
Jan Synacek
a25652176b Merge branch 'master' into f25 2016-09-19 12:15:10 +02:00
Jan Synacek
cebd69e081 update to 25.1 (#1377031)
Resolves: #1377031
2016-09-19 10:07:48 +02:00
Richard Hughes
cfa9dcce49 Upgrade AppData file to specification 0.6+ 2016-09-14 10:01:28 +01:00
Richard Hughes
70a5b99c4b Upgrade AppData file to specification 0.6+ 2016-09-14 10:00:32 +01:00
Richard Hughes
7443f94638 Upgrade AppData file to specification 0.6+ 2016-09-14 09:58:52 +01:00
Jan Synacek
bb698e3fae update to 25.1 rc2 2016-08-30 08:31:04 +02:00
Jan Synacek
2c98bded86 do not set frame-title-format in default.el (#1359732)
Resolves: #1359732
2016-07-25 13:32:25 +02:00
Jan Synacek
7f81767e62 update to 25.1 rc1 2016-07-25 12:29:58 +02:00
Jan Synacek
47162ef150 fix: emacs build failure due to high memory consumption on ppc64 (#1356919)
Resolves: #1356919
2016-07-22 10:54:37 +02:00
Jan Synacek
eeaeaa9284 workaround: emacs build failure due to high memory consumption on ppc64 (#1356919)
Patch by Sinny Kumari.
2016-07-19 09:08:05 +02:00
Jan Synacek
56ce41a00d fix: info file entries are not installed (#1350128)
Resolves: #1350128
2016-07-14 16:30:58 +02:00
Jan Synacek
6381ddb4f0 update to 25.0.95 2016-06-13 12:07:32 +02:00
Jan Synacek
07d978b05b update to 25.0.94 2016-05-18 09:20:56 +02:00
Jan Synacek
4ec8c3b4b6 emacs starts in a very small window (#1332451)
Resolves: #1332451
2016-05-03 12:32:36 +02:00
Jan Synacek
27d3963a4b update to 25.0.93 and enable webkit support 2016-04-25 09:08:04 +02:00
Jan Synacek
90456874e2 update to 25.0.92 2016-03-04 13:44:47 +01:00
Jan Synacek
e76854c18d fix build failure on ppc64le (#1306793)
Resolves: #1306793
2016-02-15 10:28:00 +01:00
Jan Synacek
36c99ab41e refix: set default value for smime-CA-directory (#1131558)
Fixes 046bcbf.

Resolves: #1131558
2016-02-08 09:29:37 +01:00
Jan Synacek
abc097541b GDB interface gets confused by non-ASCII (#1283412)
Resolves: #1283412
2016-02-02 13:34:08 +01:00
Jan Synacek
357c7df734 emacs "deadlocked" after using mercurial with huge amounts of ignored files in the repository (#1232422)
Resolves: #1232422
2016-02-02 13:32:08 +01:00
Jan Synacek
0dafdeebbc spec cleanup 2016-01-05 16:08:00 +01:00
Jan Synacek
1b003d3a54 remove emacsclient.desktop (#1175969)
emacsclient.desktop listed among other desktop applications is highly
confusing. It doesn't start a new emacs instance as other desktop files.

Resolves: #1175969
2016-01-05 10:33:03 +01:00
Jan Synacek
046bcbfc15 set default value for smime-CA-directory (#1131558)
Resolves: #1131558
2016-01-05 10:12:12 +01:00
Peter Robinson
e150be51c0 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 14:17:05 +00:00
Richard Hughes
87f4a8186d Remove no longer required AppData file 2015-09-18 12:12:05 +01:00
Petr Hracek
ec3c8de479 Support BBDB >= 3 (EUDC) (#1261668)
Signed-off-by: Petr Hracek <phracek@redhat.com>
2015-09-11 17:35:44 +02:00
Petr Hracek
61c3d58e03 game and Trademark problem (#1231676)
Signed-off-by: Petr Hracek <phracek@redhat.com>
2015-06-17 09:55:21 +02:00
Dennis Gilmore
8ca4761fda - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 05:21:58 +00:00
Petr Hracek
989184d6d6 Utilize system-wide crypto-policies (#1179285)
Signed-off-by: Petr Hracek <phracek@redhat.com>
2015-05-11 13:52:32 +02:00
Petr Hracek
4b0f206291 Build with ACL support (#1208945)
Signed-off-by: Petr Hracek <phracek@redhat.com>
2015-04-22 11:31:54 +02:00
Petr Hracek
d8d465e820 Remove obsolete patches
Signed-off-by: Petr Hracek <phracek@redhat.com>
2015-04-14 16:03:42 +02:00
Petr Hracek
5e82f73ff7 New upstream version 24.5 (#1210919)
Signed-off-by: Petr Hracek <phracek@redhat.com>
2015-04-14 15:00:23 +02:00
Petr Hracek
da86ace68d emacs grep warns 'GREP_OPTIONS is deprecated' (#1176547)
Signed-off-by: Petr Hracek <phracek@redhat.com>
2015-04-07 10:49:47 +02:00
Petr Hracek
832068b18c emacs option --no-bitmap-icon does not work (#1199160)
Signed-off-by: Petr Hracek <phracek@redhat.com>
2015-03-27 08:06:26 +01:00
Richard Hughes
b165e689c6 Add an AppData file for the software center 2015-03-26 16:08:41 +00:00
Petr Hracek
f547812840 Resolves #1124892 Add appdata file 2014-11-18 14:49:13 +01:00
Petr Hracek
3f3934c563 Bump version. Correct obsolete version 2014-10-29 11:43:09 +01:00
Petr Hracek
7d937a2b4d resolves: #1155101 Update to the newest upstream version (24.4) 2014-10-27 10:53:17 +01:00
Petr Hracek
f679b62f61 Wrong directives in spec file 2014-10-24 11:51:56 +02:00
Petr Hracek
1ac9d3ffd2 emacs-el is part of emacs-common now 2014-10-24 10:14:21 +02:00
Petr Hracek
2347e61590 Add missing epoch, version and release tags 2014-10-23 16:53:59 +02:00
Petr Hracek
a716bbeaac Add missing tag 2014-10-23 16:51:19 +02:00
Petr Hracek
d0892b3e1e resolves: #1151652 emacs-el is required by emacs-common 2014-10-23 16:44:21 +02:00
Jan Chaloupka
7cb7416252 Service dont start. Must be replace: "Type=Forking" > "Type=forking".
- resolves: #1147912
2014-09-30 12:45:12 +02:00
Jan Chaloupka
92271d20b5 unremove emacs from emacs-nox package, emacs and emacs-nox co-exist
- resolves: #1130587
2014-08-18 11:00:54 +02:00
Peter Robinson
7b3c0608d8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-16 10:37:52 +00:00
Petr Hracek
f86fe1b16f emacs.service file for systemd (#1128723) 2014-08-13 09:26:21 +02:00
Jan Chaloupka
fd77835c53 initialize kbd_macro_ptr and kbd_macro_end to kdb_macro_buffer
- resolves: #1104012
2014-08-05 10:46:49 +02:00
Petr Hracek
81d89b946e remove /usr/bin/emacs-nox from install section 2014-08-04 12:12:01 +02:00
Petr Hracek
9ec93c528a /usr/bin/emacs-nox link marked as %ghost file (#1123573) 2014-08-04 10:08:36 +02:00
Petr Hracek
503309baac Provide /usr/bin/emacs-nox (#1123573) 2014-08-01 14:12:53 +02:00
Petr Hracek
512b41cdf5 Do not add timestamps to .elc files (#1122157) 2014-07-28 15:46:06 +02:00
Dennis Gilmore
2ec330eae4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 05:09:21 -05:00
Petr Hracek
c88b79f163 CVE-2014-3421 CVE-2014-3422 CVE-2014-3423 CVE-2014-3424 (#1095587) 2014-05-20 13:34:44 +02:00
Petr Hracek
c6ebceb62c Info files are not installed (#1062792) 2014-04-17 15:51:23 +02:00
Richard W.M. Jones
6a841ce092 Rebuild because of unannounced ImageMagick soname bump in Rawhide. 2014-04-01 11:56:18 +01:00
Petr Hracek
ff52e7a9e8 Changing _sysconfig/rpm to _rpmconfigdir/macros.d 2014-02-03 11:31:33 +01:00
Jaromír Končický
50c7e79e14 Fix for default PDF viewer bug #971162 2013-08-14 15:22:52 +02:00
Petr Hracek
e70c486134 emacs -mm (maximized) does not work (#985729) 2013-08-09 13:59:27 +02:00
Dennis Gilmore
11626df7df - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 04:33:03 -05:00
Petr Písař
0f95db33dd Perl 5.18 rebuild 2013-07-18 02:19:24 +02:00
Petr Hracek
59351f8e4d Help and manpage corrections 2013-04-10 08:38:24 +02:00
Petr Hracek
bbd9bd31e5 Rebuild with new file package 2013-04-09 15:20:39 +02:00
Petr Hracek
392f470b0d Spell checking broken by non-default (#827033) 2013-04-08 12:18:06 +02:00
Petr Hracek
6530f9798d Rebuild with new ImageMagick 2013-04-04 13:03:20 +02:00
Petr Hracek
c6017fd7f4 Fix 929353: emacs gives gtk-WARNING 2013-04-04 09:43:12 +02:00
Petr Hracek
b1c2ab7a99 Fix #927996: info.info.gz paga was renamed to info.gz 2013-04-03 17:20:36 +02:00
Petr Hracek
602552d774 Fix for emacs bug 112131, bell does not work (#526719) 2013-03-28 12:50:09 +01:00
Petr Hracek
a50699a537 Fix for emacs bug 112144, style_changed_cb (#922519) 2013-03-28 11:46:42 +01:00
Petr Hracek
9d699accf8 #927996 correcting bug with info pages 2013-03-27 12:27:19 +01:00
Petr Hracek
401881e618 Revert "#927996 correcting bug in info pages"
This reverts commit 6f69302c6b.
2013-03-27 11:50:37 +01:00
Petr Hracek
6f69302c6b #927996 correcting bug in info pages 2013-03-27 11:43:46 +01:00
Petr Hracek
844eea3f14 adding comment to changelog 2013-03-26 13:22:25 +01:00
Petr Hracek
71cef0e6ea rcs-checkin and emacs22.png are not available anymore 2013-03-26 12:25:30 +01:00
Petr Hracek
ab7521bc2f new upstream version 2013-03-26 09:13:04 +01:00
Petr Hracek
a8163b3c90 Updating to the newest upstream version 2013-03-18 16:42:22 +01:00
Rex Dieter
1a3424dfef rebuild (ImageMagick) 2013-03-18 09:38:33 -05:00
Ralf Corsépius
ce9b28f7d7 Remove %config from %{_sysconfdir}/rpm/macros.*
(https://fedorahosted.org/fpc/ticket/259).
- Fix broken spec-file changelog entry.
2013-03-09 00:13:15 +01:00
Tomas Mraz
a4dde079fe Rebuild with new gnutls 2013-03-06 17:20:08 +01:00
Jochen Schmitt
66891062cd Fix for emacs bug #13460, ispell-change dictionary hunspell issue (#903151) 2013-01-25 22:20:10 +01:00
Adam Tkac
85101b1449 Rebuild due to "jpeg8-ABI" feature drop
Signed-off-by: Adam Tkac <atkac@redhat.com>
2013-01-18 17:16:24 +01:00
Karel Klic
9e4c22a790 Fix version in changelog 2012-11-18 02:39:17 +01:00
Karel Klic
77f87c9c32 Fix for Emacs bug #11580 2012-11-16 17:14:08 +01:00
Karel Klic
7764e17e5d Change xorg-x11-fonts-misc dependency to dejavu-sans-mono-fonts, rhbz#732422 2012-10-22 12:22:52 +02:00
Karel Klic
3ded109f64 Add BSD to emacs-common licenses because of etags 2012-09-20 18:52:34 +02:00
Karel Klic
dc2a08a312 site-list is currently empty 2012-09-17 14:51:32 +02:00
Karel Klic
4e102e7897 Moved RPM spec mode to a separate package (rhbz#857865) 2012-09-17 13:48:46 +02:00
Karel Klic
ad2b01fd98 Removed patch glibc-open-macro, which seems to be no longer necessary 2012-09-14 11:46:23 +02:00
Karel Klic
68a9eb0779 Removed focus-init.el which used to set focus-follows-mouse to nil. 2012-09-13 18:17:10 +02:00
Karel Klic
6f7b9b056b buildrequire desktop-file-utils 2012-09-13 14:33:23 +02:00
Karel Klic
e8a2c6d168 emacs 24.2 2012-09-13 12:27:17 +02:00
Karel Klic
4b2c39e943 CVE-2012-3479 2012-08-13 18:11:01 +02:00
Dennis Gilmore
88d07e40d1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 18:14:16 -05:00
Karel Klic
b12114a7c7 Remove php-mode from the main package. It should be packaged separately. rhbz#751749 2012-07-13 11:03:08 +02:00
Karel Klic
bfdd6c4d1e Fix building without gets function, which is removed from recent version of glibc. 2012-07-11 18:30:13 +02:00
Karel Klic
1b3fef9741 merge 2012-07-11 18:11:55 +02:00