Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2016-10-04 15:59:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-06-14 
23:09:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes     2016-10-04 
15:59:10.000000000 +0200
@@ -1,0 +2,37 @@
+Sun Oct  2 17:20:55 UTC 2016 - mimi...@gmail.com
+
+- update to version 1.6
+- removed weechat-doc subpackage, ( BuildRequires dep missing )
+* New features:
+  + core: add optional argument "lowest", "highest" or level mask in command
+    /input hotlist_clear
+  + core: add option "cycle" in command /buffer
+  + api: add "extra" argument to evaluate extra variables in function
+    string_eval_expression()
+  + relay: add option relay.network.allow_empty_password
+  + trigger: add support for one-time triggers
+Improvements
+  + core, irc, xfer: display more information in memory allocation errors
+  + api: remove functions printf_date() and printf_tags()
+  + irc: rename server options "default_msg_{kick|part|quit}" to
+    "msg_{kick|part|quit}", evaluate them
+  + relay: allow escape of comma in command "init" (weechat protocol)
+Bug fixes
+  + core, irc, xfer: refresh domain name and name server addresses before
+    connection to servers (fix connection to servers after suspend mode)
+  + api: fix return of function string_match() when there are multiple masks
+    in the string
+  + api: fix crash in function network_connect_to() if address is NULL
+  + api: fix connection to servers with hook_connect() on Windows 10 with
+    Windows subsystem for Linux
+  + api: fix crash in function string_split_command() when the separator
+    is not a semicolon
+  + irc: fix socket leak in connection to server
+  + irc: fix display of service notice mask (message 008)
+  + irc: fix NULL pointer dereference in 734 command callback
+  + relay: return an empty hdata when the requested hdata or pointer is not 
found
+  + xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set
+Documentation
+  + switch to asciidoctor to build docs and man page
+
+-------------------------------------------------------------------

Old:
----
  weechat-1.5.tar.bz2
  weechat-1.5.tar.bz2.asc

New:
----
  weechat-1.6.tar.bz2
  weechat-1.6.tar.bz2.asc

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

Other differences:
------------------
++++++ weechat.spec ++++++
--- /var/tmp/diff_new_pack.0ArFcH/_old  2016-10-04 15:59:12.000000000 +0200
+++ /var/tmp/diff_new_pack.0ArFcH/_new  2016-10-04 15:59:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           weechat
-Version:        1.5
+Version:        1.6
 Release:        0
 Summary:        Portable, Fast, Light and Extensible Chat Client
 License:        GPL-3.0+
@@ -26,44 +26,37 @@
 Source:         http://weechat.org/files/src/%{name}-%{version}.tar.bz2
 Source1:        weechat.desktop
 Source2:        %{name}.keyring
-Source3:        %{name}-%{version}.tar.bz2.asc
+Source3:        http://weechat.org/files/src/%{name}-%{version}.tar.bz2.asc
 Source4:        %{name}.changes
-BuildRequires:  asciidoc
 BuildRequires:  ca-certificates
 BuildRequires:  cmake
 BuildRequires:  curl-devel
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  enchant-devel
 BuildRequires:  gcc-c++
 BuildRequires:  grep
-BuildRequires:  guile-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libgnutls-devel
 BuildRequires:  libgpg-error-devel
 BuildRequires:  libtool
-BuildRequires:  libxslt-tools
-BuildRequires:  lua51-devel
 BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
-BuildRequires:  pkg-config
-BuildRequires:  python-devel
+BuildRequires:  pkgconfig
 BuildRequires:  ruby-devel
-BuildRequires:  tcl-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(enchant)
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(guile-2.0)
+BuildRequires:  pkgconfig(lua)
+BuildRequires:  pkgconfig(python)
+BuildRequires:  pkgconfig(python2)
+BuildRequires:  pkgconfig(tcl)
 Requires:       ca-certificates
 Requires:       hicolor-icon-theme
 Recommends:     %{name}-lang = %{version}
 # without scripts it is bit annoying
 Recommends:     %{name}-perl = %{version}
 Recommends:     %{name}-python = %{version}
-Suggests:       %{name}-doc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# Not on SLE12
-%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
-BuildRequires:  source-highlight
-%endif
 
 %description
 WeeChat (Wee Enhanced Environment for Chat) is a fast and light cross-platform
@@ -73,17 +66,6 @@
 
 %lang_package
 
-# Not on SLE12
-%if 0%{?suse_version} != 1315 || 0%{?is_opensuse} 
-%package doc
-Summary:        Documentation for %{name}
-Group:          Documentation/HTML
-Requires:       %{name} = %{version}
-
-%description doc
-Various documentation files for %{name}.
-%endif
-
 %package devel
 Summary:        Development Environment for %{name} Plugins
 Group:          Development/Libraries/C and C++
@@ -155,11 +137,6 @@
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 TIME="\"$(date -d "${modified}" "+%%R")\""
 find .  -name '*.[ch]' | xargs sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
-DATEF="\"$(date -d "${modified}" "+%%F")\""
-sed -i "s/date=.*/date=$DATEF/" doc/asciidoc.conf
-sed -i "s/A2X_EXECUTABLE.*/& -a revdate=$DATEF/" doc/*/CMakeLists.txt
-YEAR=$(date -d "${modified}" +%%Y)
-sed -i "s/{sys:date \"+%%Y\"}/${YEAR}/" doc/*/weechat.1.*.asciidoc
 
 %build
 export CFLAGS="%{optflags}"
@@ -170,8 +147,6 @@
     -DLIBDIR="%{_libdir}" \
     -DPYTHON_LIBRARY="%{_libdir}/libpython%{py_ver}.so" \
     -DENABLE_ENCHANT=ON \
-    -DENABLE_DOC=ON \
-    -DENABLE_MAN=ON \
     -DCA_FILE=%{_sysconfdir}/ssl/ca-bundle.pem
 make %{?_smp_mflags}
 
@@ -181,11 +156,6 @@
 install -D -m 0644 "%{SOURCE1}" 
"%{buildroot}%{_datadir}/applications/%{name}.desktop"
 %suse_update_desktop_file -r "%{name}" Network IRCClient
 
-# Not on SLE12
-%if 0%{?suse_version} != 1315 || 0%{?is_opensuse} 
-mv "%{buildroot}%{_datadir}/doc/weechat" html
-%endif
-
 %find_lang "%{name}" --with-man
 
 %post
@@ -196,17 +166,10 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-# Not on SLE12
-%if 0%{?suse_version} != 1315 || 0%{?is_opensuse} 
-%files doc
-%defattr(-,root,root)
-%doc html/
-%endif
-
 %files
 %defattr(-,root,root)
-%doc AUTHORS.asciidoc ChangeLog.asciidoc Contributing.asciidoc COPYING
-%doc README.asciidoc ReleaseNotes.asciidoc
+%doc AUTHORS.adoc ChangeLog.adoc Contributing.adoc COPYING
+%doc README.adoc ReleaseNotes.adoc
 %{_bindir}/weechat-curses
 %{_bindir}/weechat
 %dir %{_libdir}/weechat
@@ -221,7 +184,6 @@
 %{_libdir}/weechat/plugins/script.so
 %{_libdir}/weechat/plugins/trigger.so
 %{_libdir}/weechat/plugins/xfer.so
-%{_mandir}/man1/weechat.1*
 %{_datadir}/applications/weechat.desktop
 %{_datadir}/icons/hicolor/*/apps/weechat.png
 

++++++ weechat-1.5.tar.bz2 -> weechat-1.6.tar.bz2 ++++++
++++ 331795 lines of diff (skipped)



Reply via email to