I have made the following changes intended for :
  CE:Apps / f-irc

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/3691

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 3691:

Messages from BOSS:
     Could not notify CE-maintainers (no address found)

State:   review          2011-12-20T08:53:31 bossbot

Reviews:
     accepted by bossbot : Prechecks completed; none failed.
     new by  : Please replace this text with a review and approve/reject the 
review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:sage:branches:CE:Apps / f-irc -> CE:Apps / f-irc
  
changes files:
--------------
--- f-irc.changes
+++ f-irc.changes
@@ -0,0 +1,4 @@
+* Tue Dec 20 2011 Marko Saukko <[email protected]> - 0.0.30
+- Added fi-0.0.30-link-with-missing-libs.patch to fix compile
+  with newer toolchain.
+

old:
----
  Makefile

new:
----
  fi-0.0.30-link-with-missing-libs.patch

spec files:
-----------
--- f-irc.spec
+++ f-irc.spec
@@ -1,6 +1,6 @@
 # 
 # Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.22git
+# Generated by: spectacle version 0.23
 # 
 # >> macros
 # << macros
@@ -18,6 +18,7 @@
 Patch1:     fi-0.0.30-gplv2-license-confirmation.patch
 Patch2:     fi-0.0.30-build_warnings.patch
 Patch3:     fi-0.0.30-config-file-creation.patch
+Patch4:     fi-0.0.30-link-with-missing-libs.patch
 Requires:   xterm
 BuildRequires:  pkgconfig(ncurses)
 BuildRequires:  pkgconfig(panel)
@@ -40,6 +41,8 @@
 %patch2 -p1
 # fi-0.0.30-config-file-creation.patch
 %patch3 -p1
+# fi-0.0.30-link-with-missing-libs.patch
+%patch4 -p1
 # >> setup
 # << setup
 

other changes:
--------------

++++++ f-irc.yaml
--- f-irc.yaml
+++ f-irc.yaml
@@ -12,6 +12,7 @@
     - fi-0.0.30-gplv2-license-confirmation.patch
     - fi-0.0.30-build_warnings.patch
     - fi-0.0.30-config-file-creation.patch
+    - fi-0.0.30-link-with-missing-libs.patch
 Description: terminal based irc client
 PkgConfigBR:
     - ncurses

++++++ fi-0.0.30-link-with-missing-libs.patch (new)
--- fi-0.0.30-link-with-missing-libs.patch
+++ fi-0.0.30-link-with-missing-libs.patch
@@ -0,0 +1,25 @@
+From a45271fa87e04e4039b0a4c568dd89d53fbede4f Mon Sep 17 00:00:00 2001
+From: Marko Saukko <[email protected]>
+Date: Tue, 20 Dec 2011 10:49:22 +0200
+Subject: [PATCH] Link with -ltinfo to fix linkin on newer toolchains.
+
+---
+ Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 60cad9a..75c9941 100644
+--- a/Makefile
++++ b/Makefile
+@@ -4,7 +4,7 @@ PREFIXDIR=$(DESTDIR)/usr
+ SYSCONFDIR=$(DESTDIR)/etc
+ 
+ DEBUG=-g -D_DEBUG -W -pedantic # -pg #-fprofile-arcs
+-LDFLAGS=-lpanel -lncurses $(DEBUG) -O2
++LDFLAGS=-lpanel -lncurses $(DEBUG) -O2 -ltinfo
+ CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" -DSYSCONFDIR=\"$(SYSCONFDIR)\" 
-ggdb $(DEBUG)
+ CXXFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" -DSYSCONFDIR=\"$(SYSCONFDIR)\" 
-ggdb $(DEBUG)
+ 
+-- 
+1.7.6.4
+

++++++ deleted files:
--- Makefile



Reply via email to