Hello community,

here is the log from the commit of package Srain for openSUSE:Factory checked 
in at 2020-04-11 23:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Srain (Old)
 and      /work/SRC/openSUSE:Factory/.Srain.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Srain"

Sat Apr 11 23:48:17 2020 rev:3 rq:793208 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/Srain/Srain.changes      2020-03-16 
10:18:23.823588671 +0100
+++ /work/SRC/openSUSE:Factory/.Srain.new.3248/Srain.changes    2020-04-11 
23:49:46.195236582 +0200
@@ -1,0 +2,23 @@
+Sat Apr 11 14:51:48 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 1.0.2
+  Features:
+  * Add MAN documentation (deaf723)
+  * Add more predefined IRC networks: DALnet, EFnet, IRCnet,
+    Undernet and QuakeNet (#228)
+  Changes:
+  * Build: Allow setting CC variable via environment (#224)
+  * Add channel related messages to corresponding buffer as
+    possible (#149)
+  * Improve widget focus control (#229)
+  * Drop unused icons (6239fe5)
+  * Provide clearer error message when connecting (#233)
+  Bug fixes:
+  * Truncate long message before sendisg (#227)
+  * Deal with invalid UTF-8 string (50e7757)
+  * Fix incorrect user number of channel user list (#230)
+  * Fix incorrect icon install path (9f07380)
+
+- Refreshed Srain-implicit_declarations.patch
+
+-------------------------------------------------------------------

Old:
----
  Srain-1.0.1.tar.gz

New:
----
  Srain-1.0.2.tar.gz

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

Other differences:
------------------
++++++ Srain.spec ++++++
--- /var/tmp/diff_new_pack.jSYM23/_old  2020-04-11 23:49:46.679236950 +0200
+++ /var/tmp/diff_new_pack.jSYM23/_new  2020-04-11 23:49:46.683236953 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           Srain
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        An IRC client
 License:        GPL-3.0-or-later AND ISC
@@ -64,7 +64,7 @@
 %config %{_sysconfdir}/srain/builtin.cfg
 %{_bindir}/srain
 %{_datadir}/applications/im.srain.%{name}.desktop
-%{_datadir}/icons/hicolor/scalable/apps/im.srain.%{name}.png
+%{_datadir}/icons/hicolor/128x128/apps/im.srain.%{name}.png
 %{_datadir}/metainfo/im.srain.%{name}.appdata.xml
 %{_datadir}/srain/themes/*.css
 

++++++ Srain-1.0.1.tar.gz -> Srain-1.0.2.tar.gz ++++++
++++ 3634 lines of diff (skipped)

++++++ Srain-implicit_declarations.patch ++++++
--- /var/tmp/diff_new_pack.jSYM23/_old  2020-04-11 23:49:46.827237063 +0200
+++ /var/tmp/diff_new_pack.jSYM23/_new  2020-04-11 23:49:46.827237063 +0200
@@ -1,7 +1,7 @@
-Index: srain-1.0.0rc4/src/sui/sui_chat_buffer.c
+Index: srain-1.0.2/src/sui/sui_chat_buffer.c
 ===================================================================
---- srain-1.0.0rc4.orig/src/sui/sui_chat_buffer.c
-+++ srain-1.0.0rc4/src/sui/sui_chat_buffer.c
+--- srain-1.0.2.orig/src/sui/sui_chat_buffer.c
++++ srain-1.0.2/src/sui/sui_chat_buffer.c
 @@ -25,6 +25,7 @@
   */
  
@@ -10,10 +10,10 @@
  
  #include "sui_buffer.h"
  #include "sui_chat_buffer.h"
-Index: srain-1.0.0rc4/src/lib/libecdsaauth/base64.c
+Index: srain-1.0.2/src/lib/libecdsaauth/base64.c
 ===================================================================
---- srain-1.0.0rc4.orig/src/lib/libecdsaauth/base64.c
-+++ srain-1.0.0rc4/src/lib/libecdsaauth/base64.c
+--- srain-1.0.2.orig/src/lib/libecdsaauth/base64.c
++++ srain-1.0.2/src/lib/libecdsaauth/base64.c
 @@ -45,6 +45,7 @@
  #include <string.h>
  #include <unistd.h>
@@ -22,3 +22,15 @@
  
  static const char Base64[] =
        "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
+Index: srain-1.0.2/src/sirc/sirc_cmd_builder.c
+===================================================================
+--- srain-1.0.2.orig/src/sirc/sirc_cmd_builder.c
++++ srain-1.0.2/src/sirc/sirc_cmd_builder.c
+@@ -17,6 +17,7 @@
+  */
+ 
+ #include <glib.h>
++#include <string.h>
+ 
+ #include "sirc_cmd_builder.h"
+ 


Reply via email to