Mailinglist Archive: opensuse-commit (1855 mails)
| < Previous | Next > |
commit aalib for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 05 Sep 2011 16:14:09 +0200
- Message-id: <20110905141409.CCD2B202CD@hilbert.suse.de>
Hello community,
here is the log from the commit of package aalib for openSUSE:Factory
checked in at Mon Sep 5 16:14:09 CEST 2011.
--------
--- aalib/aalib.changes 2010-09-07 15:06:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/aalib/aalib.changes 2011-09-05
11:50:10.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 5 09:49:47 UTC 2011 - coolo@xxxxxxxx
+
+- fix build with newer ld
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aalib.spec ++++++
--- /var/tmp/diff_new_pack.imLSPi/_old 2011-09-05 16:13:18.000000000 +0200
+++ /var/tmp/diff_new_pack.imLSPi/_new 2011-09-05 16:13:18.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package aalib (Version 1.4.0)
+# spec file for package aalib
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
#
AutoReqProv: on
Version: 1.4.0
-Release: 486
+Release: 487
Summary: An ASCII Art Library
Source: aalib-1.4rc5.tar.gz
Source1: aavga-1.0rc1.tar.gz
@@ -61,17 +61,10 @@
device. In fact, there is no graphical output possible. AA-lib replaces
old-fashioned output methods with a powerful ASCII art renderer.
-
-
-Authors:
---------
- Jan Hubicka <hubicka@xxxxxxxxxxxxxxxxx>
- Kamil Toman <toman@xxxxxxxxxxxxxxx>
-
%package devel
License: GPLv2+ ; No license agreement found in package
Version: 1.4.0
-Release: 486
+Release: 487
Summary: Development Package for AAlib
Group: Development/Libraries/C and C++
AutoReqProv: on
@@ -86,13 +79,6 @@
%description devel
Files needed for developing software that uses AAlib.
-
-
-Authors:
---------
- Jan Hubicka <hubicka@xxxxxxxxxxxxxxxxx>
- Kamil Toman <toman@xxxxxxxxxxxxxxx>
-
%prep
%setup -q -a 1 -b 2
%patch1
++++++ aview-1.3.0.patch ++++++
--- /var/tmp/diff_new_pack.imLSPi/_old 2011-09-05 16:13:18.000000000 +0200
+++ /var/tmp/diff_new_pack.imLSPi/_new 2011-09-05 16:13:18.000000000 +0200
@@ -1,6 +1,8 @@
---- ui.c
-+++ ui.c
-@@ -14,7 +14,7 @@
+Index: ui.c
+===================================================================
+--- ui.c.orig 2001-04-25 18:04:37.000000000 +0200
++++ ui.c 2011-09-05 11:41:36.778971128 +0200
+@@ -14,7 +14,7 @@ static char getletter(int i)
{
if(i<9) return('1'+i);
if(i==9) return('0');
@@ -9,3 +11,18 @@
}
static void do_display(void)
{
+Index: configure
+===================================================================
+--- configure.orig 2001-04-25 17:57:15.000000000 +0200
++++ configure 2011-09-05 11:47:59.206036005 +0200
+@@ -1576,8 +1576,8 @@ rm -f conftest*
+
+ rm -f conf.aalibtest
+
+-CFLAGS="$CFLAGS $AALIB_CFLAGS"
+-LIBS="$CLFAGS $AALIB_LIBS"
++CFLAGS="$CFLAGS $AALIB_CFLAGS -fno-lto"
++LIBS="$CLFAGS $AALIB_LIBS -lm"
+
+ trap '' 1 2 15
+ cat > confcache <<\EOF
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |