b944366e63
Split off the two guile shared libraries and cleaned up spec file OBS-URL: https://build.opensuse.org/request/show/85824 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=16
31 lines
1.3 KiB
Diff
31 lines
1.3 KiB
Diff
Index: libguile/ieee-754.h
|
|
===================================================================
|
|
--- libguile/ieee-754.h.orig 2010-12-14 20:15:17.000000000 +0200
|
|
+++ libguile/ieee-754.h 2011-09-28 22:08:48.630280428 +0200
|
|
@@ -13,8 +13,8 @@
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
License along with the GNU C Library; if not, write to the Free
|
|
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|
- 02111-1307 USA. */
|
|
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
|
+ MA 02110-1301 USA. */
|
|
|
|
#ifndef SCM_IEEE_754_H
|
|
#define SCM_IEEE_754_H 1
|
|
Index: module/language/elisp/compile-tree-il.scm
|
|
===================================================================
|
|
--- module/language/elisp/compile-tree-il.scm.orig 2010-12-14 20:15:17.000000000 +0200
|
|
+++ module/language/elisp/compile-tree-il.scm 2011-09-28 22:13:38.709698469 +0200
|
|
@@ -14,8 +14,8 @@
|
|
;;
|
|
;; You should have received a copy of the GNU General Public License
|
|
;; along with this program; see the file COPYING. If not, write to
|
|
-;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
-;; Boston, MA 02111-1307, USA.
|
|
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
+;; Boston, MA 02110-1301, USA.
|
|
|
|
;;; Code:
|
|
|