Hello community,

here is the log from the commit of package leechcraft for openSUSE:Factory 
checked in at 2014-02-25 07:32:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.changes    2014-01-15 
10:12:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.changes       
2014-02-25 07:32:37.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Feb 23 14:57:17 UTC 2014 - [email protected]
+
+- New plugins were enabled:
+  * Azoth Astrality: telepathy framework (Factory);
+  * Qrosp: scripting support;
+  * Textogroose: scripted lyrics finder.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ leechcraft.spec ++++++
--- /var/tmp/diff_new_pack.moqPyn/_old  2014-02-25 07:32:38.000000000 +0100
+++ /var/tmp/diff_new_pack.moqPyn/_new  2014-02-25 07:32:38.000000000 +0100
@@ -39,6 +39,7 @@
 # "error: the value of 'w' is not usable in a constant expression".
 Patch1:         leechcraft-azoth-gcc47.patch
 
+BuildRequires:  Qross-devel
 %if 0%{?suse_version} > 1230
 BuildRequires:  boost-devel >= 1.50
 %else
@@ -69,6 +70,9 @@
 %endif
 %endif
 BuildRequires:  qwt6-devel
+%if 0%{?suse_version} > 1310
+BuildRequires:  pkgconfig(TelepathyQt4)
+%endif
 BuildRequires:  pkgconfig(QJson) >= 0.8.1
 BuildRequires:  pkgconfig(QtCore) >= 4.8
 BuildRequires:  pkgconfig(QtWebKit)
@@ -190,6 +194,7 @@
 Group:          Productivity/Networking/Other
 Requires:       %{name} = %{version}
 Requires:       %{name}-aggregator
+Recommends:     %{name}-qrosp
 
 %description aggregator-bodyfetch
 This package provides a body fetch plugin for LeechCraft Aggregator.
@@ -286,6 +291,28 @@
 This package provides an Adium styles support plugin for LeechCraft Azoth.
 
 
+%if 0%{?suse_version} > 1310
+%package azoth-astrality
+Summary:        LeechCraft Azoth - Telepathy Module
+Group:          Productivity/Networking/Other
+Requires:       %{name}-azoth = %{version}
+Requires:       telepathy-haze
+Requires:       telepathy-mission-control
+Provides:       %{name}-azoth-protocolplugin
+
+%description azoth-astrality
+This package provides a telepathy plugin for LeechCraft Azoth.
+
+It supportes various protocols provided by telepathy framework.
+
+Features:
+ * Telepathy account creation.
+ * In-band account registration.
+ * Standard one-to-one chats.
+ * Nick resolution.
+%endif
+
+
 %package azoth-autoidler
 Summary:        LeechCraft Azoth - Automatic Change of Status Module
 License:        BSL-1.0
@@ -1750,6 +1777,16 @@
 It provides support for the Read it Later service.
 
 
+%package qrosp
+Summary:        LeechCraft Qross Module
+Group:          Productivity/Networking/Other
+Requires:       %{name} = %{version}
+Requires:       libqrosspython1
+
+%description qrosp
+This package contains a scripting support plugin for Leechcraft.
+
+
 %package sb2
 Summary:        LeechCraft SideBar2 Module
 License:        BSL-1.0
@@ -1919,6 +1956,21 @@
 and allows to quickly navigate between them.
 
 
+%package textogroose
+Summary:        LeechCraft Script-Based Lyrics Module
+Group:          Productivity/Networking/Other
+Requires:       %{name}-http = %{version}
+Requires:       %{name}-summaryrepresentation = %{version}
+Requires:       %{name}-qrosp
+Provides:       %{name}-lyricsprovider
+
+%description textogroose
+This package provides a lyrics finder plugin for LeechCraft.
+
+Textogroose is a kind of supplement to DeadLyrics for sites
+too complex to be described by DeadLyrics rules.
+
+
 %if 0%{?suse_version} > 1230
 %package touchstreams
 Summary:        LeechCraft VK.com Streaming Module
@@ -2045,7 +2097,11 @@
         -DENABLE_ADVANCEDNOTIFICATIONS=True \
         -DENABLE_AUSCRIE=True \
         -DENABLE_AZOTH=True \
+%if 0%{?suse_version} > 1310
+                -DENABLE_AZOTH_ASTRALITY=True \
+%else
                 -DENABLE_AZOTH_ASTRALITY=False \
+%endif
                 -DENABLE_AZOTH_OTROID=True \
                 -DENABLE_AZOTH_SHX=True \
 %ifarch %ix86 x86_64 ppc ppc64 %arm aarch
@@ -2118,7 +2174,7 @@
         -DENABLE_POPISHU=True \
         -DENABLE_POSHUKU_AUTOSEARCH=True \
                 -DUSE_POSHUKU_CLEANWEB_PCRE=True \
-        -DENABLE_QROSP=False \
+        -DENABLE_QROSP=True \
         -DENABLE_SB2=True \
         -DENABLE_SECMAN=True \
         -DENABLE_SHAITAN=False \
@@ -2127,7 +2183,7 @@
         -DENABLE_SYNCER=False \
         -DENABLE_TABSESSMANAGER=True \
         -DENABLE_TABSLIST=True \
-        -DENABLE_TEXTOGROOSE=False \
+        -DENABLE_TEXTOGROOSE=True \
         -DENABLE_TORRENT=True \
                 -DENABLE_BITTORRENT_GEOIP=True \
 %if 0%{?suse_version} > 1230
@@ -2248,6 +2304,13 @@
 %{_datadir}/%{name}/azoth/styles/adium
 %{_datadir}/%{name}/translations/%{name}_azoth_adiumstyles_*.qm
 
+%if 0%{?suse_version} > 1310
+%files azoth-astrality
+%defattr(-,root,root)
+%{_libdir}/%{name}/plugins/lib%{name}_azoth_astrality.so
+%{_datadir}/%{name}/translations/%{name}_azoth_astrality_*.qm
+%endif
+
 %files azoth-autoidler
 %defattr(-,root,root)
 %{plugin_dir}/*%{name}_azoth_autoidler*
@@ -2818,6 +2881,10 @@
 %defattr(-,root,root)
 %{plugin_dir}/*%{name}_poshuku_onlinebookmarks_readitlater.*
 
+%files qrosp
+%defattr(-,root,root)
+%{_libdir}/%{name}/plugins/lib%{name}_qrosp.so
+
 %files sb2
 %defattr(-,root,root)
 %{_libdir}/%{name}/plugins/lib%{name}_sb2.so
@@ -2871,6 +2938,10 @@
 %{plugin_dir}/*%{name}_tabslist.so
 %{translations_dir}/leechcraft_tabslist*
 
+%files textogroose
+%defattr(-,root,root)
+%{_libdir}/%{name}/plugins/lib%{name}_textogroose.so
+
 %if 0%{?suse_version} > 1230
 %files touchstreams
 %defattr(-,root,root)


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

Reply via email to