SHA256
1
0
forked from pool/weechat

- added weechat-0.3.4-fix-array-overflow.patch which fixes an

array overflow

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=31
This commit is contained in:
Guido Berhoerster
2011-02-17 09:27:43 +00:00
committed by Git OBS Bridge
parent 9a54c92f1e
commit cc289950a8
3 changed files with 19 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2
Source1: weechat.desktop
Patch1: weechat-0.3.3-fix-strftime.patch
Patch2: weechat-0.3.4-remove-date-time.patch
Patch3: weechat-0.3.4-fix-array-overflow.patch
URL: http://www.weechat.org
Group: Productivity/Networking/IRC
License: GNU General Public License (GPL)
@@ -120,6 +121,7 @@ Spell-checking support for %{name}, using the aspell library.
%setup -q
%patch1 -p1
%patch2
%patch3 -p1
%build
export CFLAGS="%{optflags}"