eldermarco pushed to yad (f21). "patch to fix undefined reference to strip_new_line"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Apr 5 15:26:27 UTC 2015


>From 7ead93f5f9c23774818a1b807cb864a0a1442199 Mon Sep 17 00:00:00 2001
From: Elder Marco <eldermarco at gmail.com>
Date: Sun, 15 Mar 2015 12:17:46 -0300
Subject: patch to fix undefined reference to strip_new_line


diff --git a/yad.spec b/yad.spec
index 11b131f..39af0ae 100644
--- a/yad.spec
+++ b/yad.spec
@@ -7,6 +7,7 @@ Group:     Applications/System
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/yad-dialog/
 Source0:   http://downloads.sourceforge.net/%{name}-dialog/%{name}-%{version}.tar.xz
+Patch0:    fix-undef-ref.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -27,6 +28,7 @@ custom buttons, additional dialogs, pop-up menu in notification icon and more.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
@@ -79,6 +81,7 @@ fi
 - update to new version, 0.28.1.
 - Build yad with HTML widget enabled
 - Removed patch to fix-missing-buttons.patch
+- Added patch to fix undefined reference to strip_new_line
 
 * Wed Aug 27 2014 Elder Marco <eldermarco at fedoraproject.org> - 0.27.0-1
 - New upstream version
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/yad.git/commit/?h=f21&id=7ead93f5f9c23774818a1b807cb864a0a1442199


More information about the scm-commits mailing list