Accepting request 478769 from home:ailin_nemui:branches:server:irc

update to 1.0.2

OBS-URL: https://build.opensuse.org/request/show/478769
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=82
This commit is contained in:
Ailin Nemui
2017-03-12 09:42:36 +00:00
committed by Git OBS Bridge
parent 0160e7d225
commit f58b16e3be
7 changed files with 678 additions and 11 deletions

View File

@@ -18,7 +18,7 @@
%bcond_with socks
Name: irssi
Version: 1.0.1
Version: 1.0.2
Release: 0
#
Summary: Modular, Secure, and Well Designed IRC Client
@@ -35,6 +35,8 @@ Source4: %{name}.keyring
Source99: irssi-rpmlintrc
# PATCH-FIX-OPENSUSE irssi-0.8.16_missing_prototype_warnings.patch
Patch1: irssi-0.8.16_missing_prototype_warnings.patch
# PATCH-FEATURE-UPSTREAM regex-patch-653.patch github#653 ailin.nemui@gmail.com -- one of proposed regex utf8 workarounds
Patch2: regex-patch-653.patch
BuildRequires: glib2-devel
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
@@ -78,6 +80,7 @@ compile plugins for the irssi package.
%prep
%setup -q
%patch1
%patch2
%build
export CFLAGS="%{optflags} -fno-strict-aliasing -DGLIB_DISABLE_DEPRECATION_WARNINGS"