diff --git a/.gitignore b/.gitignore index 0a5c679..b767366 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ emacspeak-29.0.tar.bz2 /emacspeak-40.0.tar.bz2 /emacspeak-45.0.tar.bz2 /emacspeak-54.0.tar.bz2 +/emacspeak-59.0.tar.bz2 +/emacspeak-60.0.tar.bz2 diff --git a/emacspeak-38.0-update-FSF-address.patch b/emacspeak-38.0-update-FSF-address.patch deleted file mode 100644 index f42b313..0000000 --- a/emacspeak-38.0-update-FSF-address.patch +++ /dev/null @@ -1,30 +0,0 @@ -Index: lisp/amixer.el -=================================================================== ---- lisp/amixer.el (revision 8448) -+++ lisp/amixer.el (working copy) -@@ -19,8 +19,8 @@ - ;;; GNU General Public License for more details. - ;;; - ;;; You should have received a copy of the GNU General Public License --;;; along with GNU Emacs; see the file COPYING. If not, write to --;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -+;;; along with this program; if not, write to the Free Software -+;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - ;;}}} - ;;{{{ introduction -Index: lisp/cd-tool.el -=================================================================== ---- lisp/cd-tool.el (revision 8448) -+++ lisp/cd-tool.el (working copy) -@@ -19,8 +19,8 @@ - ;;; GNU General Public License for more details. - ;;; - ;;; You should have received a copy of the GNU General Public License --;;; along with GNU Emacs; see the file COPYING. If not, write to --;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -+;;; along with this program; if not, write to the Free Software -+;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - ;;}}} - ;;{{{ introduction diff --git a/emacspeak.spec b/emacspeak.spec index 77ef871..6717ab2 100644 --- a/emacspeak.spec +++ b/emacspeak.spec @@ -1,10 +1,9 @@ Summary: Emacs Speech interface Name: emacspeak -Version: 54.0 -Release: 4%{?dist} +Version: 60.0 +Release: 3%{?dist} # main lisp files are GPL2+ -# lisp/atom-blogger and lisp/g-client are BSD -License: GPLv2+ and BSD +License: GPL-2.0-or-later AND BSD-3-Clause Source: https://github.com/tvraman/emacspeak/releases/download/%{version}/%{name}-%{version}.tar.bz2 URL: http://emacspeak.sourceforge.net/ BuildRequires: emacs @@ -13,12 +12,10 @@ BuildRequires: gcc-c++ BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: texinfo -BuildRequires: tcl-devel +BuildRequires: tcl-devel < 1:9 BuildRequires: make Requires: emacs(bin) >= %{_emacs_version} -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: tclx -Patch5: emacspeak-38.0-update-FSF-address.patch %description Emacspeak is a speech interface that allows visually impaired users to @@ -33,7 +30,6 @@ opens up the Internet to visually impaired users around the world. %prep %setup -q -%patch5 -p0 chmod a-x etc/COPYRIGHT @@ -47,7 +43,7 @@ make espeak %install mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/emacspeak -cp -pr bash-utils etc lisp media nyxttalk servers sounds stumpwm xsl %{buildroot}%{_datadir}/emacs/site-lisp/emacspeak/ +cp -pr bash-utils etc lisp media servers sounds stumpwm xsl %{buildroot}%{_datadir}/emacs/site-lisp/emacspeak/ make -C servers/native-espeak install LIBPARENTDIR=%{buildroot}%{_libdir} ln -sf %{_libdir}/emacspeak/servers/native-espeak/tclespeak.so %{buildroot}%{_datadir}/emacs/site-lisp/emacspeak/servers/native-espeak/ @@ -81,6 +77,44 @@ cp -p info/*.info* %{buildroot}%{_infodir} %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 60.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Thu Jan 16 2025 Fedora Release Engineering - 60.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Tue Jan 14 2025 Jens Petersen - 60.0-1 +- Update to 60.0 +- https://tvraman.github.io/emacspeak/blog/Announce-60.html + +* Wed Jul 17 2024 Fedora Release Engineering - 59.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Feb 29 2024 Parag Nemade - 59.0-3 +- Migrate existing license tag to SPDX expression + +* Wed Jan 24 2024 Fedora Release Engineering - 59.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Jens Petersen - 59.0-1 +- update to 59.0 +- http://tvraman.github.io/emacspeak/blog/Announce-59.html + +* Fri Jan 19 2024 Fedora Release Engineering - 54.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Jul 19 2023 Fedora Release Engineering - 54.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jan 19 2023 Fedora Release Engineering - 54.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jul 21 2022 Fedora Release Engineering - 54.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jun 01 2022 Jitka Plesnikova - 54.0-5 +- Perl 5.36 rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 54.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 6b049bc..4ca8fac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (emacspeak-54.0.tar.bz2) = 088b8d08258202e5cc12ad1e2a56eabe27e626157201f4b665da78f7f4f03ea858746131d5c27a261049283a35eeb0fd5bb47aa054acac8a9b65a32da39a2f35 +SHA512 (emacspeak-60.0.tar.bz2) = f48040f2dfaf7cb67d779d219c59477aaddb9c8b400666e5e9d9850e75575d5276f5b596ab1e8976057e5078d914a610cd537068ccc748e6c45aef64b02eaba9