Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2013-05-27 10:10:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/weechat (Old)
 and      /work/SRC/openSUSE:Factory/.weechat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "weechat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/weechat/weechat.changes  2013-04-17 
23:18:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes     2013-05-27 
10:10:07.000000000 +0200
@@ -1,0 +2,23 @@
+Tue May 21 07:31:45 UTC 2013 - g...@opensuse.org
+
+- update to version 0.4.1
+  * multiple layouts support
+  * nick prefix/suffix are now dynamic (and managed by core instead
+    of irc plugin)
+  * unmask irc join if nick speaks some minutes after the join
+  * new option irc.look.display_join_message to disable some
+    messages after joining a channel
+  * new option irc.look.pv_buffer to automatically merge private
+    buffers
+  * add support of UHNAMES
+  * add DH-AES encryption method for SASL
+  * multiple irc servers allowed on same port for irc protocol in
+    relay plugin
+  * add WebSocket server support (RFC 6455) in relay plugin (for
+    irc and weechat protocols)
+  * send nicklist difference in relay plugin (weechat protocol)
+  * add control of autoload for scripts
+  * optimizations in aspell plugin
+  * many bugs fixed.
+
+-------------------------------------------------------------------

Old:
----
  weechat-0.4.0.tar.bz2

New:
----
  weechat-0.4.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ weechat.spec ++++++
--- /var/tmp/diff_new_pack.lLSIDl/_old  2013-05-27 10:10:12.000000000 +0200
+++ /var/tmp/diff_new_pack.lLSIDl/_new  2013-05-27 10:10:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package weechat
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} > 1140
 %define guile_ver 2.0
 %endif
 
 Name:           weechat
-Version:        0.4.0
+Version:        0.4.1
 Release:        0
 Summary:        Portable, Fast, Light and Extensible Chat Client
 License:        GPL-3.0+
@@ -32,6 +33,7 @@
 BuildRequires:  cmake
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
+BuildRequires:  grep
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
@@ -58,6 +60,8 @@
 %if 0%{?suse_version:1}
 BuildRequires:  update-desktop-files
 %endif
+BuildRequires:  hicolor-icon-theme
+Requires:       hicolor-icon-theme
 
 %description
 WeeChat (Wee Enhanced Environment for Chat) is a fast and light cross-platform
@@ -141,7 +145,7 @@
 
 %build
 export CFLAGS="%{optflags}"
-%__mkdir build
+mkdir build
 pushd build
 cmake \
     -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
@@ -152,7 +156,7 @@
 %endif
     -DPYTHON_LIBRARY="%{_libdir}/libpython%{py_ver}.so" \
     ..
-%__make %{?_smp_flags} VERBOSE=1
+make %{?_smp_flags} VERBOSE=1
 popd #build
 
 %install
@@ -160,8 +164,7 @@
 %makeinstall
 popd #build
 
-%__install -D -m 0644 "%{SOURCE1}" 
"%{buildroot}%{_datadir}/applications/%{name}.desktop"
-%__install -D -m 0644 weechat_icon_32.png 
"%{buildroot}%{_datadir}/pixmaps/%{name}.png"
+install -D -m 0644 "%{SOURCE1}" 
"%{buildroot}%{_datadir}/applications/%{name}.desktop"
 %if 0%{?suse_version}
 %suse_update_desktop_file -r "%{name}" Network IRCClient
 %endif
@@ -169,15 +172,17 @@
 %find_lang "%{name}"
 
 %clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%{?buildroot:rm -rf "%{buildroot}"}
 
 %if 0%{?suse_version} >= 1140
 
 %post
 %desktop_database_post
+%icon_theme_cache_post
 
 %postun
 %desktop_database_postun
+%icon_theme_cache_postun
 %endif
 
 %files
@@ -197,7 +202,7 @@
 %{_libdir}/weechat/plugins/xfer.so
 %doc %{_mandir}/man1/weechat-curses.1*
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/weechat.png
 
 %files -f "%{name}.lang" lang
 

++++++ weechat-0.4.0.tar.bz2 -> weechat-0.4.1.tar.bz2 ++++++
++++ 52076 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to