Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2015-02-05 11:00:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-14 
11:44:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes     2015-02-05 
11:01:05.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Jan 28 12:27:48 UTC 2015 - [email protected]
+
+- Recommend lang package and perl/python scripting support as
+  bare iron weechat is bit boring
+
+-------------------------------------------------------------------
+Wed Jan 28 10:42:34 UTC 2015 - [email protected]
+
+- Make this build on SLE12
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ weechat.spec ++++++
--- /var/tmp/diff_new_pack.A8uv4I/_old  2015-02-05 11:01:07.000000000 +0100
+++ /var/tmp/diff_new_pack.A8uv4I/_new  2015-02-05 11:01:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package weechat
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -30,7 +30,7 @@
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  curl-devel
-BuildRequires:  docbook5-xsl-stylesheets
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  enchant-devel
 BuildRequires:  gcc-c++
 BuildRequires:  grep
@@ -48,12 +48,19 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
-BuildRequires:  source-highlight
 BuildRequires:  tcl-devel
 BuildRequires:  update-desktop-files
 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
+BuildRequires:  source-highlight
+%endif
 
 %description
 WeeChat (Wee Enhanced Environment for Chat) is a fast and light cross-platform
@@ -63,6 +70,8 @@
 
 %lang_package
 
+# Not on SLE12
+%if 0%{?suse_version} != 1315
 %package doc
 Summary:        Documentation for %{name}
 Group:          Documentation/HTML
@@ -70,6 +79,7 @@
 
 %description doc
 Various documentation files for %{name}.
+%endif
 
 %package devel
 Summary:        Development Environment for %{name} Plugins
@@ -168,7 +178,10 @@
 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
 mv "%{buildroot}%{_datadir}/doc/weechat" html
+%endif
 
 %find_lang "%{name}" --with-man
 
@@ -180,9 +193,12 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
+# Not on SLE12
+%if 0%{?suse_version} != 1315
 %files doc
 %defattr(-,root,root)
 %doc html/
+%endif
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to