[emacspeak] update the old FSF address in some elisp files

Jens Petersen petersen at fedoraproject.org
Thu Oct 24 10:18:05 UTC 2013


commit 69971a7e90e1e1f4817ba803240df822dc994556
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Oct 24 19:18:05 2013 +0900

    update the old FSF address in some elisp files

 emacspeak-38.0-update-FSF-address.patch |   80 +++++++++++++++++++++++++++++++
 emacspeak.spec                          |    7 ++-
 2 files changed, 86 insertions(+), 1 deletions(-)
---
diff --git a/emacspeak-38.0-update-FSF-address.patch b/emacspeak-38.0-update-FSF-address.patch
new file mode 100644
index 0000000..aa77189
--- /dev/null
+++ b/emacspeak-38.0-update-FSF-address.patch
@@ -0,0 +1,80 @@
+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
+Index: lisp/g-client/org2blogger.el
+===================================================================
+--- lisp/g-client/org2blogger.el	(revision 8448)
++++ lisp/g-client/org2blogger.el	(working copy)
+@@ -18,9 +18,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, Inc., 59 Temple Place - Suite 330,
+-;; Boston, MA 02111-1307, USA.
++;; along with this program; if not, write to the Free Software
++;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ 
+ ;;;_ , Commentary:
+ 
+Index: lisp/tapestry.el
+===================================================================
+--- lisp/tapestry.el	(revision 8448)
++++ lisp/tapestry.el	(working copy)
+@@ -13,10 +13,9 @@
+ ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ ;;; GNU General Public License for more details.
+ ;;;
+-;;; A copy of the GNU General Public License can be obtained from this
+-;;; program's author (send electronic mail to kyle at uunet.uu.net) or from
+-;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
+-;;; 02139, USA.
++;;; You should have received a copy of the GNU General Public License
++;;; along with this program; if not, write to the Free Software
++;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ ;;;
+ ;;; Send bug reports to kyle at uunet.uu.net.
+ 
+Index: lisp/xml-parse.el
+===================================================================
+--- lisp/xml-parse.el	(revision 8448)
++++ lisp/xml-parse.el	(working copy)
+@@ -21,9 +21,8 @@
+ ;; 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, Inc., 59 Temple Place - Suite 330,
+-;; Boston, MA 02111-1307, USA.
++;; along with this program; if not, write to the Free Software
++;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ 
+ ;;; Commentary:
+ ;;
diff --git a/emacspeak.spec b/emacspeak.spec
index 11c41c2..44938a9 100644
--- a/emacspeak.spec
+++ b/emacspeak.spec
@@ -1,7 +1,7 @@
 Summary: Emacs Speech interface
 Name: emacspeak
 Version: 38.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 # main lisp files are GPL2+
 # lisp/atom-blogger and lisp/g-client are BSD
 License: GPLv2+ and BSD
@@ -25,6 +25,7 @@ Patch1: emacspeak-36.0-tclsh8.4_ia32.patch
 Patch2: emacspeak-38.0-espeak-tcl.patch
 Patch3: emacspeak-38.0-espeak-libdir.patch
 Patch4: emacspeak-38.0-default-espeak.patch
+Patch5: emacspeak-38.0-update-FSF-address.patch
 
 %description 
 Emacspeak is a speech interface that allows visually impaired users to
@@ -44,6 +45,7 @@ opens up the Internet to visually impaired users around the world.
 %patch2 -p1 -b .2-tcl
 %patch3 -p1 -b .3-libdir
 %patch4 -p1 -b .4-espeak
+%patch5 -p0 -b .5-fsf
 
 for i in `find . -type f -exec grep -q /usr/bin/tcl$ '{}' ';' -print` ; do
   sed -i -e "s%#!/usr/bin/tcl$%#!/usr/bin/tclsh\npackage require Tclx%" $i
@@ -103,6 +105,9 @@ fi
 %{_infodir}/*
 
 %changelog
+* Thu Oct 24 2013 Jens Petersen <petersen at redhat.com> - 38.0-6
+- update the old FSF address that was in some of the elisp files
+
 * Thu Oct 24 2013 Jens Petersen <petersen at redhat.com> - 38.0-5
 - require and default to espeak
 


More information about the scm-commits mailing list