Accepting request 287373 from server:irc

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/287373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2015-02-24 12:02:51 +00:00 committed by Git OBS Bridge
commit 3a7636ff6b
4 changed files with 17 additions and 9 deletions

3
weechat-1.1.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:810bf0584fd5888246797fc7f1bbc4facb064a4d1c5d91627a9c8c01cbce97b5
size 2305377

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d06f15d8b945a76fc6b0ecfad358dfe4ae812b6fc998e0e221e8c2f75e3fca2d
size 2305548

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 16 16:44:46 UTC 2015 - tchvatal@suse.com
- Version bump to 1.1.1:
* core: fix random error when creating symbolic link weechat-curses on make install with cmake (bug #40313)
* core: fix crash when a root bar has conditions different from active/inactive/nicklist (closes #317)
* irc: dont close channel buffer on second /part when option irc.look.part_closes_buffer is off (closes #313)
* irc: fix /join on a channel buffer opened with autojoin but which failed to join
* irc: send QUIT to server and no PART for channels when the server buffer is closed (closes #294)
* irc: fix order of channel buffers opened when option irc.look.server_buffer is set to "independent", irc.look.buffer_open_before_autojoin to "on" and irc.look.new_channel_position to "near_server" (closes #303)
* irc: fix crash in buffer close when server name is the same as a channel name (closes #305)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 28 12:27:48 UTC 2015 - tchvatal@suse.com Wed Jan 28 12:27:48 UTC 2015 - tchvatal@suse.com

View File

@ -17,13 +17,13 @@
Name: weechat Name: weechat
Version: 1.1 Version: 1.1.1
Release: 0 Release: 0
Summary: Portable, Fast, Light and Extensible Chat Client Summary: Portable, Fast, Light and Extensible Chat Client
License: GPL-3.0+ License: GPL-3.0+
Group: Productivity/Networking/IRC Group: Productivity/Networking/IRC
Url: http://www.weechat.org Url: http://www.weechat.org
Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2 Source: http://www.weechat.org/files/src/%{name}-%{version}.tar.bz2
Source1: weechat.desktop Source1: weechat.desktop
# PATCH-FIX-UPSTREAM weechat-capath.patch https://savannah.nongnu.org/patch/index.php?8153 lnussel@suse.de -- use system's default certificate store # PATCH-FIX-UPSTREAM weechat-capath.patch https://savannah.nongnu.org/patch/index.php?8153 lnussel@suse.de -- use system's default certificate store
Patch0: weechat-capath.patch Patch0: weechat-capath.patch
@ -171,10 +171,6 @@ make %{?_smp_mflags}
%install %install
%cmake_install %cmake_install
# due to an unknown race condition cmake does not always create a compatibility
# symlink
ln -sf %{_bindir}/weechat %{buildroot}%{_bindir}/weechat-curses
install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop"
%suse_update_desktop_file -r "%{name}" Network IRCClient %suse_update_desktop_file -r "%{name}" Network IRCClient