Hello community,

here is the log from the commit of package leechcraft for openSUSE:Factory 
checked in at 2015-06-12 20:31:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/leechcraft (Old)
 and      /work/SRC/openSUSE:Factory/.leechcraft.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "leechcraft"

Changes:
--------
--- /work/SRC/openSUSE:Factory/leechcraft/leechcraft-doc.changes        
2015-04-25 11:23:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft-doc.changes   
2015-06-12 20:31:31.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Jun 10 16:35:52 UTC 2015 - dap.darkn...@gmail.com
+
+- 0.6.70-3565-g2d86529 git snapshot.
+
+-------------------------------------------------------------------
+Mon May 25 18:25:50 UTC 2015 - dap.darkn...@gmail.com
+
+- 0.6.70-3466-g864bd1a git snapshot.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/leechcraft/leechcraft.changes    2015-04-25 
11:23:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.changes       
2015-06-12 20:31:31.000000000 +0200
@@ -1,0 +2,17 @@
+Wed Jun 10 16:35:52 UTC 2015 - dap.darkn...@gmail.com
+
+- Updated to 0.6.70-3565-g2d86529 git snapshot.
+- Utils postfix macros were introduced,
+  devel subpackage requirements were fixed.
+
+-------------------------------------------------------------------
+Mon May 25 18:25:50 UTC 2015 - dap.darkn...@gmail.com
+
+- Updated to 0.6.70-3466-g864bd1a git snapshot:
+  * clang seems to be better C++ compiler;
+  * Dolozhee plugin got https support and was fixed so.
+- New plugins were enabled:
+  * snails — e-mail client.
+- C++14 support (gcc >= 4.9 is required).
+
+-------------------------------------------------------------------

Old:
----
  leechcraft-0.6.70-2742-gfaed6e2.tar.xz

New:
----
  leechcraft-0.6.70-3565-g2d86529.tar.xz

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

Other differences:
------------------
++++++ leechcraft-doc.spec ++++++
--- /var/tmp/diff_new_pack.6TTnep/_old  2015-06-12 20:31:33.000000000 +0200
+++ /var/tmp/diff_new_pack.6TTnep/_new  2015-06-12 20:31:33.000000000 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define LEECHCRAFT_VERSION 0.6.70-2742-gfaed6e2
+%define LEECHCRAFT_VERSION 0.6.70-3565-g2d86529
 
 Name:           leechcraft-doc
-Version:        0.6.70+git.2742.gfaed6e2
+Version:        0.6.70+git.3565.g2d86529
 Release:        0
 Summary:        Modular Internet Client Documentation
 License:        BSL-1.0

++++++ leechcraft.spec ++++++
--- /var/tmp/diff_new_pack.6TTnep/_old  2015-06-12 20:31:33.000000000 +0200
+++ /var/tmp/diff_new_pack.6TTnep/_new  2015-06-12 20:31:33.000000000 +0200
@@ -22,7 +22,21 @@
 %define qml_dir %{_datadir}/leechcraft/qml
 
 %define so_ver 0_6_75
-%define LEECHCRAFT_VERSION 0.6.70-2742-gfaed6e2
+%define LEECHCRAFT_VERSION 0.6.70-3565-g2d86529
+%define db_postfix %{so_ver}
+%define gui_postfix %{so_ver}_1
+%define models_postfix %{so_ver}
+%define network_postfix %{so_ver}_1
+%define qml_postfix %{so_ver}_2
+%define shortcuts_postfix %{so_ver}
+%define sll_postfix %{so_ver}
+%define svcauth_postfix %{so_ver}
+%define sys_postfix %{so_ver}_1
+%define tags_postfix %{so_ver}_1
+%define x11_postfix -%{so_ver}
+%define xdg_postfix %{so_ver}
+%define xpc_postfix %{so_ver}_2
+%define xsd_postfix %{so_ver}
 
 %if 0%{?suse_version} > 1310
 %define lmp_gstreamer_1_0 1
@@ -30,8 +44,14 @@
 %define lmp_gstreamer_1_0 0
 %endif
 
+%if 0%{?suse_version} > 1320
+%define use_cpp14 0
+%else
+%define use_cpp14 0
+%endif
+
 Name:           leechcraft
-Version:        0.6.70+git.2742.gfaed6e2
+Version:        0.6.70+git.3565.g2d86529
 Release:        0
 Summary:        Modular Internet Client
 License:        BSL-1.0
@@ -45,7 +65,11 @@
 BuildRequires:  cmake > 2.8.10
 BuildRequires:  fdupes
 BuildRequires:  file-devel
