Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2015-07-08 06:59:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-02-24 
13:07:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes     2015-07-08 
06:59:20.000000000 +0200
@@ -1,0 +2,17 @@
+Sat Jul  4 12:47:38 UTC 2015 - [email protected]
+
+- Version bump to 1.2:
+  - add options to customize word chars (for detecting word boundaries)
+  - add a welcome message on first WeeChat run
+  - add options to customize quoted messages (in cursor mode)
+  - add support of environment variables in evaluated expressions
+  - add IRC SASL mechanism "ecdsa-nist256p-challenge"
+  - add support of SHA-256 and SHA-512 algorithms in IRC server option 
"ssl_fingerprint"
+  - add support of IRC capability "account-notify"
+  - remove "freenode" server from default config
+  - new script plugin for javascript
+  - many bugs fixed.
+- Refreshed patch:
+  * weechat-capath.patch
+
+-------------------------------------------------------------------

Old:
----
  weechat-1.1.1.tar.bz2

New:
----
  weechat-1.2.tar.bz2

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

Other differences:
------------------
++++++ weechat.spec ++++++
--- /var/tmp/diff_new_pack.VrVbS0/_old  2015-07-08 06:59:21.000000000 +0200
+++ /var/tmp/diff_new_pack.VrVbS0/_new  2015-07-08 06:59:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           weechat
-Version:        1.1.1
+Version:        1.2
 Release:        0
 Summary:        Portable, Fast, Light and Extensible Chat Client
 License:        GPL-3.0+

++++++ weechat-1.1.1.tar.bz2 -> weechat-1.2.tar.bz2 ++++++
++++ 70585 lines of diff (skipped)

++++++ weechat-capath.patch ++++++
--- /var/tmp/diff_new_pack.VrVbS0/_old  2015-07-08 06:59:23.000000000 +0200
+++ /var/tmp/diff_new_pack.VrVbS0/_new  2015-07-08 06:59:23.000000000 +0200
@@ -9,10 +9,10 @@
  src/core/wee-network.c | 6 ++++++
  3 files changed, 12 insertions(+), 4 deletions(-)
 
-Index: weechat-1.0/src/core/wee-config.c
+Index: weechat-1.2/src/core/wee-config.c
 ===================================================================
---- weechat-1.0.orig/src/core/wee-config.c
-+++ weechat-1.0/src/core/wee-config.c
+--- weechat-1.2.orig/src/core/wee-config.c
++++ weechat-1.2/src/core/wee-config.c
 @@ -61,7 +61,6 @@
  #include "../gui/gui-window.h"
  #include "../plugins/plugin.h"
@@ -21,7 +21,7 @@
  struct t_config_file *weechat_config_file = NULL;
  struct t_config_section *weechat_config_section_debug = NULL;
  struct t_config_section *weechat_config_section_color = NULL;
-@@ -3306,7 +3305,7 @@ config_weechat_init_options ()
+@@ -3520,7 +3519,7 @@ config_weechat_init_options ()
          "gnutls_ca_file", "string",
          N_("file containing the certificate authorities (\"%h\" will be "
             "replaced by WeeChat home, \"~/.weechat\" by default)"),
@@ -30,11 +30,11 @@
          &config_change_network_gnutls_ca_file, NULL, NULL, NULL);
      config_network_gnutls_handshake_timeout = config_file_new_option (
          weechat_config_file, ptr_section,
-Index: weechat-1.0/src/core/wee-network.c
+Index: weechat-1.2/src/core/wee-network.c
 ===================================================================
---- weechat-1.0.orig/src/core/wee-network.c
-+++ weechat-1.0/src/core/wee-network.c
-@@ -110,6 +110,12 @@ network_set_gnutls_ca_file ()
+--- weechat-1.2.orig/src/core/wee-network.c
++++ weechat-1.2/src/core/wee-network.c
+@@ -111,6 +111,12 @@ network_set_gnutls_ca_file ()
          }
          free (ca_path);
      }
@@ -44,6 +44,6 @@
 +        gnutls_certificate_set_x509_system_trust(gnutls_xcred);
 +    }
 +#endif
- #endif
+ #endif /* HAVE_GNUTLS */
  }
  


Reply via email to