-BuildRequires:  gcc-c++ >= 4.7
+%if %{use_cpp14}
+BuildRequires:  gcc-c++ >= 4.9
+%else
+BuildRequires:  gcc-c++
+%endif
 BuildRequires:  hicolor-icon-theme
 %if 0%{?suse_version} == 1310
 %ifarch %ix86 x86_64 %arm
@@ -66,6 +90,11 @@
 %if 0%{?suse_version} != 1315
 BuildRequires:  libtidy-devel
 %endif
+%if %{use_cpp14}
+BuildRequires:  llvm-clang >= 3.4
+%else
+BuildRequires:  llvm-clang
+%endif
 %if 0%{?suse_version} == 1310
 %ifarch %ix86 x86_64 %arm
 BuildRequires:  mupdf-devel-static
@@ -128,6 +157,9 @@
 BuildRequires:  pkgconfig(qca2)
 BuildRequires:  pkgconfig(qtermwidget4) >= 0.5.1
 BuildRequires:  pkgconfig(qxmpp) >= 0.8
+%if %{use_cpp14}
+BuildRequires:  pkgconfig(vmime)
+%endif
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xkbfile)
@@ -159,6 +191,10 @@
 Obsoletes:      %{name}-shaitan
 Obsoletes:      %{name}-syncer
 Obsoletes:      %{name}-tabpp
+%if %{use_cpp14}
+%else
+Obsoletes:      %{name}-xproxy
+%endif
 
 %description
 This package provides core executable of Leechcraft.
@@ -933,20 +969,21 @@
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}
 Requires:       cmake
-Requires:       libleechcraft-util-db%{so_ver}        = %{version}
-Requires:       libleechcraft-util-gui%{so_ver}       = %{version}
-Requires:       libleechcraft-util-models%{so_ver}    = %{version}
-Requires:       libleechcraft-util-network%{so_ver}_1 = %{version}
-Requires:       libleechcraft-util-qml%{so_ver}_1     = %{version}
-Requires:       libleechcraft-util-shortcuts%{so_ver} = %{version}
-Requires:       libleechcraft-util-sll%{so_ver}       = %{version}
-Requires:       libleechcraft-util-svcauth%{so_ver}   = %{version}
-Requires:       libleechcraft-util-sys%{so_ver}_1     = %{version}
-Requires:       libleechcraft-util-tags%{so_ver}_1    = %{version}
-Requires:       libleechcraft-util-x11-%{so_ver}      = %{version}
-Requires:       libleechcraft-util-xdg%{so_ver}       = %{version}
-Requires:       libleechcraft-util-xpc%{so_ver}_2     = %{version}
-Requires:       libleechcraft-util-xsd%{so_ver}       = %{version}
+Requires:       libleechcraft-util-db%{db_postfix}               = %{version}
+Requires:       libleechcraft-util-gui%{gui_postfix}             = %{version}
+Requires:       libleechcraft-util-models%{models_postfix}       = %{version}
+Requires:       libleechcraft-util-network%{network_postfix}     = %{version}
+Requires:       libleechcraft-util-qml%{qml_postfix}             = %{version}
+Requires:       libleechcraft-util-shortcuts%{shortcuts_postfix} = %{version}
+Requires:       libleechcraft-util-sll%{sll_postfix}             = %{version}
+Requires:       libleechcraft-util-svcauth%{svcauth_postfix}     = %{version}
+Requires:       libleechcraft-util-sys%{sys_postfix}             = %{version}
+Requires:       libleechcraft-util-tags%{tags_postfix}           = %{version}
+Requires:       libleechcraft-util-x11%{x11_postfix}             = %{version}
+Requires:       libleechcraft-util-xdg%{xdg_postfix}             = %{version}
+Requires:       libleechcraft-util-xpc%{xpc_postfix}             = %{version}
+Requires:       libleechcraft-util-xsd%{xsd_postfix}             = %{version}
+Requires:       llvm-clang
 Requires:       pkgconfig(QtWebKit)
 Recommends:     leechcraft-azoth-doc
 Recommends:     leechcraft-doc
@@ -2077,6 +2114,19 @@
  * Show results in HTML format with a suitable plugin like Poshuku.
 
 
+%if %{use_cpp14}
+%package snails
+Summary:        LeechCraft Email client Module
+License:        BSL-1.0
+Group:          Productivity/Networking/Other
+Requires:       %{name} = %{version}
+
+%description snails
+This package contains a Email client plugin for LeechCraft.
+
+It provides basic Email client functionality and supports SMTP and IMAP4.
+%endif
+
 %package summary
 Summary:        LeechCraft Summary info Module
 License:        BSL-1.0
@@ -2234,6 +2284,7 @@
 It allows to watch removable storage devices via d-bus and udisks.
 
 
+%if %{use_cpp14}
 %package xproxy
 Summary:        LeechCraft Proxy manager Module
 License:        BSL-1.0
@@ -2244,7 +2295,7 @@
 This package provides an advanced proxy manager for LeechCraft.
 
 It allows to configure and use proxy servers.
-
+%endif
 
 %package xtazy
 Summary:        LeechCraft Current user tune Module
@@ -2270,141 +2321,141 @@
 It allows to upload files to accountless filebin services.
 
 
-%package -n libleechcraft-util-db%{so_ver}
+%package -n libleechcraft-util-db%{db_postfix}
 Summary:        Database utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-db%{so_ver}
+%description -n libleechcraft-util-db%{db_postfix}
 A library providing some useful and commonly used database-related
 classes and functions.
 
 
-%package -n libleechcraft-util-gui%{so_ver}
+%package -n libleechcraft-util-gui%{gui_postfix}
 Summary:        GUI utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-gui%{so_ver}
+%description -n libleechcraft-util-gui%{gui_postfix}
 A library providing some useful and commonly used GUI-related
 widgets, classes and functions.
 
 
-%package -n libleechcraft-util-models%{so_ver}
+%package -n libleechcraft-util-models%{models_postfix}
 Summary:        MVC utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-models%{so_ver}
+%description -n libleechcraft-util-models%{models_postfix}
 A library providing some useful and commonly used models (as in MVC),
 as well as model-related classes and functions.
 
 
-%package -n libleechcraft-util-network%{so_ver}_1
+%package -n libleechcraft-util-network%{network_postfix}
 Summary:        Network utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-network%{so_ver}_1
+%description -n libleechcraft-util-network%{network_postfix}
 A library providing some useful and commonly used
 network classes and functions.
 
 
-%package -n libleechcraft-util-qml%{so_ver}_1
+%package -n libleechcraft-util-qml%{qml_postfix}
 Summary:        QML utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-qml%{so_ver}_1
+%description -n libleechcraft-util-qml%{qml_postfix}
 A library providing some useful and commonly used QML items as well as
 QML-related classes and functions.
 
 
-%package -n libleechcraft-util-shortcuts%{so_ver}
+%package -n libleechcraft-util-shortcuts%{shortcuts_postfix}
 Summary:        Shortcuts utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-shortcuts%{so_ver}
+%description -n libleechcraft-util-shortcuts%{shortcuts_postfix}
 A library easing shortcuts usage in LeechCraft, particularly the
 configurable shortcuts subsystem.
 
 
-%package -n libleechcraft-util-sll%{so_ver}
+%package -n libleechcraft-util-sll%{sll_postfix}
 Summary:        Standard LeechCraft Library
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-sll%{so_ver}
+%description -n libleechcraft-util-sll%{sll_postfix}
 A library providing some useful classes and algorithms, not directly
 related to any other library.
 
 
-%package -n libleechcraft-util-svcauth%{so_ver}
+%package -n libleechcraft-util-svcauth%{svcauth_postfix}
 Summary:        Authenticators library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-svcauth%{so_ver}
+%description -n libleechcraft-util-svcauth%{svcauth_postfix}
 A library providing authenticators for various services like VKontakte.
 
 
-%package -n libleechcraft-util-sys%{so_ver}_1
+%package -n libleechcraft-util-sys%{sys_postfix}
 Summary:        System utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-sys%{so_ver}_1
+%description -n libleechcraft-util-sys%{sys_postfix}
 A library providing some useful and commonly used system-related
 classes and functions, like OS version parser, paths utilities or MIME
 detector.
 
 
-%package -n libleechcraft-util-tags%{so_ver}_1
+%package -n libleechcraft-util-tags%{tags_postfix}
 Summary:        Tags utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-tags%{so_ver}_1
+%description -n libleechcraft-util-tags%{tags_postfix}
 A library providing some useful classes and functions commonly used
 with the LeechCraft tags subsystem.
 
 
-%package -n libleechcraft-util-x11-%{so_ver}
+%package -n libleechcraft-util-x11%{x11_postfix}
 Summary:        X11 utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-x11-%{so_ver}
+%description -n libleechcraft-util-x11%{x11_postfix}
 A library providing X11 wrappers for LeechCraft.
 
 
-%package -n libleechcraft-util-xdg%{so_ver}
+%package -n libleechcraft-util-xdg%{xdg_postfix}
 Summary:        XDG utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-xdg%{so_ver}
+%description -n libleechcraft-util-xdg%{xdg_postfix}
 A library providing XDG parsers and other support methods and classes
 for LeechCraft.
 
 
-%package -n libleechcraft-util-xpc%{so_ver}_2
+%package -n libleechcraft-util-xpc%{xpc_postfix}
 Summary:        Cross-plugin communication utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-xpc%{so_ver}_2
+%description -n libleechcraft-util-xpc%{xpc_postfix}
 A library providing some useful and commonly used primitives for
 communications between different plugins in LeechCraft.
 
 
-%package -n libleechcraft-util-xsd%{so_ver}
+%package -n libleechcraft-util-xsd%{xsd_postfix}
 Summary:        XSD utility library for LeechCraft
 License:        BSL-1.0
 Group:          Productivity/Networking/Other
 
-%description -n libleechcraft-util-xsd%{so_ver}
+%description -n libleechcraft-util-xsd%{xsd_postfix}
 A library providing some useful classes to be used with the
 XmlSettingsDialog LeechCraft subsystem.
 
@@ -2423,10 +2474,16 @@
 
 mkdir build && cd build
 
+export CC=/usr/bin/clang
+export CXX=/usr/bin/clang++
+
 cmake ../src \
 %if "%{_lib}" == "lib64"
         -DLIB_SUFFIX=64 \
 %endif
+%if %{use_cpp14}
+        -DUSE_CPP14=True \
+%endif
         -DCMAKE_CXX_FLAGS="%{optflags} -Doverride=" \
         -DCMAKE_INSTALL_PREFIX=%{_prefix} \
         -DCMAKE_BUILD_TYPE=RelWithDebInfo \
@@ -2579,7 +2636,11 @@
         -DENABLE_SECMAN=True \
         -DENABLE_SHAITAN=False \
         -DENABLE_SHELLOPEN=False \
+%if %{use_cpp14}
+        -DENABLE_SNAILS=True \
+%else
         -DENABLE_SNAILS=False \
+%endif
         -DENABLE_SYNCER=False \
         -DENABLE_TABSESSMANAGER=True \
         -DENABLE_TABSLIST=True \
@@ -2596,7 +2657,11 @@
 %endif
         -DENABLE_VROOBY=True \
         -DENABLE_WKPLUGINS=False \
+%if %{use_cpp14}
         -DENABLE_XPROXY=True \
+%else
+        -DENABLE_XPROXY=False \
+%endif
         -DENABLE_ZALIL=True \
         -DLEECHCRAFT_VERSION=%{LEECHCRAFT_VERSION}
 
@@ -2621,88 +2686,88 @@
 
 %postun -p /sbin/ldconfig
 
-%post -n libleechcraft-util-db%{so_ver}
+%post -n libleechcraft-util-db%{db_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-db%{so_ver}
+%postun -n libleechcraft-util-db%{db_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-gui%{so_ver}
+%post -n libleechcraft-util-gui%{gui_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-gui%{so_ver}
+%postun -n libleechcraft-util-gui%{gui_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-models%{so_ver}
+%post -n libleechcraft-util-models%{models_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-models%{so_ver}
+%postun -n libleechcraft-util-models%{models_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-network%{so_ver}_1
+%post -n libleechcraft-util-network%{network_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-network%{so_ver}_1
+%postun -n libleechcraft-util-network%{network_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-qml%{so_ver}_1
+%post -n libleechcraft-util-qml%{qml_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-qml%{so_ver}_1
+%postun -n libleechcraft-util-qml%{qml_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-shortcuts%{so_ver}
+%post -n libleechcraft-util-shortcuts%{shortcuts_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-shortcuts%{so_ver}
+%postun -n libleechcraft-util-shortcuts%{shortcuts_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-sll%{so_ver}
+%post -n libleechcraft-util-sll%{sll_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-sll%{so_ver}
+%postun -n libleechcraft-util-sll%{sll_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-svcauth%{so_ver}
+%post -n libleechcraft-util-svcauth%{svcauth_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-svcauth%{so_ver}
+%postun -n libleechcraft-util-svcauth%{svcauth_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-sys%{so_ver}_1
+%post -n libleechcraft-util-sys%{sys_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-sys%{so_ver}_1
+%postun -n libleechcraft-util-sys%{sys_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-tags%{so_ver}_1
+%post -n libleechcraft-util-tags%{tags_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-tags%{so_ver}_1
+%postun -n libleechcraft-util-tags%{tags_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-x11-%{so_ver}
+%post -n libleechcraft-util-x11%{x11_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-x11-%{so_ver}
+%postun -n libleechcraft-util-x11%{x11_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-xdg%{so_ver}
+%post -n libleechcraft-util-xdg%{xdg_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-xdg%{so_ver}
+%postun -n libleechcraft-util-xdg%{xdg_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-xpc%{so_ver}_2
+%post -n libleechcraft-util-xpc%{xpc_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-xpc%{so_ver}_2
+%postun -n libleechcraft-util-xpc%{xpc_postfix}
 /sbin/ldconfig
 
-%post -n libleechcraft-util-xsd%{so_ver}
+%post -n libleechcraft-util-xsd%{xsd_postfix}
 /sbin/ldconfig
 
-%postun -n libleechcraft-util-xsd%{so_ver}
+%postun -n libleechcraft-util-xsd%{xsd_postfix}
 /sbin/ldconfig
 
 %files
@@ -3519,6 +3584,16 @@
 %{translations_dir}/*craft_seekthru*.qm
 %{plugin_dir}/*craft_seekthru.so
 
+%if %{use_cpp14}
+%files snails
+%defattr(-,root,root)
+%{plugin_dir}/lib%{name}_snails.so
+%{settings_dir}/snailssettings.xml
+%{translations_dir}/*craft_snails_??.qm
+%{translations_dir}/*craft_snails_??_??.qm
+%{_datadir}/leechcraft/snails
+%endif
+
 %files summary
 %defattr(-,root,root)
 %{translations_dir}/*craft_summary*.qm
@@ -3574,12 +3649,14 @@
 %{translations_dir}/*craft_vrooby_*.qm
 %{qml_dir}/vrooby
 
+%if %{use_cpp14}
 %files xproxy
 %defattr(-,root,root)
 %{plugin_dir}/lib%{name}_xproxy.so
 %{settings_dir}/xproxysettings.xml
 %{translations_dir}/*craft_xproxy_*.qm
 %{_datadir}/leechcraft/scripts/xproxy
+%endif
 
 %files xtazy
 %defattr(-,root,root)
@@ -3594,59 +3671,59 @@
 %{translations_dir}/*craft_zalil_??.qm
 %{translations_dir}/*craft_zalil_??_??.qm
 
-%files -n libleechcraft-util-db%{so_ver}
+%files -n libleechcraft-util-db%{db_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-db*.so.*
 
-%files -n libleechcraft-util-gui%{so_ver}
+%files -n libleechcraft-util-gui%{gui_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-gui*.so.*
 
-%files -n libleechcraft-util-models%{so_ver}
+%files -n libleechcraft-util-models%{models_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-models*.so.*
 
-%files -n libleechcraft-util-network%{so_ver}_1
+%files -n libleechcraft-util-network%{network_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-network*.so.*
 
-%files -n libleechcraft-util-qml%{so_ver}_1
+%files -n libleechcraft-util-qml%{qml_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-qml*.so.*
 
-%files -n libleechcraft-util-shortcuts%{so_ver}
+%files -n libleechcraft-util-shortcuts%{shortcuts_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-shortcuts*.so.*
 
-%files -n libleechcraft-util-sll%{so_ver}
+%files -n libleechcraft-util-sll%{sll_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-sll*.so.*
 
-%files -n libleechcraft-util-svcauth%{so_ver}
+%files -n libleechcraft-util-svcauth%{svcauth_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-svcauth*.so.*
 
-%files -n libleechcraft-util-sys%{so_ver}_1
+%files -n libleechcraft-util-sys%{sys_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-sys*.so.*
 
-%files -n libleechcraft-util-tags%{so_ver}_1
+%files -n libleechcraft-util-tags%{tags_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-tags*.so.*
 
-%files -n libleechcraft-util-x11-%{so_ver}
+%files -n libleechcraft-util-x11%{x11_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-x11*.so.*
 
-%files -n libleechcraft-util-xdg%{so_ver}
+%files -n libleechcraft-util-xdg%{xdg_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-xdg*.so.*
 
-%files -n libleechcraft-util-xpc%{so_ver}_2
+%files -n libleechcraft-util-xpc%{xpc_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-xpc*.so.*
 
-%files -n libleechcraft-util-xsd%{so_ver}
+%files -n libleechcraft-util-xsd%{xsd_postfix}
 %defattr(-,root,root)
 %{_libdir}/*-util-xsd*.so.*
 


++++++ leechcraft-0.6.70-2742-gfaed6e2.tar.xz -> 
leechcraft-0.6.70-3565-g2d86529.tar.xz ++++++
++++ 30616 lines of diff (skipped)


Reply via email to